body
{
background-color: #000;
	color: #fff;
	font-family: arial, helvetica, sans-serif;
	font-size: 80%;		/* arial looks better with a smaller size */
	margin: 0;
	min-width: 500px;	/* IE doens't understand this property */
	width: auto;
	padding: 2em;		/* remove this to stretch the layout 
				   across the screen edge-to-edge */
}


#topsection{
background: #000000;
height: 250px; /*Height of top section*/
}


#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-right: 200px; /*Set right margin to RightColumnWidth*/
}

#rightcolumn{
float: left;
width: 200px; /*Width of right column in pixels*/
margin-left: -200px; /*Set left margin to -(RightColumnWidth) */background: #000;
}

#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
}

.innertube{
margin: 0px 10px; /*Margins for inner DIV inside each column (to provide padding)*/
padding-left:20px;
}

.text
{
padding-top:50px;
}


#logo
{
padding:2em 0 2em 10em;
border:0;
}


.picright
{
float:right;
padding:10px 10px 0px 20px;
border:0;
}

.player
{
z-index:200;
float:right;
padding:20px 10px 10px 50px;
border:0;
}

.center /*center in block*/
{
text-align:center;
margin:auto;
}

#menu
{
z-index:10000;
width:760px;
height:66px;
padding-top:20px;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: url('../graphics/blockactive.gif') repeat-x center;
}

.solidblockmenu
{
border-left:0 solid #625e00; border-right:0 solid #625e00; border-top:1px solid #625e00; border-bottom:1px solid #625e00; margin:0; padding:0; float: left;
width: 100%;
background: black url('../graphics/blockdefault.gif') repeat-x center;
font-style:normal; font-variant:normal; font-weight:bold; font-size:13px; font-family:Arial; list-style-type:none
}


#contact
{
word-spacing:0.3em;
}

a:link
{
color:yellow;
}
