* 
{
	outline: none;
}

HTML
{
}

BODY
{
	background: #000000 url(../img/background.png) top left repeat-x;
	
	font-family: Lucida Grande, tahoma, helvetica, arial, sans-serif;
	
	font-size: 67%;
	
	color: #ECCF31;
}

IMG
{
	border: 0;
}

.fl
{
	float: left;
}

.fr 
{
	float: right;
}

.cb
{
	clear: both;
}

DIV.page
{
	width: 790px;
	
	margin: 0 auto;
	
	text-align: center;
}


DIV.header
{
	margin-top: 20px;
}

DIV.header IMG.title
{
	margin-bottom: 14px;
}

DIV.header DIV.nav
{
	margin: 0 auto;
	text-align: left;
	
	padding-left: 28px;
	
	width: 652px;
}

DIV.header DIV.nav IMG
{
	position: relative;
	
	z-index: 100;
	margin: 0 0 -11px 0;
}

DIV.header DIV.nav A
{
	border-bottom: 0;
	margin-right: 34px;
}

DIV.header IMG.hr
{
	margin-left: -3px;
}

DIV.body
{
	margin: 0 auto;
	text-align: justify;
	
	padding: 8px 36px;
	
	width: 622px;
}

DIV.body STRONG
{
	color: #F7E376;
}

DIV.body A
{
	color: #F7E376;
	
	border-bottom: 1px dotted #F7E376;
	
	text-decoration: none;
}


DIV.body H1
{
	margin: 0px 0 10px 0;
	
	font-size: 300%;
	
	font-weight: normal;
}

DIV.body H2
{
	font-weight: normal;
}

DIV.body DIV.article
{
	width: 350px;
	
	margin: 20px auto;
	
	color: #F7E376;
	
	font-size: 13px;
}

DIV.body IMG.fr
{
	margin: 0 0 16px 16px;
}

DIV.body IMG.discog
{
	display: block;
	
	float: left;
	
	margin: 0px 10px 16px 0;
}

/* Footer stylez */

DIV.footer
{
	clear: both;
	
	width: 624px;
	
	margin: 10px auto 0 auto;
	
	border-top: 2px solid #ECCF31;
	
	text-align: left;
	
	padding: 6px 14px;
	
	color: #7B6D1E; 
}