* {
	font-family:arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background:#333333;
	margin-top: 20px;
	text-align: center;
}
#wrap{
	margin-right: auto;
	margin-left: auto;
	width:900px;
	border: 1px solid #666666;
}

#container {
	clear:both;
	width:900px;
	height:auto !important;
	height:480px;
	min-height:300px;
	margin:0 auto 0 auto;
	background:#e9cb83;
	border-top: 1px solid #CCCCCC;
	
}
#container_text{
	color: #333333;
	text-align: justify;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;


}

#header {
	float: left;
	background-color: #e9cb83;
	height: 100px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	width: 450px;
}

#header h1 {
	margin:0;
	font-size:400%;
	color:#999999;
	font-weight:normal;
	float:left;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-top: 10px;
	width: auto;
}


#header_artist{
	color: #E3DFD8;
	font-size: 100%;
	font-style: italic;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}

#nav {
	float:right;
	display:inline;
	padding-top:60px;
	width: 440px;
}

#nav a {
	padding:0 2px;
	border-top:2px solid #555;
	color:#fff;
	text-decoration:none;
	font-size:10pt;
	text-transform:lowercase;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 10px;
	margin-left: 10px;
}

#nav a:hover {
	border-top:2px solid #CC9999;
}

#current {
	border-top:2px solid #e9cb83!important;
	color: #66ffff!important;
}


a {
	color:#333333;
	text-decoration:underline;
}

a:hover {
	color:#999999;
}

#footer {
	clear:both;
	height:1em;
	border-top:#fff;
	background:#e9cb83;
	color:#666666;
	font-size:8pt;
	text-align:center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
	width: 898px;
}


