@charset "utf-8";
/* CSS Document 
Sure I borrowed it but I've edited it enough to make it my own.*/
body { margin:0px; padding:0px; background-image:url(../images/bodybg.png); background-repeat:repeat-x; background-color:#000033; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px;}
#head { width:950px; margin:auto; height:50px; 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;}
	#head ul { list-style-type:none; margin:0px 0px 0px 5px;; padding:0px; }
	#head li { float:left;}
	#head a:link { text-decoration:none; font-weight:bold; color:#ffffff; padding:0px 10px 0px 10px; line-height:40px;}
	#head a:visited { text-decoration:none; font-weight:bold; color:#ffffff; padding:0px 10px 0px 10px; line-height:40px;}
	#head a:hover { text-decoration:blink; font-weight:bold; color:#FFff00; 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/bgm.png); background-repeat:repeat-y;}
	#content { float:right; width:666px; padding:10px; margin-right:5px; line-height:1.3;}
		#content h1 { margin-top:0px; padding-left:0px;}	
	#extra { float:left; width:230px; padding:10px;}
		#extra h1 { margin:0px; padding:3px; background-color:#FFFFFF; border-style:solid; border-width:1px 0px 2px 0px; border-color:#CCCCCC; font-size:18px;}
		#extra ul { list-style-type:none; margin:0px; padding:0px; display:block; border-style:none; border-width:0px 0px 1px 0px; border-color:#CCCCCC;}
		#extra li { border-style:none; border-width:1px 0px 0px 0px; border-color:#CCCCCC; }
		#extra a { text-decoration:none; color:#666666;}
		
		#extra a:hover { text-decoration:none; color:#FF0000;}
#contbott { width:950px; margin:auto;}
#footer { width:950px; margin:auto; height:70px; background-image:url(../images/navbg.png); background-repeat:no-repeat; margin-top:10px; margin-bottom:30px;}
	#footer p { margin:0px; padding:0px; font-size:12px; line-height:40px; padding-right:15px; color:#666666;}
	#footer a { text-decoration:none; color:#000033;}
.borders2 {border-style:solid; border-width:1px 0px 2px 0px; border-color:#CCCCCC;}