/* Typeography */
body 
{ 
	font-family: Verdana, Sans-Serif, Monospace;
	font-size: 12px;
}
A:link, A:visited, A:active, A:Hover 
{
	color: #c0ffc0;
	text-decoration: none;
}
.subnav_div a { font-family: Verdana; color: #fff; text-decoration: none; font-size: 11px; }
.subnav_div a:hover { color: #ec9000; }
#RoundedContent { color: #fff; }
#Copy p { font-size: 13px; text-align: left; }
#Copy p a:link, #Copy p a:visited, #Copy p a:active { text-decoration: underline; }

#Footer { color: #fff; }

/* positioning */
body, div, span, a, img
{
	border: 0;
	padding: 0;
	margin: 0;
	text-align: center;
}
#CenterContent
{
	text-align: left;
	width: 990px;
	min-height: 150px;
	margin: 0 auto;
}
#Header /* includes the navigation */
{
	display: block;
	width: 990px;
	height: 182px;
	text-align: center;
}
#logo
{
	float: left;
	margin-top: 25px;
	margin-left: 325px; 
	width: 339px;
	margin-bottom: 11px;
}
#Nav 
{
	display: block;
	width: 990px;
	height: 67px;
	float: left;
	margin-top: 11px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#Nav LI
{
	display: block;
	float: left;
	width: 165px;
	height: 67px;
	margin: 0;
	padding: 0;
	position: relative;
}
#Nav A
{
	float: left;
}
#MidSection /* includes the subnavigation */
{
	display: block;
	width: 990px;
	min-height: 480px;
	float: left;
}
#SubNav 
{
	display: block;
	width: 990px;
	height: 30px;
}
.subnav_div
{
	text-align: left;
	float: left;
	height: 23px;
	width: 990px;
	margin-top: 7px;
}
.subnav_div a 
{
	margin-left: 20px;
}
#RoundedContent 
{
	width: 889px;
	display: block;
	min-height: 40px;
	float: left;
	margin-left: 50px;
	margin-bottom: 10px;
	text-align: left;
}
#FlashContainer
{
	display: block;
	width: 725px;
	height: 449px;
	/*top: 20px;
	left: 10px;*/
	float: left;
	margin-top: 20px;
	margin-left: 10px;
}
#SmallThumbs
{
	display: block;
	height: 449px;
	width: 121px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}
#SmallThumbs A
{
	float: left;
	margin-top: 8px;
}
#Copy 
{
	clear:both;
	float: left;
	margin: 20px;
}
h1.page_title { 
	display: block; 
	height: 32px; 
	overflow: hide; 
}
h1.page_title span { display: none; }
#RoundedFooter
{
	width: 889px;
	height: 24px;
	display: block;
	clear: both;
}
#Footer 
{
	float: left;
	clear: both;
	width: 990px;
	text-align: left;
}
#Footer p
{
	margin-left: 55px;
	margin-top: 10px;
	margin-bottom: 45px;
	float: left;
}

/* backgrounds, foregrounds, effects */
body { background: #000; }
#CenterContent { background: url('images/header_bg.gif'); }
/*#Header { background: url('images/top_left_thin.gif') top left no-repeat; }*/
#MidSection { background: url('images/middle_bg.gif'); }
#RoundedContent { background: url('images/content_bg2.gif') repeat-y; }
#RoundedFooter { background: url('images/content_footer_bg.gif') bottom left no-repeat; }
#Footer { background: url('images/header_bg.gif'); }


