* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #000000;
	background-color: #2B77BD;
}

a {
text-decoration: none;
color: #333333;
}
a:hover {
text-decoration: underline;
color: #999999;
}

#wrap {
margin: 20px auto;
width: 800px;
}

#header {
	height: 126px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	width: 799px;
}
#header h1 { 
font-size: 25px;
letter-spacing: -1px;
padding: 25px 0 0 20px;
color: #000;
}
#header h1 a { 
color: #aaa;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #111;
}
#header h2 {
font-size: 18px;
color: #3F89FF;
padding: 3px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}

#menu {
	height: 35px;
	line-height: 30px;
	width: 799px;
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
}
#menu ul {
	list-style-type: none;
	padding-left: 50px;
	line-height: 10px;
	padding-top: 12px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 100;
font-size: 14px;
color: #2A78BE;
}
#menu ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
}

#content {
	padding: 0 20px;
	background-image: url(../images/content.jpg);
	background-repeat: repeat-y;
}

.right {
float: right;
width: 540px;
text-align: justify;
padding-top: 10px;
}
.right h2 {
	font-size: 16px;
	font-weight: 100;
	padding-left: 10px;
	height: 18px;
	line-height: 18px;
	background-color: #999999;
}
.right h2 a {
text-decoration: none;
color: #fff;
}
.right h2 a:hover {
color: #111;
}

.left {
	float: left;
	width: 180px;
	padding-top: 0px;
	margin-left: 24px;
	padding-left: 10px;
}
.left h2 {
	margin: 10px 0 0 0;
	padding-left: 10px;
	height: 18px;
	line-height: 18px;
	color: #fff;
	font-size: 12px;
	background-color: #2A78BE;
}
.left ul {
padding: 10px 0 15px 20px;
color: #000000;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
}
.left ul li a:hover {

}
.articles {
	padding: 10px;
}

#bottom {
	padding: 10px 0;
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
}

#footer {
text-align: center;
font-size: 11px;
color: #aaa;
}
#footer a { color: #aaa; }
#footer a:hover { color: #111; }
