/* HERE COMES THE CSS REST  */

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.clear {
clear: both;
}

/* ---------   END RESET    ---------- */


body {

background: url(images/main_bg.jpg)  no-repeat top center;
}

#wrapper {
width: 100%;
background: url(images/black_top.png) repeat-x top center;
}

#header {
width: 860px;
height: 366px; 
margin: auto;
}

#logo {
float: left;
width: 365px;
position: relative;
background: url(images/LOGO.png) no-repeat top center; 
height: 135px; 
top: 35px; 
text-align: right;
}

#logo img {
margin-top: 30px;
}

#logo a {
display: block;
width: 100%;
height: 100%; 
border: 0px;
text-decoration: none;
}

#logo a span {
visibility: hidden;
}

#header #blurb {
position: relative;
float: right;
top: 35px;
text-align: right;
}

#blurb img {
margin-left: 36px;
}

#support {
width: 860px;
margin:auto;
}

#support img.raised { 
float: left;
margin-left: 36px;
margin-bottom: 60px;
}

#support form {
margin-top: 21px;
width: 442px; 
float: right;
}

#container {
width: 760px;
margin: auto;
}

#container #meter {
width: 100px;
float: left;
background: none;
position: relative;
top: 36px;
left: 45px;
height: 460px;
}

#container #player {
width: 540px;
position: relative;
top: 20px;
right: 20px;
padding-top: 34px;
background: url(images/player_top.jpg) no-repeat top left;
float: right;
}

#container #about {
width: 370px; 
float: left;
font: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
padding: 20px 30px 30px 20px;
margin-left: 6px;
line-height: 1.6;
text-align: left;
margin-bottom: 5px;
}

#container #about h3 {
font: Arial, Helvetica, sans-serif;
font-size: 16px;
color: #006699;
padding-bottom: 5px;
padding-top: 7px;
text-align: left;
}

a {
color: #990000;
text-decoration: underline;
}

a:hover {
text-decoration: none;
color:#666666;
}

#container #whogave {
position: relative;
float: right;
width: 300px;
padding: 20px 23px 20px 20px;
text-align: right;
width: 250px;
background: url(images/side_shadow.jpg) no-repeat top left;
}

#whogave p{
font: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
line-height: 1.8;
}


#footer {
width: 100%;
height: 35px;
padding-top: 20px;
text-align: center;
font: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #999999;
background: url(images/footer_bg.jpg) #e6e6e6 repeat-x top;
}

#footer #footercontent {
width: 735px;
margin: auto;
padding-top: 15px;
padding-bottom: 10px;
position: relative;
top: 2px;
text-align: right; 
}

#footercontent h3 {
font: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: lighter;
color: #006699;
padding-bottom: 5px;
margin: 0px;
}

#footercontent p {
font-size: 12px;
color: #666666;
line-height: 1.8;
}



