body {
	background-color: #363631;
	font-family: Arial, Geneva, Verdana, sans-serif;
	font-size: small;
	margin: 0px;
}

#allcontent {
	background: url(images/bkgd900x400.gif) top left;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#main {
	font-size: 105%;
	padding: 0;
	margin-right: 195px;
	margin-left: 205px;
}
#header {
	background-color: #b96343;
	margin: 0px;
	padding: 0px;
	height: 65px;
}

#description {
	color: #ffffff;
	padding: 235px 15px 17px 15px;
	margin: 0px;
	float: left;
	width: 175px;
}

#artists {
	color: #ffffff;
	padding: 100px 15px 85px 15px;
	margin: 0px;
	float: right;
	width: 165px;
}

#footer {
	background-color: #9b9b7d;
	padding: 10px 35px 10px 35px;
	height: 100px;
	font-size: 90%;
	width: 830px;
	clear: both;}

#description a:link {
	color: #ffffff;
	text-decoration: none;
}

#description a:visited {
	color: #9b9b7d;
	text-decoration: none;
}

#description a:hover {
	background: #b96343;
	color: #c1c1a8;
	font-weight: bold;
}

#artists a:link {
	color: #ffffff;
	text-decoration: none;
}

#artists a:visited {
	color: #9b9b7d;
	text-decoration: none;
}

#artists a:hover {
	background: #b96343;
	color: #c1c1a8;
	font-weight: bold;
}