body{
	margin: 0px; 
	padding: 0px;
	font-family: Verdana, sans-serif; 
	font-size: 10px;
	font-weight: normal;
	text-align: justify;
	background-color: #000;
}

a{
	font-family: Verdana, sans-serif; 
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	color: red;
	text-decoration: none;
}



/* MAIN STRUCTURE */
#page{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 800px;
	height: 500px;
	margin-left: -400px; 
	margin-top: -250px; 
}

#homepage{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 30px;
	width: 200px;

}

#menu{
	float: left;
	width: 200px;
	height: 450px;
	padding: 50px 0px 0px 0px;
	margin: 0px;
	background: #DEDEDE;
	background-image: url('./images/logo.gif');
	background-position: 10px 11px;
	background-repeat: no-repeat;
	overflow: hidden;
}

#menu a{

	display: block;
	padding: 0px 30px;
	font-family: Verdana, sans-serif; 
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

#menu a:hover{
	color: #000;
	background-color: #919191;
	text-decoration: none;
}

#contents{
	float: left;
	width: 596px;
	height: 500px;
	padding: 0px;
	margin: 0px;
	overflow: auto;
}

#contents h1{
	display: inline;
	margin: 10px;
	padding: 0px 5px;
	line-height: 32px;
	font-family: Verdana, sans-serif; 
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0.3em;	
	text-transform: uppercase;
}

#contents h2{
	margin: 10px;
	padding: 0px 5px;
	font-family: Verdana, sans-serif; 
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
}

#contents .cleaner{
	clear: both;
}




/* NEWS */
.news,
.news #menu a:hover{
	color: #000 !important;
	background-color: #FFF !important;
}

.news h1{
	color: #FFF;
	background-color: #B8B8B8;
}

.news .title{
	padding: 10px 0px 0px 10px;
	font-family: Verdana, sans-serif; 
	font-size: 12px;
	font-weight: bold;
}

.news .item{
	font-family: Courier, monospace; 
	font-size: 9px !important;
	padding: 1px 10px;
}





/* LIVE */
.live,
.live #menu a:hover{
	color: #a6828c !important;
	background-color: #ffc7d8 !important;
}

.live h1{
	color: #ffc7d8;
	background-color: #a6828c;
}

.live .title{
	padding: 10px 0px 0px 10px;
	font-family: Verdana, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}

.live .item{
	font-family: courier, monospace; 
	font-size: 9px !important;
	padding: 1px 10px;
}

.live .item.actual{
	color: red !important;
}

.live .item .left{
	float: left;
	width: 85px;
	overflow: hidden;
	border-right: 1px solid #FFF;
}

.live .item .right{
	float: left;
	padding-left: 10px;
	width: 460px;
	overflow: hidden;
}






/* DISCOGRAPHY */
.discography,
.discography #menu a:hover{
	color: #000 !important;
	background-color: #919191!important ;
}

.discography h1{
	color: #919191;
	background-color: #5d5d5d;	
}

.discography .item{
	padding: 10px;
}

.discography .item .left{
	float: left;
	width: 200px;
	overflow: hidden;
}

.discography .item .right{
	float: right;
	width: 350px;
}

.discography .item .title{
	font-family: Verdana, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.discography .item ul{
	margin: 0px;
	font-family: Arial, sans-serif; 
	font-size: 10px;
	color: #FFF;
}

.discography .item a{
	font-family: Arial, sans-serif; 
	font-weight: normal;
	font-size: 10px;
	color: red;
}

.discography .item table{
	margin: 10px 0px 0px 0px;
	font-family: Arial, sans-serif; 
	font-size: 9px;
	color: #000;
}

.discography .item tr,
.discography .item td{
	margin: 0px;
	padding: 0px;
}


/* GALLERY */
.gallery,
.gallery #menu a:hover{
	color: #585858 !important;
	background-color: #F85A10!important ;
}

.gallery h1{
	color: #F85A10;
	background-color: #C83F00;	
}



.gallery #contents img{
	border: 5px solid #C83F00;
}



/* GUEST */
.guest,
.guest #menu a:hover{
	color: #FFF !important;
	background-color: #000!important ;
}

.guest h1{
	color: #000;
	background-color: #585858;	
}

.guest iframe{
	width: 590px;
	height: 468px;
	border: 0px;
	background-color: #000;
}

/* DISCOGRAPHY */
.contacts,
.contacts #menu a:hover{
	color: #767676 !important;
	background-color: #B5B5B5!important ;
}

.contacts h1{
	color: #B5B5B5;
	background-color: #767676;	
}


.contacts h2{
	margin: 10px;
	font-family: Verdana, sans-serif; 
	font-size: 9px;
	color: #FF0000;
}

.contacts .item{
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 10px 0px;
}


.contacts .item a{
	font-family: Courier, monospace !important; 
	color: #767676;
	font-weight: normal;
}

.contacts .item a:hover{
	font-family: Courier, monospace !important; 
	color: #FF0000;
	font-weight: normal;
}