/* DivisionCore.com | Website By: LiquidSmoke.net */

html,body { height: 100%; }
body {
	background: url(images/background_page.gif) top no-repeat;
	color: #333333;
	font-family: Tahoma, Verdana;
	font-size: 12px;
	margin: 0;
}
a { color: #FF6600; text-decoration: none;}
a:hover { color: #FF9900;}

img { border: none; }
p { margin: 0 0 10px 0; padding: 0; text-align: left; }
.line { background: url(images/line_gradient.gif) left no-repeat; margin: 0 0 10px 0; height: 2px; width: 100%; }

.orange { color: #FF6600; }
.large { font-family: Trebuchet MS; font-size: 24px; }
.small { font-size: 11px; }

#top { height: 100px; width: 900px; }
	#logo { background: url(images/logo.gif) no-repeat; float: left; height: 100px; width: 300px; }
	#navigation { float: right; height: 100px; text-align: right; width: 600px; }
		#links { line-height: 70px; } #links a { color: #666666; } #links a:hover { color: #FF9900; }
		#tabs { height: 30px; margin: 0 0 0 50px; width: 500px; }
#container { background: #FFFFFF; border-left: #FFFFFF 1px solid; border-right: #FFFFFF 1px solid; height: 100%; width: 900px; }
	#left { background: #FFFFFF url(images/background_column.gif) top right no-repeat; font-size: 11px; float: left; padding: 20px; width: 260px; }
	#right { float: right; text-align: left; width: 600px; }
		#header { background: #FF6600 url(images/header_fiber.jpg) no-repeat; height: 200px; width: 600px; }
		#content { background: #FFFFFF url(images/background_content.gif) top repeat-x; padding: 20px; width: 560px; }
			#content p { line-height: 1.5; }
	#footer { clear: both; height: 30px; }