@charset "UTF-8";
body {
	background-color: #000000;
	background-image: url(images/bkg.jpg);
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
	margin: 0px;
	color: #948B82;
}
#containter {
	min-height: 100%;
	width: 734px;
	text-align: left;
	position: relative;
	margin: auto;
	background-color: #13140e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EFF7D0;
}

#containter #header {
	height: 130px;
	width: 734px;
	margin: 0px;
	border-top-width: 8px;
	border-bottom-width: 8px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #edf7c9;
	border-right-color: #edf7c9;
	border-bottom-color: #edf7c9;
	border-left-color: #edf7c9;
	background-color: #13130C;
	padding: 0px;
}
#containter #footer {
	height: 100px;
	width: 734px;
	text-align: right;
	margin-right: 20px;
}
#containter #footer p {
	padding-top: 50px;
	padding-right: 20px;
}
#containter #guestcontent {
	padding: 15px;
}
#containter #content #left {
	float: left;
	height: 41px;
	width: 300px;
	position: relative;
	left: 25px;
	top: 25px;
	background-image: url(images/current_news.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 30px;
	padding-left: 25px;
}
#containter #content #right {
	height: 41px;
	width: 300px;
	position: relative;
	left: 75px;
	top: 25px;
	float: left;
	background-image: url(images/upcoming_shows.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 30px;
	padding-left: 25px;
}
#containter #central_image {
	height: 306px;
	width: 734px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #EAF8C5;
	background-repeat: no-repeat;
}
#containter #music_central_image {
	height: 306px;
	width: 734px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #EAF8C5;
	background-image: url(images/7.jpg);
	background-repeat: no-repeat;
}
#containter #content {
	width: 400px;
	position: relative;
	padding: 0px;
	top: 20px;
	left: 40px;
	float: left;
}
#containter #sidebar {
	float: left;
	width: 200px;
	top: 20px;
	position: relative;
	left: 60px;
	padding: 20px;
	border-left-width: thin;
	border-left-style: none;
	border-left-color: #EAF8C5;
}
#containter #content table tr td strong h1 {
	font-size: 14px;
}
.clear {
	clear: both;
}
#containter #content #left h3 {
	font-size: 12px;
}
a {
	color: #E6FAC0;
	text-decoration: none;
}
#containter #music_central_image #flashPlayer {
	padding: 20px;
}
#containter #content #title {
	position: absolute;
	padding: 0px;
	margin: 0px;
	left: 20px;
	top: 15px;
	width: 50px;
}
#containter #content h1 {
	font-size: 18px;
}
#containter #content h2 {
	font-size: 10px;
}
#containter #content hr {
	line-height: normal;
	color: #edf7c9;
	border-top-color: #EAF8C5;
}
#containter #video {
	margin-top: 25px;
	padding: 10px;
	width: 734px;
}
#containter #about_central_image {
	height: 306px;
	width: 734px;
	border-bottom-width: 10px;
	border-bottom-style: none;
	border-bottom-color: #EAF8C5;
	background-image: url(images/17.jpg);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	top: 15px;
	position: relative;
}
#containter #about_central_image #about {
	width: 700px;
	font-size: 12px;
	left: 20px;
	position: relative;
	line-height: 14px;
	top: 200px;
	font-weight: lighter;
}

