body  {
	background-color: black;
	height: 100%;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-image: url(bg/rotate.php);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

a:link {text-decoration: none; color: #ac903f;}
a:visited {text-decoration: none; color: #ac903f;}
a:active {text-decoration: none; color: #ac903f;}
a:hover {text-decoration: none; color: #7f7864;}

.container  {
	width: 880px;
	margin: auto;
}

.banner  {
	width: 880px;
	height: 200px;
	background-image: url(img/logo.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	margin-bottom: 10px;
	float: left;
}

.overlay  {
	width: 370px;
	height: 100px;
	margin-left: 330px;
	margin-right: 180px;
	margin-top: 60px;
	
}

.footer  {
	clear: both;
	margin: 0;
	padding: .5em;
	font-size: 9px;
	color: #666666;
	text-align: center;
}

h1  {
	font-size: 16px;
	font-weight: bold;
	color: #111111;
}

h2  {
	font-size: 12px;
	font-weight: bold;
	color: #111111;
}

h3  {
	font-size: 12px;
	font-weight: normal;
}

h4  {
	font-size: 9px;
	font-weight: bold;
	color: #111111;
	margin: 0px;
}

h5  {
	font-size: 12px;
	font-weight: normal;
	font-family: Courier;
	color: #888888;
}

h6  {
	font-size: 10px;
	font-weight: bold;
	color: #444444;
	margin: 0px;
}

dt  {
	font-weight: bold;
}

dd  {
	margin-bottom: 1em;
}

ul  {
	padding-left: 1.5em;
	margin-left: 0em;
}

li  {
	margin-bottom: 1em;
}

img  {
	float: left;
	margin-right: 10px;
}

.menu  {
	background-color: #666666;
	border: 1px solid #ac903f; 
	width: 136px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	padding: 10px;
	float: left;
	filter: alpha(opacity=95);
	opacity: 0.95;
}

.main  {
	background-color: #666666;
	border: 1px solid #ac903f; 
	width: 522px;
	min-height: 280px;
	height: auto !important;
	height: 280px;
	padding: 10px;
	margin-left: 10px;
	float: left;
	filter: alpha(opacity=95);
	opacity: 0.95;
}

.right  {
	background-color: #666666;
	border: 1px solid #ac903f; 
	width: 136px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	padding: 10px;
	float: right;
	filter: alpha(opacity=95);
	opacity: 0.95;
}

.albumlist {
	width: 100%;
}

img.artist{
	margin-left: 10px;
	border: 1px solid #111111;	
}
img.smallCover {
	border: 1px solid #111111;
	margin-right: 5px;
}

img.smallCover:hover {
	border: 1px solid #ac903f;
}

td.leftItem{
	vertical-align: top;
	width: 92px;
}

td.rightItem{
	vertical-align: top;
	padding-right: 5px;	
}

.clear {
	clear: both;
	padding-top: 10px;
	margin-bottom: 10px;
}