*{
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Sans-serif;
	background-color: #d8d69a;
}
.hide{
	display: none;
}
#wrapper {
	background: url(../images/sitegraphics/bg_repeat.jpg) repeat-y;
	width: 1024px;
	margin: 0 auto;
}
#header a{
	float: left;
	width: 1024px;
	height: 132px;
	background: url(../images/sitegraphics/header.jpg);
}
#content{
	padding: 10px 0 0 43px;
}
#col1{
	width: 375px;
	float: left;
}
#col2{
	margin: 0 0 0 3px;
	width: 374px;
	float: left;
}
#col3{
	margin: 0 0 0 6px;
	width: 175px;
	float: left;
}
.empty{
	clear: both;
}
.thumb{
	text-align: center;
	width: 355px;
	height: 262px;
	background-color: #d8d69a;
	margin: 0 auto 10px auto;
	color: #5c5b3a;
}
.thumb:hover{
	background-color: #dd8f12;
}
.thumb_top{
	background: url(../images/sitegraphics/thumbDown_top.jpg) top center no-repeat;
	height: 262px;
}
.thumb_top:hover{
	background: url(../images/sitegraphics/thumbOver_top.jpg) top center no-repeat;
}
.thumb img{
	border: none;
	padding: 10px 20px 0px;
}
.description{
	padding: 0 20px;
	font-size: 14px;
	font-weight: bold;
}
.title{
	width: 50%;
	float: left;
	color: #5c5b3a;
	text-decoration: none;
	text-align: left;
}
.artist{
	text-align: right;
	width: 50%;
	float: right;
}
.thumb a{
	color: #5c5b3a;
	text-decoration: none;
}
.thumb a:hover{
	color: #d8d69a;
}
.artist a:hover{
	color: #d8d69a;
}
#footer{
	text-align: left;
	width: 1024px;
	height: 62px;
	margin: 0 auto;
	background: url(../images/sitegraphics/footer.jpg) bottom no-repeat;
}
#pages{
	margin: 0 0 0 5px;
}
#pages li{
	margin: 0 -4px 0 0;
	font-size: 3em;
	display: inline;

}
#pages li a{
	color: #f1efb3;
	text-decoration: none;
	padding: 1px 5px 2px;
	background: #ad4e12;
}
#pages li a:hover{
	color: #ad4e12;
	background: #f1efb3;
}
#pages li.down a{
	color: #ad4e12;
	background: #73bfe3;
}
.sub_header{
	margin: 10px 0 10px 15px;
	color: #ad4e12;
	font-size: 16px;
	font-weight: bold;
}
.sub_header a{
	text-align: center;
	color: #ad4e12;
	text-decoration: none;
}
.sub_header a:hover{
	text-align: center;
	color: #75b7d8;
}