@CHARSET "UTF-8";



.maincontentarea {
	position: absolute; 
	left: 0px; 
	top: 100px; 
	width: 100%;
	margin: 0px 0px 0px 0px;
	background-image: url(/images/clamour-seamless-repeating-small.jpg);
	background-repeat: repeat;
}

.actualcontent {
	margin: 20px;
	padding: 0px 20px 0px 20px;
	background-image: url(/images/clamour-seamless-repeating-small-whitened.jpg);
}

.newsdiv {
	position: absolute; 
	left: 0px; 
	top: 100px; 
	height: 100px;
	width: 100%;
	margin: 0px 0px 0px 0px;
}

.newsdiv p {
	padding: 10px 30px 10px 30px;
	margin: 0px 0px 0px 0px;
	background-image: url(/images/clamour-seamless-repeating-small-whitened.jpg);
}

div.upcoming {
	position: absolute; 
	left: 0px; 
	top: 200px; 
	width: 33%;
}
div.latestsong {
	position: absolute; 
	left: 33%; 
	top: 200px; 
	width: 33%;
	background-image: url(/images/clamour-seamless-repeating-small.jpg);
	text-align: center;
}
div.frontpagephoto {
	position: absolute; 
	right: 0px;
	top: 200px; 
	width: 33%;
}

table.upcomingshows {
	padding: 0px 15px 0 15px;
}

.upcomingshows tr td.details {
	text-align: right;
}
.upcomingshows tr th {
	background-image: url(/images/clamour-seamless-repeating-small.jpg);
}
.upcomingshows tr.oddrow {
	background-image: url(/images/clamour-seamless-repeating-small-whitened.jpg);
}
.upcomingshows tr.evenrow {
	background-image: url(/images/clamour-seamless-repeating-small.jpg);
}
.upcomingshows th span {
	background-image: url(/images/clamour-seamless-repeating-small-whitened.jpg);	
}
.upcomingshows tr.evenrow span {
	background-image: url(/images/clamour-seamless-repeating-small-whitened.jpg);
	margin: 5px;
}
.upcomingshows tr.oddrow span {
	margin: 5px;
}

table.albumtable td {
	vertical-align: top;	
}
.albumcovercell {
	/* background-image: url(/images/clamour-seamless-repeating-small-whitened-more.jpg);*/
	background-color: white;
	padding: 15px;
}

/*
#topdiv {
	position: absolute; 
	top: 0px;
	left: 230px;
	width: 100%;
	height: 100px;
}
*/
