@charset "utf-8";
html{
	font-family:Verdana, Geneva, sans-serif;
	overflow: auto;
}

body{
	
	margin-left:23px;
	margin-top:38px;
	background:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-attachment: scroll;
	background-position: top;
	
	
	}

#container{
	
	margin:0 auto;
	width:976px;
	height:640px;
	
	}
	#header{
		width:100%;
		height:110px;
		}
	#nav{
		padding:10px;
		float:left;
		margin-top:11px;
		width:140px;
		height:465px;
		}
			#nav .menu{
				height:30px;
				width:100%;
				font-size:12px;
				color:#000;
				text-decoration:none;}
				
				#nav .menu td{
					height:30px;
					background:url(../images/navbg.png);
					background-repeat: no-repeat;}
				
				#nav .menu td:hover{
					height:30px;
					background:url(../images/navbgover.png);
					background-repeat:no-repeat;
					color:#FFF;
					}
				
					#nav a{
						margin-left:3px;
						margin-right:3px;
						width:auto;
						text-decoration:none;
						color: #FFF;}
					
	#content{
		text-align:center;
		margin-left:12px;
		float:left;
		padding:5px;
		margin-top:13px;
		width:790px;
		height:465px;
				
		}
		
	.clear {
		clear:both;
	}
		#maincontent{
			padding:inherit;
			overflow: auto;
			width:780px;
			height:460px;}



