/* CSS Document */

body {
	margin: 0;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#whole {
	width: 779px;
	margin: 0 auto;
	background-color: #F3F3F3;
}
#header {
	width: 779px;
	height: 298px;
}
#banner {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	height: 298px;
	width: 779px;
	position: absolute;
}
#logo {
	width: 222px;
	/*float: left;*/
	text-align: center;
	margin-left: 10px;
	padding-top: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #E77008;
}
#menu {
	height: 32px;
	width: 779px;
	position: absolute; 
	bottom: 0px;
	float: left;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu li {
	display: inline;
}
#menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/menu_on.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 91px;
	display: block;
	float: left;
	text-align: center;
	padding-top: 8px;
	padding-left: 2px;
}
#menu a:hover, #menu a:active{
	color: #225485;
	text-decoration: none;
	background-image: url(../images/menu_over.gif);
	background-repeat: no-repeat;
}
#content {
	width: 759px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #f3f3f3;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
#content_bottom {
	background-color: #F3F3F3;
	clear: both;
	height: 20px;
	width: 779px;
}
#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
	height: 39px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 30px;
}

.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #204C6C;
	padding-bottom: 10px;
}
a:link, a:visited {
	color: #EE8B0A;
	text-decoration: underline;
}
a:hover {
	color: #EE8B0A;
	text-decoration: none;
}

#headermenu 
{
    float:right;
}