body, html {
	background: #000000 url('images/back8.jpg') no-repeat top left fixed;
	margin: 0 0 20px 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 0.95em;
	color: #999999;
	line-height: 1.5em;
	
	scrollbar-face-color:#5f1718;
	scrollbar-highlight-color:#cd311b;
	scrollbar-3dlight-color:#cd311b;
	scrollbar-shadow-color:#cd311b;
	scrollbar-darkshadow-color:#000000;
	scrollbar-arrow-color:#cd311b;
	scrollbar-track-color:#5f1718;

}

#fadeinbox {
position:absolute;
width: 650px;
left: 0;
top: -400px;
border: 2px solid red;
background-color: #5f1718;
padding: 4px;
z-index: 100;
visibility:hidden;
}

#header {
 width: 90%;
 background:transparent;
 margin: 0 auto;
 padding: 0;
 height: 101px;
 
}

#header h1 {
	padding: 30px 0;
	color: #999;
	font-size: 1.4em;
	letter-spacing: 3px;
	margin: 0;
	text-align: right;
}

#nav {
	position: absolute;
	top: 86px;
	left: 5%;
	width: auto;
	padding: 0;
	margin: 0 auto;
	font: bold 11px Verdana, sans-serif;
	height: 25px;
	
	
}

#nav li {
	list-style: none;
	margin: 0;
	padding: 0px;
	display: inline;
}

#nav li a {
	padding: 2px;
	margin: 0;
	border: 1px solid #000000;
	border-bottom: ;
	background: transparent url(images/trans6.gif) repeat;
	text-decoration: none;
	
}

#nav li a:link { color: #000; }
#nav li a:visited { color: #fff; }

#nav li a:hover {
	color: #fff;
	background: transparent url(images/trans7.gif) repeat;
}

#nav li a#current {
	background: transparent url(images/trans7.gif) repeat;
	border-top: 2px solid #FFFFFF;
}

#container {
	background: transparent url(images/trans5.gif) repeat;
	width: 90%;
	margin: 0 auto;
	padding: 0px;
	border: 2px solid #000000;
}


#obama {
position: absolute;
left: 0;
top: 0;
display: block;
height: 83px;
width: 83px;
background: url(http://www.dj-skilz.com/obama-ul.gif) no-repeat;
text-indent: -999em;
text-decoration: none;
}

#content {
	margin: 0;
	padding: 20px;
		
}

#footer {
	background: transparent;
	padding: 5px 10px 2px 0;
	text-align: right;
	font-size: 0.75em;
	clear: both;
	line-height: 1.15em;
}

a, a:visited {
	background: transparent;
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	background: transparent;
	color: #CCCCCC;
	text-decoration: underline;
}

h2 {
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	margin: 0;
	padding: 10px 0 1px 0;
	font-size: 1.2em;
}	