@charset "utf-8";
/* CSS Document */

@charset "utf-8";
body 
{
	margin: 0px;
	text-align: center;
	min-height: 605px;
	min-width: 900px;
	background-color: #FFF;
}
html, body 
{
	margin: 0px;
	padding: 0px;
	height: 100%;
}

#wrapper 
{
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	/*height: 605px;*/
	/* [disabled]overflow: auto; */
	clear: both;
}


#header 
{
	width: 900px;
	height: 65px;
}

#artistName{
	font-size:32px;
	color: #36328e;
}


#content 
{
	height:100%;
	width: 900px;
	
	/* [disabled]height: 345px; */
	/* [disabled]padding-top: 40px; */
	/* [disabled]background-color: #ECECEC; */
}


#contact_box{
	height:420px;
	background-color: #ECF5FF;
	float: none;
	border: medium solid #CCC;
	position: absolute;
	display: block;
	clear: both;
	width: 674px;
	margin-left: 225px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;	
	}
	
#al_box,#nan_box,#van_box,#anna_box,#gus_box{
	background-color: #ECF5FF;
	float: none;
	border: medium solid #CCC;
	position: absolute;
	display: block;
	clear: both;
	width: 674px;
	height:420px;
	margin-left: 225px;
	display:none;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
	z-index: 50;
	}
.elinks a:hover{
	background-color:#FEFFD7;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	}
.elinks a:link{
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	}
.elinks li{
	list-style-type:none
	}

/* link for indside div */
.inside{
	margin-left: 25px;
	margin-right: 55px;
	float:left;
	}		
.inside a:hover {
	text-decoration: underline;
	color:#00F;
}
.inside a:active {
	text-decoration: none;
	color: #FFFFFF;
}
	

#footer 
{
	width: 900px;
	height: 60px;
	/* [disabled]background-color: #EEE; */
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #7A78A0;
	font-weight: 400;
	line-height: 60px;
}

.names{
	background-color: #ECECEC;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 15px;
    }

.backcolor{
	background-color:#F8F8F8;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
	}

.backcolorP{
	background-color:#FFF2F9;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
	}
	
.backcolorB{
	background-color: #ECF5FF;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	}

.btm{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	}

input[type="button"]{
	cursor:pointer;
	}
	
a:link{
	margin:0;
	padding:0;
	text-decoration:none;
	color:#000;
	}
#al_table,#gus_table,#nan_table,#van_table,#anna_table{cursor:pointer}

.alignright
{
	float: right;
	
}

.borderClass{
	border: 3px solid #CCC;
	}

.sitemapH{
	text-align:left;
	width:895px;
	height:20px;
	margin:30px 0 0 0;
	padding-top:4px;
	padding-left:5px;
	padding-bottom:0px;
	
}

.sitemapB{
	width:900px;
	height:400px;
	background-color: #ECECEC;
	text-align:left;
	margin:1px 0 0 0;
}
.sitemapB li{list-style-type:none;}