html {
	text-align: center;
	}

body {
	position: relative;
	width: 1000px;
	margin: 0px auto 0px;
	background-color: #000000;
	color: #FFFFFF;
	font-family: "Verdana";
	font-size: 0.9em;
	text-align: center;
	}

a:link {
	color: #4400FF;
	}
a:visited {
	color: #4400FF;
	}
a:hover {
	color: #FFFFFF;
	}
a:active {
	color: #FFFFFF;
	}
a.selected {
	color: #FFFFFF;
	}
a.selected:link {
	color: #FFFFFF
	}
a.selected:visited {
	color: #FFFFFF
	}
a.selected:hover {
	color: #FFFFFF
	}
a.selected:active {
	color: #FFFFFF
	}

	
img.listen {
	border-width: 1px;
	border-style: solid;
	}

img.download {
	border-width: 1px;
	border-style: solid;
	}

img.link {
	border-width: 1px;
	border-style: solid;
	}

		
.date {
	font-size: 0.9em;
	}

.news_date {
	font-size: 0.7em;
	font-weight: bold;
	}
	
h2 {
	font-size: 1.2em;
	font-weight: bold;
	}



#head {
	width: 1000px;
	}

#head_left {
	position: relative;
	float: left;
	width: 100px;
	height: 200px;
	background-image: url('../images/head_left.jpg');
	background-repeat:no-repeat;
	}

#head_centre {
	position: relative;
	float: left;
	width: 800px;
	height: 200px;
	background-image: url('../images/head_centre.jpg');
	background-repeat:no-repeat;
	}

#menu {
	width: 800px;
	height: 50px;
	position: absolute;
	top: 150px;
	left: 0px;
	background-image: url('../images/head_menu.jpg');
	background-repeat:no-repeat;
	font-weight: bold;
	}
	
#menu a {
	text-decoration: none;
	}
	
span.menu_button {
	width: 160px;
	display: block;
	float: left;
	padding-top: 15px;
	overflow: hidden;
	}

span.fake_button {
	width: 0px;
	display: block;
	float: left;
	padding-top: 15px;
	overflow: hidden;
	}

#head_right {
	position: relative;
	float: left;
	width: 100px;
	height: 200px;
	background-image: url('../images/head_right.jpg');
	background-repeat:no-repeat;
	}



#main {
	clear: both;
	width: 1000px;
	}

#main_left {
	position: relative;
	display: inline;
	float: left;
	width: 100px;
	height: 300px;
	background-image: url('../images/main_left.jpg');
	background-repeat:no-repeat;
	}

#main_centre {
	position: relative;
	display: inline;
	float: left;
	width: 800px;
	background-color: #000000;
	text-align: left;
	}

#main_right {
	position: relative;
	display: inline;
	float: left;
	width: 100px;
	height: 300px;
	top: 0px;
	background-image: url('../images/main_right.jpg');
	background-repeat:no-repeat;
	}



#foot {
	clear: both;
	width: 1000px;
	height: 200px;
	}

#foot_left {
	position: relative;
	float: left;
	width: 100px;
	height: 200px;
	}

#foot_centre {
	position: relative;
	float: left;
	width: 800px;
	height: 200px;
	background-image: url('../images/foot_centre.jpg');
	background-repeat:no-repeat;
	}

#copyright {
	position: absolute;
	top: 140px;
	left: 0px;
	width: 800px;
	height: 40px;
	font-weight: bold;
	}

#foot_right {
	position: relative;
	float: left;
	width: 100px;
	height: 200px;
	}
	
span.news_heading {
	font-weight: bold;
	}
	
span.news_tracklist {
	font-size: 0.7em;
	}
	
span.news_tracklist_number {
	color: #BBBBFF;
	}
	
span.news_tracklist_artist {
	color: #FFFFFF;
	}
	
span.news_tracklist_track {
	color: #BBBBFF;
	}
	
span.news_tracklist_label {
	color: #FFFFFF;
	}
