body { margin: 0; padding: 0; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11px; color: #ddd; background-color: #000; background-image: url(../images/bg.png); background-position: top center; background-repeat: no-repeat; }

a { outline: none; text-decoration: none; color: #019b11; }
	a:hover { color: #00ff19; }

img { border: none; }

h1,h2,h3,h4,h5,h6 { font-family: Georgia; font-weight: normal; }
	h1 { margin-top: 0; }
	h2 { font-size: 20px; }

p.center { text-align: center; }

div.h1 h1 { display: none; }

input, textarea, select { background-color: #001e03; border: 1px solid #000; color: #ddd; font-size: 11px; padding: 2px; }

#container { margin: 0 auto; width: 966px; }

	#header { float: left; width: 100%; text-align: center; }
		#welcome { text-align: right; padding: 2px 8px 0 0; }
		#logo { margin-top: 18px; }
		#slogan { margin-top: -10px; font-weight: bold; font-size: 12px; }
		
	#nav { float: left; margin: 16px 0 10px 0; width: 100%; background-color: #000; }
		#nav ul { margin: 0; padding: 0; list-style: none; }
			#nav ul li { margin: 0; padding: 0; display: inline; }
				#nav ul li a { display: block; float: left; padding: 4px 21px; color: #666; }
				#nav ul li a:hover { color: #fff; }

	div.inset { padding: 8px; }
	span.otherLink a { color: #999; }
	p.rp { padding: 0; margin: 0 0 8px 0; }
	span.pt { color: #666; }

	#left { float: left; width: 168px; margin: 0 8px; }
	#right { float: right; width: 168px; margin: 0 8px; }
		.boxContainer { margin: 0 0 16px 0; }
			.boxTitle { background-color: #000c01; font-weight: bold; padding: 3px 0 3px 8px; }
			.boxContent { background-color: #001502; border-top: 1px solid #001e03; }
			.boxContainer input { color: #ddd; border: 1px solid #001e03; background-color: #000c01; font-size: 11px; padding: 2px; }
			
	#body { float: left; width: 598px; }
		div.newsPost { margin: 20px 0 40px 0; }
			div.newsPost h2 { margin-bottom: 4px; }
			div.newsInfo { font-size: 10px; margin-bottom: 8px; }
		div.newsContent { padding: 16px; line-height: 18px; background-color: #000c01; }
		
		div.tutBox { float: left; margin: 0 8px 8px 8px; width: 162px; height: 108px; border: 1px solid #000; }
			div.tutBox .inset { text-align: right; padding: 88px 8px 0 0; font-weight: bold; }
		
	#footer { float: left; margin-top: 16px; margin-bottom: 16px; width: 100%; height: auto; background-image: url(../images/footerbg.png); background-repeat: no-repeat; color: #999; }
		.footerOne,.footerTwo,.footerThree { float: left; }
			.footerOne { width: 50%; } .footerTwo { margin-left: 10px;width: 30%; } .footerThree { float: right; width: 18%; }
			table.ssi_table { width: 100%; }
			.footerOne table.ssi_table { margin-top: -18px; }
			.footerTitle { font-weight: bold; }

