/* CSS */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #000000 url(../images/bg.jpg) repeat;
	font: 12px/170% Arial, Helvetica, sans-serif;
	color: #D1D1D1; 
	text-align: center;	
}
blockquote {
    padding-left:50px;
}
/* links */
a, a:visited {	
	color: #ff7700;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}
/* headers */
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: Bold; 	
	padding: 10px;		
	color: #444;	
}
h1 {
	font-size: 2.2em;		
}
h2 {
	font-size: 2em;
	color: #ff7d00;
}
h3 {
	font-size: 1.4em;
	font-weight: normal;	
	padding: 16px 10px 4px 10px;
}
p { padding: 12px 10px;	}
/* images */
img { border:0px;
}
img.special {
	background: #fafafa;
    border: 1px solid #dcdcdc;
	padding: 7px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}
#wrap {
	position: relative;
	width: 998px;
	margin: 10px auto;
	text-align: left;	
}
#content-wrap {
	position: relative;
	clear: both;
	float: left;	
	width: 998px;	
	padding: 10px 0; 	
	background: url(../images/content.jpg) no-repeat;
}
#header {
	position: relative;
	width: 958px;
	height: 185px;
	background: url(../images/header.jpg) no-repeat;	
	color: #fff;	
	padding: 20px 20px 0 20px;	
	margin: 0;
}
.headerdj {
    float:right;
	width: 400px;
	height: 160px;
	text-align:center;
	padding-top:10px;
	margin-right:30px;
	
}

/* Top Nav */
#topnav {
	clear: both;	
	width: 998px;
	height: 30px;
	background: url(../images/nav.jpg) no-repeat;
}
#topnav ul {
	float: left;
	list-style: none;	
	margin: 0;
	padding: 0 0 0 29px;			
	height: 30px;
}
#topnav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#topnav ul li a {
	display: block;
	float: left;
	text-align:center;
	width: auto;
	margin: 0;
	padding: 0 14px;
	color: #ffffff;
	font: bold 15px/30px Arial, Helvetica, sans-serif;
	text-decoration: none;	
	letter-spacing: -0.5px;
}
#topnav ul li a:hover {
    background:url(../images/nav-hover.jpg);
	color:#ff7d00;
	} 
/* Main */
#main {
	float: right;
	width: 680px;
	padding: 0; margin: 0 30px 0 20px;
	display: inline;
	background: url(../images/main-middle.gif) repeat-y;
}
#main-top {
	float: right;
	width: 680px;
	height: 31px;
	padding: 0; margin: 0 30px 0 20px;
	display: inline;
	background: url(../images/main-top.gif) no-repeat;
}
#main-bottom {
	float: right;
	width: 680px;
	height: 31px;
	padding: 0; margin: 0 30px 0 20px;
	display: inline;
	background: url(../images/main-bottom.gif) no-repeat;
}
#main h2 {
	font: 24px Arial, Helvetica, sans-serif;
	color: #ff7d00; 
	padding: 10px 0 5px 5px; 	
	margin-left: 20px;	
	margin-right: 20px;		
	border-bottom: 1px solid #ff7d00;
}
#main p {
    margin-left: 20px;	
	margin-right: 20px;
}
#main h2 a {
	color: #ff7d00;
	text-decoration: none;		
}
#main td {
    border-bottom:#000000 dotted 1px;
}
.no {
    background: #191919;
	text-align:center;
}
.lw {
    background-color: #2E2E2E;
	text-align:center;
}
.artist {
    background-color: #434343;
	padding-left:5px;
}
#boxes {
	width: 640px;
	padding: 0; margin: 0 30px 0 20px;
	display: inline;
}
#main-boxes {
    text-align:center;
	width:196px;
    height:225px;
    float:left;
	margin:5px;
	margin-left:20px;
    border-bottom:1px dashed #BBBBBB;
    position:relative;
}
#sponser-boxes {
    text-align:center;
	width:196px;
    height:100px;
    float:left;
	margin:5px;
	margin-left:20px;
    border-bottom:1px dashed #BBBBBB;
    position:relative;
}
#sidenav {
	float: left;
	width: 220px;
	padding: 0; 
	margin: 0 45px 0 0;
	display: inline;	
}
#sidenav h3 {
	color: #01267e; 
	font: normal 1.6em Arial, Helvetica, sans-serif;
	text-transform: none;
	padding: 10px 0 2px 0; 
	margin: 10px 0 0 10px; 
}
/* sidenav */
#sidenav .sidemenu {
	margin: 5px 10px 8px 7px; padding: 0;
	text-decoration: none;		
	border-top: 1px solid #ff7700;
}
#sidenav .sidemenu li {
	list-style: none;
	margin: 0;
	padding: 5px 10px; 			
	border-bottom: 1px dotted #ff7700;	
}
* html body #sidenav .sidemenu li {
	height: 1%;
}
#sidenav .sidemenu li a {
	text-decoration: none;	
	color: #666666;	
}
#sidenav .sidemenu li a:hover {
	text-decoration: none;	
	color: #ff7700;	
}
#sidenav .sidemenu li:hover {	
	background: #fafafa;	
}
#sidenav .sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidenav .sidemenu ul li { border: none; }
/* footer */
#footer-wrap {
	clear: both;
	width: 998px;
	text-align: left;
	padding: 0;	margin: 0;
	background: url(../images/footer-bottom.gif) no-repeat left bottom;		
}
#footer-content {
	width: 998px;
	background: url(../images/footer-top.gif) no-repeat;	
	padding: 0px 0 35px 0;
}
/* bottom */
#footer-bottom {
	clear: both;	
	margin: 0 auto; 
	width: 998px;
	padding: 5px 0 5px 0;
	text-align: center;	
	font-size: 0.95em;
	background: url(../images/footer-top.gif) repeat-y;
}
#footer-bottom a {
    color: #ff7700; }
#footer-bottom a:hover { 
    color: #ffffff; 
	text-decoration: underline;
    }
/* aligns */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.align-center {text-align: center;}

#popups {
background:url(../images/popbg.jpg) no-repeat;
float:left;
width:447px;
height:447px;}


