body 
{
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans", sans-serif;
	font-size: 100%;
	background: #333;
}


/* Header
-------------------------------------------------- */



#header ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#header ul li 
{
	
	float: left;
	text-align: right;
}

#header a
{
	display: block;
	color: #ffff66;
	text-decoration: none;
	text-transform: uppercase;
	margin-right: 0px;
}


/* Containers
-------------------------------------------------- */

.container
{
	width: 800px;
	height: 490px;
	margin: 30px auto;
	padding: 10px 20px;
	color: #fff;
	font-size: .75em;
	line-height: 2em;
	opacity:0.8;
}

.container h2
{
	padding: 5px 10px;
	width: 200px;
}

.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; height: 700px; opacity:1.0}
#video h2	{ background: #000000; }
#news	{ background: #000000; }
#news h2	{ background: #000000; }
#bio		{ background: #000000; height: 700px; }
#bio	h2	{ background: #000000; }
#contact		{ background: #000000; height: 385px; }
#contact h2	{ background: #000000; }
#main		{ background: #000000; height: 385px; 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; }
