/* CSS Document */

body {
	margin:0 0 0 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	background: rgb(0,51,204);
	line-height:20px;
}

#container {
border-top: 4px #1957aa solid;
}

#header {
	height:250px;

	background-color:#fff;
}


#logo {
	margin:0 auto 0 auto;
	width:1000px;
}

#pos_fixed
{
	position:absolute;
	left: 975px;
	top: 4px;
}

#mainbodyholder {
width: 100%;
background-image:url(images/background.jpg);
background-size: auto;
min-height:430px;
background-color:rgb(102,204,102);
background-position: 50% 0%;
background-repeat: repeat repeat;
}

#mainbody {
	margin:0 auto 0 auto;
	width:1000px;
	min-height:430px;
	padding:10px 5px 10px 5px;
}

#footerholder {
		border-top:#FFF 4px solid;
}

#footer{
	margin:0 auto 0 auto;
	width:1000px;
	height:30px;
	font-size:12px;
	color:#999;
}

#footer a {
	text-decoration:none;
	color:#CCCCCC;
}

#nav {
border-bottom:#FFF 4px solid;
}

#navcontainer {
	margin:0 auto 0 auto;
	width:1000px;
	height:22px;
}



ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;

}

#navlist a {
	padding-top:12px;
	padding: 12px 10px 2px 10px;;
	font-size:16px;
}

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: rgb(0,51,204);
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #369;
text-decoration: none;
}

