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


body,td,th {
	color: #FFFFFF;
}
body {
	background-color: #000000;
	background:#000000 url(../images/page-bg.jpg) top center no-repeat;
	margin:0px;
}
h1{
	font-size:64px;
	font-family: Arial, Helvetica, sans-serif;
	text-indent:20px;
	font-weight: lighter;
}

hr{
	margin-left:auto;
	margin-right:auto;
	width:90%;
}
ul{
	list-style:none;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.container{
	padding-top: 495px; 
	background:#330000 url(../images/page-banner.jpg) top center no-repeat; 
	width:790px; 
	margin-left:auto; 
	padding-left:10px; 
	margin-right:auto; 
	padding-bottom:10px;
}

.sidemenu{
	width:300px; 
	float:left; 
	font-size:12px; 
	padding:5px;
}

.mainbody{
	width:450px; 
	margin-left:310px; 
	margin-top:-300px; /*-300*/
	padding:5px;
}

.footer{
	width:100%; 
	clear:both; 
	text-align:center; 
	padding-top:50px;
}

.artistbio{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	font-size:12px;
	padding-left:10px;
	border-left: #999999 solid 1px;
}

#directions{
	max-height:400px;
	overflow:auto;
}

#directions *{
	color:#333333;
}

#directions div{
	background-color:#CCCCCC;
	margin-left:auto;
	margin-right:auto;
	padding-left:1px;
	width:95%;
}


