html{
	overflow:auto;
	overflow-x:hidden;	
	scrollbar-face-color:#666;
	scrollbar-highlight-color:#666;
	scrollbar-shadow-color:#666;
	scrollbar-3dlight-color: #666;
	scrollbar-arrow-color: #FFF;
	scrollbar-track-color:#CCC;
	scrollbar-darkshadow-color:#666;}

body {
    font-size: 11px;
    font-family: Verdana, Geneva, sans-serif;
	margin:0 auto;
	margin-top:15px;
	background: url(../images/bg.jpg) center top no-repeat fixed;}

#container{
	margin:0 auto;
	width:900px;}
	
#header{
	width:100%;
	height:80px;
	padding-top:168px;
	background: url(../images/header.png) top no-repeat;}
	
#nav{
	width:100%;
	height:38px;}
	
	ul.menu {
		padding:0px;
		margin:0px;
		list-style:none;
		margin-left:120px;}
	
	li.menuitem {
		list-style:none;
		float:left;}
	
	a.menulink{
		display:block;
		font-size:12px;
		height:38px;
		line-height:38px;
		padding-right:7px;
		padding-left:7px;
		color: #036;
		text-decoration:none;
		text-align:right;
		background:url(../images/navnormal.jpg) no-repeat;}
	
	a.menulink:hover{
		display:block;
		color:#FFF;
		background:url(../images/navhover.jpg) no-repeat;}
		
#topcontent{
	width:100%;
	height:47px;
	background:url(../images/topcontent.png) center top no-repeat;}
#bottomcontent{
	width:100%;
	height:65px;
	background:url(../images/bottomcontent.png) center top no-repeat;}

#content{
	background: url(../images/contentfill.png) repeat-y scroll center;
	color: #036;
	font-size:14px;
	height:auto;
	line-height:25px;
	min-height:300px;
	overflow:hidden;
	padding-left:20px;
	padding-right:30px;
	text-align:justify;
	width:850px}
	
	#content a{
		color: #333;
		font-size:12px;
		text-decoration:none;
		font-weight:bold;
		text-decoration:none;}
		
	#content a:hover{
		text-decoration:underline;}

#footer{
	float:left;
	height:119px;
	width:100%;
	margin:0 auto;
	color: #FFF;
	font-size:11px;
	text-align:center;
	line-height:153px;
	font-weight:bold;
	margin-bottom:5px;
	background:url(../images/footer.png) center top no-repeat;}
	
	#footer a{
		color: #FC0;
		text-decoration:none;}
		
h1{
	color:#069;
	font-size:20px;
	height:32px;}
	
h2{
	text-align:left;
	font-size:14px;
	color: #069;}
h3{
	text-align:center;
	font-size:12px;
	color: #069;}
	
img{
	border:0;}
