@charset "utf-8";
/* CSS Document */

* {
    padding: 0;
    margin: 0;
} 

body {
background: #ffffff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #FFFFFF;
}

img { border: none; }
a { color: #CCCCCC; text-decoration: none;}
a:hover { text-decoration: underline; color : #660066; }

#wrap {
margin: 40px auto 0 auto;
width: 1010px;
}

#header {
border: 5px solid #ffffff;
height: 100px;
width: 1000px;
background: #993300;
}
#header h1 {
font-size: 18px;
font-weight: 100;
letter-spacing: -3px;
padding: 12px 0 0px 10px;
}
#header h1 a {
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
color: #aaa;
text-decoration: none;
}
#header h2 {
color: #ccc;
font-size: 12px;
font-weight: 80;
padding: 0 0 0 8px;
line-height: 12px;
}

.left {
	margin-top: 10px;
	float: left;
	text-align: justify;
	border: 5px none #ffffff;
	padding: 10px;
	margin: 5px auto 0 auto;
	width: 980px;
}
.left h2 {
	color: #AAAAAA;
	font-size: 24px;
	letter-spacing: -3px;
	font-weight: 100;
	padding : 10px 0 15px 0;
	text-align: center;
}

.right {
margin-top: 10px;
width: 160px;
float: right;
border: 5px solid #ffffff;
font-size: 12px;
padding: 10px;
background: #993300;
}
.right ul {
list-style-type: square;
padding: 5px 10px 10px 20px;
color: #59799F;
}
.right h2 {
height: 30px;
font-size: 12px;
color: #666;
line-height: 30px;
}
.right a { text-decoration: none }

#footer {
margin-top: 10px;
text-align: center;
color: #FFFFFF;
font-size: 11px;
border: 5px none #ffffff;
padding: 10px;
}

/* Content > Sidebar > Menu */

#menu {
	width: 1000px;
	height: 45px;
	border: 5px none #ffffff;
	margin: 5px auto 0 auto;
}

#menu ul {
	margin: 0;
	padding-left: 30px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 34px;
	padding: 16px 25px 0 25px;
	text-decoration: none;
	font-size: 10px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: none;
	background-color: #660066;
}

#menu .first a {
	border: none;
}

#menu .active a {
	color: #FFFFFF;
