body {
	background: #000;
	color: #111;
	margin: 10px auto;
	padding: 0px;
	font-family: arial;
	width: 1000px;
	font-size: 12px;
}

a {
	font-weight: bold;
	color: #00e;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#page {
	width: 940px;
	padding: 30px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

#page.contact_us, .about_us {
	background-image: url('/images/layout/about_background_image.jpg');
	height: 569px;
	color: #eee;
}

#page.home {
	background-image: url('/images/layout/background_image.jpg');
}

#page.inside, .music_videos {
	background-image: url('/images/layout/background_wall.jpg');
}

#bd {
	min-height: 380px;
	float: left;
}

#ft {
	clear: both;
}

#hd {
	margin-bottom: 30px;
}

#nv a {
	color: #eee;
}

#ft {
	font-size: 10px;
}

#ft a {
	color: #fff;
}

#nv ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#nv li {
	float: left;
	margin-right: 30px;
	padding: 10px;
	background-color: #111;
	white-space: nowrap;
}

#nv .active {
	background-color: #e00;
	font-weight: bold;
	color: #eee;
}

.column {
	float: left;
	width: 320px;
	padding-right: 80px;
}


.column h1 {
	margin-top: 30px;
}


#footer_links, #copyright {
	margin: 6px 0px;
}

#logo, h1 {
	font-size: 22px;
	font-weight: bold;
}

#logo {
	color: #eee;
}

#video {
	padding-right: 49px;
	padding-top: 10px;
	float: right;
}

#tag_line {
	font-size: 11px;
	color: #eee;
}

em {
	line-height: 34px;
	font-size: 22px;
	font-style: normal;
}


#bd.home {
	color: #111;
	clear: none;
}

#bd.faq .column {
	width: 230px;
}

#bd.faq .column p {
	margin: 0px;
	margin-top: 20px;
	padding: 0px;
}

#contact_form div {
	margin-bottom: 12px;
}

#video_thumbs div {
	float: left;
	padding: 4px 10px 4px 0px;
	opacity: .5;
	filter: alpha(opacity=50);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

#video_thumbs div:hover, .active_thumb {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
}


