body{
	margin: 0;
	padding: 0;
	background: url('img/bg_tile.jpg') repeat;
}

p{
	font-size: .9em;
	font-family: Helvetica, arial, sans-serif;
	color: #dbc99f;
	line-height: 2em;
}

img{
	border: 0;
}

#container{
	width: 883px;
	margin: 0 auto;
}

#header{
	height: 510px;
	width: 883px;
	background: url('img/header.gif') top left no-repeat;
}

#header h1{
	display: none;
}

#inner_container{
	width: 883px;
	background: url('img/inner_cont_bg.gif') repeat;
	float: left;
	clear: both;
}

#content{
	width: 761px;
	margin: 0 auto;
	clear: both;
}

#content p{
	font-size: .8em;
	line-height: 1.3em;
}

#nav{
	float: right;
}

#left_container{
	width: 530px;
	float: left;
	clear: left;
}

#left_container p{
	margin: 0 0 0 44px;
}

#left_container h2{
	display: none;
}

#the_app{
	margin: 0 0 0 25px;
	width: 530px;
	height: 313px;
	background: url('img/the_app.gif') no-repeat;
	float: left;
	clear: both;
}

#the_app h2, #the_app p{
	display: none;
}

#be_heard a:link, #be_heard a:hover, #be_heard a:visited{
	width: 250px;
	height: 74px;
	float: right;
	text-indent: -9999px;
	outline: none;
	margin: 210px 0 0 0;
}

#right_container{
	width: 317px;
	float: left;
}

#right_container p{
	margin: 0 0 0 30px;
}

#right_container h2{
	display: none;
}

#right_container img{
	margin: 0 0 0 20px;
}

#program{
	width: 317px;
	height: 150px;
	background: url('img/programming.gif') no-repeat;
	float: left;
	margin: 0 0 0 20px;
}

#player{
	margin: 38px 0 0 15px;
}

#footer{
	margin: 0 0 0 1px;
	height: 52px;
	width: 883px;
	background: url('img/footer.gif') top left no-repeat;
	float: left;
	clear: both;
	
}

/* -- CONTACT PAGE -- */

.be_heard_contact{
	width: 287px;
	height: 75px;
	background: url('img/be_heard.gif') no-repeat;
	text-indent: -9999px;
	margin: 0 0 0 -9px;
}

.fname{
	float: left;
	margin: 0;
}

.fname input{
	border: 2px solid #1e1002;
	height: 30px;
	width: 185px;
	font-size: 1.3em;
	padding: 7px 0 0 3px;
	color: #512516;
}

.lname{
	float: left;
	margin: 0 0 0 25px;
}

.lname input{
	border: 2px solid #1e1002;
	height: 30px;
	width: 185px;
	font-size: 1.3em;
	padding: 7px 0 0 3px;
	color: #512516;
}

.address{
	float: left;
	margin: 0 0 0 25px;
}

.address input{
	border: 2px solid #1e1002;
	height: 30px;
	width: 320px;
	font-size: 1.3em;
	padding: 7px 0 0 3px;
	color: #512516;
}

.comment{
	float: left;
	clear: both;
}

.comment textarea{
	font-family: Helvetica, arial, sans-serif;
	border: 2px solid #1e1002;
	height: 150px;
	width: 754px;
	font-size: 1.3em;
	padding: 7px 0 0 3px;
	color: #512516;
}

/* -- ARTISTS PAGE -- */

.artists{
	width: 423px;
	height: 73px;
	background: url('img/artists.gif') no-repeat;
	text-indent: -9999px;
	margin: 0 0 0 -9px;
}

ul{
	font-size: .8em;
	font-family: Helvetica, arial, sans-serif;
	color: #dbc99f;
	line-height: 1.5em;
}

ul li{
	margin: 5px 0 0 0;
}