@charset "utf-8";
/* CSS Document */

body{
	margin:0 auto;	
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#main_container{
	margin:0 auto;
	width:1000px;
	min-height:600px;
	height:100%;
	border: solid 20px #dddddd;
}

#banner{
	position:relative;
	width:1000px;
	height:476px;
	background-image:url(../images/music_hdr.jpg);
	background-repeat:no-repeat;	
}

#title_bar{
	position:relative;
	width:960px;
	height:31px;
	padding:12px 0px 0px 40px;
	margin:10px 0px 0px 0px;
	background-image:url(../images/title_bar_bg.jpg);
	background-position:center;
	background-repeat:no-repeat;	
}

#other_vibes{
	position:relative;
	text-align:center;
	width:960px;
	height:250px;
	padding:12px 20px 0px 18px;
	margin:10px 0px 0px 0px;
	/*border:solid 1px #cccccc;*/
}

h1{
	font-size:18px;
	color:#000000;
	text-transform:uppercase;
	font-weight:100;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}


