html{
	height: 100%;
	margin: 0px;
	}

body {
	height: 100%;
	margin: 0px;
  	background-color: #EAE9E1;
	font-family: Arial, helvetica, sans-serif;
  	font-size: 10px;
  	color:#333333;	
	background-image:url(../assets/body_bg.gif);
	background-position:left;
	background-repeat:repeat-y;
}
.cTable{
	height:100%;
	margin: 0px;
}

#title {
	position:absolute;
	width:600px;
	height:165px;
	z-index:1;
	top:0;
	left:0;
	overflow:visible;
}
#menu {
	position:absolute;
	width:200px;
	z-index:2;
	left:0px;
	top:165px;
	height:300px;
	visibility:visible;
	overflow:visible;
}
#submenu {
	position:absolute;
	width:140px;
	z-index:3;
	left:220px;
	top:165px;
	height:300px;
	visibility:visible;
	overflow:visible;
}

#content {
	position:absolute;
	width:300px;
	z-index:4;
	left:170px;
	top:180px;
	height:300px;
	visibility:visible;
	overflow:visible;
}

#c1{
padding-left:130px;
}
#c2{
padding-left:140px;
}
#c3{
padding-left:140px;
}
#c4{
padding-left:106px;
}
#c5{
padding-left:100px;
}
#c6{
padding-left:64px;
}
#c7{
padding-left:120px;
}


.decline{
padding-left:139px;
padding-bottom:0px;
}

.menu1{
	color: #666666;
	padding:0px 4px 4px 0px;
}
.menu1 a, .menu1 a:visited {
	color:#666666;
	text-decoration:none;
	font-weight:normal;
	}
.menu1 a:hover, .menu1 a:active{
	color:#CC3300;
	text-decoration:none;
}
.menu1Selected{
	color: #CC3300;
	padding:0px 4px 4px 0px;
}
.menu1Selected a, .menu1Selected a:visited {
	color:#CC3300;
	text-decoration:none;
	font-weight:normal;
	}
.menu1Selected a:hover, .menu1Selected a:active{
	color:#CC3300;
	text-decoration:none;
}
.menu2{
	color: #000000;
	padding:0px 2px 0px 2px;
}
.menu2 a, .menu2 a:visited {
	color:#000000;
	text-decoration:none;
	}
.menu2 a:hover, .menu2 a:active{
	color:#CC3300;
	text-decoration:none;
}
.menu2Selected{
	color:#CC3300;
	padding:0px 2px 0px 2px;
}
.menu2Selected a, .menu2Selected a:visited {
	color:#CC3300;
	text-decoration:none;
	}
.menu2Selected a:hover, .menu2Selected a:active{
	color:#CC0000;
	text-decoration:none;
}


.artistTitle{
	font-size: 16px;
	color: #333333;
}

.text{
font-size:12px;
line-height:18px;
}
.text a, .text a:visited {
	color:#666666;
	text-decoration:none;
	}
.text a:hover, .text a:active{
	color:#000000;
	text-decoration:none;
}


.hline{
	background-image:url(../assets/hline.gif);
	background-repeat:repeat-x;
}




.footer0{
	background-color:#C5C5BC;
}
.footer2{
	background-color:#D2CDAE;
}

.footer{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color:#BEB78B;
}
.footer a, .footer a:visited {
	color: #000000;
	text-decoration:none;
	font-weight:normal;
	}
.footer a:hover, .footer a:active{
	color: #000000;
	text-decoration: underline;
}

.indexNews{
	
	padding:10px 10px 10px 10px;
	background-image:url(../assets/redcorner.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
}


.indexLink{
	outline:none;
	font-size:11px;
	color: #000000;
	font-size:11px;
}
.indexLink a, .indexLink a:visited {
	font-size:11px;
	outline:none;
	color:#000000;
	text-decoration:none;
	}
.indexLink a:hover, .indexLink a:active{
	color:#000000;
	text-decoration:none;
}
ul.newsList {list-style: none; width:200px; font-size:11px;}
ul.newsList li {margin: 20px 0px 0px 0px; background-color:#D8D6C7; font-size:11px;}
ul.newsList li a {font-size:11px;}
ul.newsList li p {font-size:11px;}
ul.newsList li:hover {background-color:#E4E3DA}