@charset "UTF-8";
/*
brown: 231f20
ivory: e7e9c0

*/

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #e7e9c0;
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
a { 
	color: #231f20; 
	text-decoration: none; 
	font-weight: bold;
	}
a:visited { color: #231f20; text-decoration: none }
a:hover { color: #231f20; text-decoration: overline underline }

p, ul {
	margin-bottom: 2em;
	line-height: 1.8em;
	font-size: 1.4em;
	clear: both;
}

h1, h2, h3 {
	margin-top: 1em;
}

h1 {
	font-size: 1.6em;
	text-transform: uppercase;
}

h2 {
	font-size: 1.4em;
}

img { 
	border: none;
}

#container {
	width: 920px;
	margin: 0 auto;
	position: relative;
}


#left-column {
	width: 800px;
	height: 650px;
	margin-left: 160px;
	position: absolute;
}

#right-column {
	height: 650px;
	position: relative;
}
#newsLink {
	width: 300px;
	margin-left: 600px;
	padding-top: 120px;
	border: 1px solid;
}

#flashcontent {
	width: 300px;
	height: 340px;
	margin: 200px 0 0 600px;
	padding: 55px 0 0 0;
	position: absolute;
	background: url(images/home-radio.jpg) no-repeat top left;
}

a.constructionLink {
	display: block;
	position: absolute;
	right: 10px;
	top: 50px;
	width: 130px;
	height: 130px;
}

a.homeLink {
	display: block;
	position: absolute;
	left: 10px;
	top: 10px;
	width: 80px;
	height: 80px;
}


#featured {
	border: 1px dotted #231f20;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 14px;
	width: 500px;
	margin-left: auto;
	margin-right: auto;	
}

#featured h1 {
	margin-top: -24px;
	margin-bottom: 1em;
	background-color: #e7e9c0;
	display: block;
	width: 50px;
}


ul#artists {
	list-style: none;
	width: 1000px;
}

ul#artists li {
	float: left;
}

#footerLinks {
	text-align: center;
	font-size: .8em;
	margin-top: 2em;
	clear: both;
}
.footer {
text-align:center;
margin-top:35px;
}
