/* CSS Document */

#header {
	width:980px;
	height:214px;
	margin-left:auto;
	margin-right:auto;
}

#logo {
	width:372px;
	height:95px;
	float:left;
	padding-top:30px;
}

#banner-advert {
	width:572px;
	height:95px;
	float:right;
	padding-top:0px;
	margin-top:15px;
	background-color:#000000;
}

.grey-line {
	width:auto;
	height:2px;
	background-color:#897F80;
}

.grey-stripe {
	width:auto;
	height:25px;
	background-image:url(/graphics/common/stripegrey.png);
	background-repeat:repeat;
}

#container {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:50px;
}

.left-col {
	width:640px;
	float:left;
	margin-bottom:20px;
}

.right-col {
	width:290px;
	float:right;
	margin-bottom:20px;
}

.artist-box {
	width:205px;
	float:left;
	margin-bottom:15px;
}

.artist-box h4 {
	color:#897F80;
}

.artist-box a {
	color:#897F80;
}

.artist-box a:hover {
	color:#FFFFFF;
}

.artist-box-splitter {
	width:12px;
	height:100px;
	float:left;
}

.content-tag {
	width:auto;
	float:left;	
}

#footer {
	width:980px;
	height:80px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#archive-date-selector ul {
	width:auto;
	list-style:none;
/*	padding-left:0px;
	margin-left:0px;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;*/
	margin:0px;
	padding:0px;
}
