@charset "utf-8";
body { margin:0px; padding:0px; background-image:url(../images/bodybg.png); background-repeat:repeat-x; background-color:#999999; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px;}
#head {
	width:950px;
	margin:auto;
	height:132px;
	background-image:url(../images/headbg.png);
	background-repeat:no-repeat;
}
	#head h1 { margin:0px 10px 8px 10px; padding-top:10px; color:#000000; font-size:28px;}
	#head h3 { margin:5px 0px 5px 10px; color:#FFFFFF;}
#nav {
	width:950px;
	margin:auto;
	height:40px;
	background-image:url(../images/navbg.png);
	background-repeat:no-repeat;
}
	#nav ul { list-style-type:none; margin:0px 0px 0px 5px;; padding:0px; }
	#nav li { float:left;}
	#nav a:link { text-decoration:none; font-weight:bold; color:#666666; padding:0px 10px 0px 10px; line-height:40px;}
	#nav a:visited { text-decoration:none; font-weight:bold; color:#666666; padding:0px 10px 0px 10px; line-height:40px;}
	#nav a:hover {
	text-decoration:blink;
	font-weight:bold;
	color:#000000;
	padding:0px 10px 0px 10px;
	line-height:40px;
}
#banner { width:950px; margin:auto; margin-top:10px; margin-bottom:10px;}
#conttop { width:950px; margin:auto;}
#container { width:950px; margin:auto; background-image:url(../images/fauxbg.png); background-repeat:repeat-y;}
	#content { float:left; width:659px; padding:10px; margin-right:10px; line-height:1.3;}
		#content h1 { margin-top:0px; padding:0px;}	
	#extra { float:left; width:240px; padding:10px;}
		#extra h1 { margin:0px; padding:3px; background-color:#FFFFFF; border-style:dashed; border-width:1px 1px 0px 1px; border-color:#CCCCCC; font-size:18px;}
		#extra ul { list-style-type:none; margin:0px; padding:0px; display:block; border-style:dashed; border-width:0px 0px 1px 0px; border-color:#CCCCCC;}
		#extra li { border-style:dashed; border-width:1px 0px 0px 0px; border-color:#CCCCCC; }
		#extra a { text-decoration:none; color:#666666;}
#contbott { width:950px; margin:auto;}
#footer {
	width:950px;
	height:40px;
	background-image:url(../images/navbg.png);
	background-repeat:no-repeat;
	margin-top:10px;
	margin-bottom:30px;
	margin-left: auto;
	margin-right: auto;
}
	#footer p { text-align: center; margin:0px; padding:0px; font-size:12px; line-height:40px; padding-right:15px; color:#666666;}
	#footer a { text-decoration:none; color:#666666;}


