html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0; padding: 0; border: 0; outline: 0;
	font-size: 100%; vertical-align: baseline;
	font-family: Helvetica, Arial, sans-serif;
}
img { border: 0; }
html {
background-image:url(../images/back-tile.png);
background-repeat:repeat-x;
background-color:#630000;
}
body {
background-image:url(../images/mainback.png);
background-repeat: no-repeat;
background-position:top center;
margin: 0;
padding: 0;
height: 575px;
}

#wrap {margin:0 auto; padding:0; width:921px;}
#header {
width: 920px;
height: 141px;
}
#mainnav {
background-image:url(../images/navbar.jpg);
background-repeat: no-repeat;
background-position:top center;
width: 921px;
height:35px;
}
#mainnav ul li { 
display:inline-block;
text-align: left;
float: left;
margin: 10px 20px 0 20px;
}
#mainnav ul li a { color:#606060; font-weight: bold; text-decoration: none; font-size:100%; } 
#mainnav ul li a:hover { font-weight: bold; color: #CC0000;}
#mainnav ul li .red {color: #CC0000}

#main {
width: 921px;
height:308px;
margin: 10px 0;
background-image:url(../images/homead.png);
background-repeat: no-repeat;
background-position:top center;}

#artists {
width: 921px;
height:430px;
margin: 10px 0;
background-image:url(../images/artistback.png);
background-repeat: no-repeat;
background-position:top center;}

#sponsors {
width: 100%;
height: 55px;
}
#sponsors ul {
margin: 0 auto;
width: 100%; }

#sponsors ul li { 
display:inline-block;
margin: 0 10px 0 1px;
float: left;
}

#footer{ clear: both; margin: 10px 0; font-size: 70%; color: #999; }
#footer a{ color:#777; }
#footer a:hover { color:#CC6600; }

#playerwrap { font-size:12px; margin: 0 1px 0 0; padding: 80px 20px 0 0 ; width:450px; float: right; 
background-image:url(../images/radioplayer.png);
background-repeat: no-repeat;
background-position: top right;
}
#playerwrap2 { font-size:12px; margin: 320px 1px 0 0; width:350px; height: auto; padding: 0 0 0 20px ; float: left;
}

#artistwrap { font-size:12px; margin: 0 1px 0 0; padding: 80px 20px 0 0 ; width:480px; float: right; 
background-image:url(../images/featureartists.png);
background-repeat: no-repeat;
background-position: top right;
text-align: left;
}
#artistwrap ul { text-align:center;}
#artistwrap ul li {
display:inline-block;
margin: 5px;
width: 100px;
height: auto;
float: left;
list-style: none;
text-align:left;
background-color:#eaeaea;
border: #333 1px dotted;
padding: 4px;
}
#artistwrap ul li:hover { background-color: #CC0000; color:#fff; border: #333 1px dashed;}

