@charset "utf8";
/**
 * TRIBAL-E: BASSGUERILLA
 * 
 * Global Layout Styles & Resets
 * 
 * @copyright 	SECTORverde www.sectorverde.de
 */

/**
 * Resets
 */

* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #aa6f00;
	border: 0;
}

html {
	min-height: 100%;
	height: 100%;
	width: 99%;
	font-size: 100%;
	margin-bottom: 1px;
	
	
}

body {
	background: #241800 url("../images/bg.gif") top left no-repeat;
	font-size: 62.5%;	
	height: 100%;
	border-left: 4px solid #aa6f00;
	
	
}

/**
 * Layout
 */

#page {
	margin: 0 auto;	
	
}

#header {
	padding-left: 24px;
	padding-top: 23px;
}

#logo {
	background:  transparent url("../images/header.gif") no-repeat;
	height:67px;
	width: 550px;
}

#logo h1{
	display: none;
}

#logo a {
	height: 67px;
	width: 550px;
	display: block;
}	

#navcontainer {
	margin-top: 17px;
	margin-left: 5px;
	float: left;
}

#navcontainer a{ 
	display:block;
} 

#navcontainer a span{ 
	display:none;
} 	
	
#navlist li{
	list-style-type: none; 
}

#navlist li a{
	width: 100px;
	height: 27px;
}	

#news a{
	background: #241800 url(../images/news.gif) no-repeat;
}
#news a:hover, li#news.active a{
	background: #241800 url(../images/newsover.gif) no-repeat;
}

#artists a{
	background: #241800 url(../images/artists.gif) no-repeat;
}
#artists a:hover, li#artists.active a{
	background: #241800 url(../images/artistsover.gif) no-repeat;
}

#music a{
	background: #241800 url(../images/music.gif) no-repeat;
}
#music a:hover, li#music.active a{
	background: #241800 url(../images/musicover.gif) no-repeat;
}

#archive a{
	background: #241800 url(../images/archive.gif) no-repeat;
}
#archive a:hover, li#archive.active a{
	background: #241800 url(../images/archiveover.gif) no-repeat;
}

#contact a{
	background: #241800 url(../images/contact.gif) no-repeat;
	}
#contact a:hover, li#contact.active a{
	background: #241800 url(../images/contactover.gif) no-repeat;
}

#content {
	margin-top: 22px;
	margin-left: 115px;
	margin-bottom: 10px;
	width: 468px;
}


/**
 * Abstracts
 */
.clear {
	clear: both;
}
