html,body {
	margin:0;
	padding:0;
	font-size:13px;
	font-family:myriad pro;
	color:#eeeeee;
}
body {
	background-color:#191a1a;
}
h2 {
	color:#f29430;
	font-size:1.1em;
	margin:0;
}
h3 {
	color:#fff;
	font-size:1.1em;
}
#container {
	width:848px;
	margin:auto;
	background:url(images/header_bg.jpg) top center no-repeat;
}

#header {
	margin:auto;
	height:296px;
	position:relative;
}
#nav {
	position:absolute;
	left:2px;
	bottom:53px;
}
#nav a {
	display:block;
	float:left;
	width:174px;
	text-align:center;
	background:url(images/header_tab.png) 0 0 no-repeat;
	color:#c1c1c1;
	margin-right:2px;
	font-size:1.2em;
	text-decoration:none;
	line-height:30px;
	opacity:0.85;
	-moz-opacity:0.85;
	filter:alpha(opacity=85);
}
#nav a.selected {
	opacity:0.99;
	-moz-opacity:.99;
	filter:alpha(opacity=99);
}
div.content {
	background-color:#000;
	line-height:1.3em;
	padding:1px 60px 25px; 
	margin-left:3px;
	width:683px;
}

div.content a {
	color:#00d8ff;
}
img.icon {
	float:left;
}

.dark {
	color:#979797;
}
ul.dark {
	padding-left:15px;
	margin:0;
	list-style-image:url(images/bullet.gif);
}
ul.dark li {
	padding:0;
	margin:0;
}
#footer {
	background:url(images/footer_bg.png) 0 0 repeat-x;
	height:55px;

}
#footer a {
	color:#fff;
	text-decoration:none;
	margin:0 5px;
}
#footer .credit {
	float:right; 
	color:#767676;
}
#footer .credit a {
	color:#767676;
	text-decoration:underline;
	margin:0;
}

div.cap {
	float:left;
	width:133px;
	color:#979797;
	margin:0 30px 15px 0;
}	