/* CSS Document */
html, body
{ height: 100%; margin: 0; padding: 0; }

body {
	background:#06121c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8.5pt;
	color:#CCCCCC;
	line-height:12pt;
	text-align:center;
	background-image:url(images/bkgrd.jpg);
	background-repeat: repeat-x;
	background-position: top center;
}

html, #news
{
	scrollbar-face-color: #091118;
	scrollbar-arrow-color:#00ADEF;
	scrollbar-track-color:#0E1A25;
	scrollbar-highlight-color:#405C70;
	scrollbar-3dlight-color:#172E40;
	scrollbar-shadow-color:#274154;
	scrollbar-darkshadow-Color:#172E40;
}

#all {
	width:740px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	min-height: 100%; height: auto !important; height: 100%;
}

#header {
	margin-bottom: 15px;
}

#about {
	width:437px;
	float:left;
	height:361px;
	position:relative;
}

#featured-link {
	position:absolute;
	bottom:0;
	left: 0;
	background-image:url(images/featured.jpg);
	background-position: 0px 0px;
	text-indent: -9999px;
	width:437px;
	height:139px;
	display:block;
	overflow: hidden;
}

#featured-link:hover {
	background-position: 0px -139px;
}

#whatsnew {
	width:277px;
	height:361px;
	background-image:url(images/whatsnew.gif);
	margin-right:26px;
	float:left;
	position:relative;
}

#news {
	width:243px;
	height:305px;
	padding-right: 15px;
	position:absolute;
	top:43px;
	left:15px;
	overflow: auto;
}

h3
	{ font-size: 1.1em; font-weight: bold; }
#news p, #news h3
	{ margin-left: 30px; }
#news h3
	{ list-style-image: url(images/news_icon.gif); display: list-item; color: #fff; margin-top: 0; } 


#about-header {
	margin-top:15px;
	margin-bottom:0;
}

#news ul {
	margin: 0;
	padding: 0;
	margin-left: 30px;
	list-style-image:url(images/news_icon.gif);
}

#news li {
	margin-bottom: 10px;
}

#footer {
	clear:both;
	color:#69a4c2;
	text-align:right;
}

#about a, #about a:visited {
	color:#FFFFFF;
	text-decoration:underline;
}
#about a:hover {
	text-decoration:none;
}

h3 strong, strong { color: #88C0E4; }

