BODY { background-color: #ae9e71;
 	 }

A { text-decoration: none}

.text { font-family: verdana, sans-serif; font-size: 11px; line-height: 15px; }
.bold { font-family: verdana, sans-serif; font-size: 11px; line-height: 15px; font-weight: bold; }
.hometext { font-family: verdana, sans-serif; font-size: 12px; line-height: 18px; }
.head { font-family: verdana, sans-serif; font-size: 13.5px; line-height: 18px}
.contact { font-family: verdana, sans-serif; font-size: 12px; line-height: 18px;}
.caption { font-family: verdana, sans-serif; font-size: 8.5px; line-height: 10px; }
.copyright { font-family: verdana, sans-serif; font-size: 9px; color:#b3880c; }

a:link { color: #b3880c; }
a:visited { color: #b3880c; }
a:hover { color: #cc3300; text-decoration: underline;}
a:active { color: #b3880c; }

li { 	padding: 0px 0px 0px 0px; }
 
ul { 
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 15px;
 }


#container {
	margin: 10px auto;
	position: relative;
	width: 810px;
	height: 650px;
	background-color: #FFFFFF;
}

#contact {
	position:absolute;
	width:209px;
	z-index:2;
	left: 126px;
	top: 77px;
}

#contact a {
	color: #000000;
	}
	
#contact a:hover {
	color:#CC3300;
	}

#hometext {
	position:absolute;
	width:445px;
	height:260px;
	z-index:3;
	left: 338px;
	top: 198px;
}

#whatsnewbox {
	position:absolute;
	width:285px;
	height:145px;
	z-index:3;
	left: 490px;
	top: 23px;
}

#artistinfo {
	position:absolute;
	width:267px;
	height:54px;
	z-index:3;
	left: 35px;
	top: 500px;
}

#copyright {
	position:absolute;
	width:250px;
	height:33px;
	z-index:2;
	left: 561px;
	top: 610px;
	text-align: left;
}
	
