body, div, img, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dd, dt,
blockquote, fieldset, legend, label, input, textarea {
	margin: 0;
	border: 0;
	padding: 0px;
}

sh1, h2, h3, h4, h5, h6, p {
margin: 0 0 1em 0;
}



body 
{
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans", sans-serif;
	font-size: 100%;
	background-color:#000000;
	background-repeat:no-repeat;
	background-position:top left;
}



.logo {
	width:100%;
	height:100%;
}

.logo img {
	margin-left:300px;
	margin-top:-10px;
}

.box {
	background-color: #000000;
	opacity:0.5;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
} 

.text {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	color: #0099FF;
	text-decoration:none;
	opacity:1;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
} 

/* Header
-------------------------------------------------- */

#header ul
{
	list-style: none;
	margin: 1;
	padding: 1;
	
}

#header ul li
{
    width:90px;
    height:40px;
    text-align:center;
    list-style-type:none;
    margin-bottom:10px;
    display:table-cell;
    vertical-align:bottom;
}


#header a
{
	display: block;
	color: #ffff66;
	text-decoration: none;
	text-transform: uppercase;
	margin-right: 0px;
}


/* Containers
-------------------------------------------------- */

.container
{
	width: 600px;
	height: 390px;
	margin: 20px 350px;
	padding: 10px 20px;
	color: #fff;
	font-size: .75em;
	line-height: 2em;
	opacity:0.9;
}

.container h2
{
	
	width: 500px;
}

.container ul
{
	list-style-position: inside;
	margin: 0;
	padding: 0;
}

.container ul li  	{ margin-bottom: 10px; }
.container a		{ color: #fff; }

.container a:hover
{
	background: #fff;
	color: #555;
}

#music		{ background: #000000; }
#music h2	{ background: #000000; }
#video		{ background: #000000; opacity:1.0;}
#video h2	{ background: #000000; }
#news	{ background: #000000;}
#news h2	{ background: #000000; }
#bio		{ background: #000000; }
#bio	h2	{ background: #000000; }
#contact		{ background: #000000;}
#contact h2	{ background: #000000; }
#main		{ background: #000000; opacity:1.0;}


/* Self-Clearning Rules 
-------------------------------------------------- */

ul#navigation:after 
{
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
}

* html ul#navigation 	{ height: 0px; }
ul#navigation 			{ min-height: 0px; }
