body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
background-image:url(../img/bg.png);
background-repeat: repeat-x;
background-color: #999999;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#wrap {
margin-left: auto;
margin-right: auto;
width: 800px;
}
#footer {
	background-image: url(../img/footer.png);
	background-repeat: no-repeat;
	width: 765px;
	height: 24px;
	color: #fff;
	padding-top: 3px;
	text-align: center;
}
#menu {
	background-image: url(../img/menu.png);
	background-repeat: no-repeat;
	float: left;
	height: 18px;
	width: 765px;
	padding-top: 3px;
	padding-left: 10px;
}

#menu a {
color: #18426c;
font-size: 11px;
font-weight: bold;
text-decoration: none;
outline: none;
font-family:Geneva, Arial, Helvetica, sans-serif;
}

#menu a:visited {
color: #18426c;
font-size: 11px;
font-weight: bold;
text-decoration: none;
outline: none;
font-family:Geneva, Arial, Helvetica, sans-serif;

}

#header {
	height: 116px;
	width: 765px;
	float: left;
	background-image:url(../img/header.png);
	background-repeat:no-repeat;
}

#main {
	width: 765px;
	min-height: 500px;
	background-image: url(../img/main.png);
	background-repeat:repeat-y;
	float: left;
	padding-left: 10px;
	padding-top: 15px;
	}

#main a {
	color: #18426c;
	text-decoration: none;
	font-weight: bold;
	}

#news {
	min-width: 170px;
	min-height: 500px;
	color: #000;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	}
.set {
	min-height: 100%;
	}
	
H1 {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	}
	
H2 {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	}

H3 {
	font-size: 10px;
	color: #000;
	font-weight: bold;
	}