body {
	margin: 0px;
	padding: 0px;
	font-family: arial, helvetica;
	font-size: 12px;
	line-height: 18px;
	background-image: url('../images/background.png');
	background-repeat: repeat-x;
	background-color: #ffffff;
}

h1 {
	margin: 0px;
	margin: 10px 0px 2px 0px;
	padding: 10px;
	clear: both;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	text-transform: uppercase;
	color: #ffffff;
	background-image: url('../images/header.png');
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #000000;
}

h1 a {
	color: #ffffff;
}

h1 a:hover {
	color: #ff9900;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
}

h3 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #ff9900;
}

a {
	text-decoration: none;
	color: #777777;
}

a:hover {
	color: #000000;
}

a img {
	border: 0px;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

pre {
	color: #000000;
	font-size: 11px;
	font-family: arial;
	background-color: #ffffff;
}

small {
	font-size: 11px;
	color: #777777;
}

form {
	margin: 0px;
	padding: 0px;
}

#container {
	margin: auto;
	width: 970px;
}

#header {
	margin: 0px 4px 0px 4px;
	height: 150px;
}

#login_bar {
	padding: 7px 0px 3px 20px;
	clear: both;
}

#sidebar {
	padding: 0px 10px 0px 10px;
	width: 220px;
	float: left;
}

#content {
	padding: 0px 10px 0px 10px;
	width: 710px;
	float: left;
}

#footer {
	padding: 20px 10px 20px 10px;
	clear: both;
}

#footer a {
	color: #000000;
}

#footer a:hover {
	text-decoration: underline;
}

#video_container {
	padding: 10px;
	width: 480px;
	float: left;
}

#video_sidebar {
	padding: 10px;
	width: 190px;
	float: left;
}

.menu {
	padding: 2px 0px 0px;
	margin: 7px 0px 0px 0px;
	height: 60px;
}

.menu li {
	float: left;
	display: inline;
}

.menu li a {
	height: 60px;
	display: block;
	background-repeat: no-repeat;
}

.menu li a span {
	display: none;
}

#menu_home {
	width: 145px;
	background-image: url('../images/menu.png');
	background-repeat: no-repeat;
}

#menu_home:hover {
	background-position: 0px -67px;
}

#menu_news {
	width: 155px;
	background-image: url('../images/menu.png');
	background-position: -145px 0px;
	background-repeat: no-repeat;
}

#menu_news:hover {
	background-position: -145px -67px;
}

#menu_members {
	width: 236px;
	background-image: url('../images/menu.png');
	background-position: -301px 0px;
	background-repeat: no-repeat;
}

#menu_members:hover {
	background-position: -301px -67px;
}

#menu_artists {
	width: 261px;
	background-image: url('../images/menu.png');
	background-position: -537px 0px;
	background-repeat: no-repeat;
}

#menu_artists:hover {
	background-position: -537px -67px;
}

#menu_videos {
	width: 158px;
	background-image: url('../images/menu.png');
	background-position: -799px 0px;
	background-repeat: no-repeat;
}

#menu_videos:hover {
	background-position: -799px -67px;
}

.list li a {
	padding: 3px;
	display: block;
	border-bottom: solid #cccccc 1px;
}

.list li a:hover {
	border-color: #aaaaaa;
}

.small_content {
	padding: 0px 20px 0px 0px;
	width: 335px;
	float: left;
}

.table_thumb {
	padding: 10px 0px 10px 0px;
	width: 25%;
	text-align: center;
}

.table_thumb h2 {
	font-size: 12px;
	letter-spacing: 0px;
}

.table_thumb_large {
	padding: 10px;
	background-image: url('../images/video-button.png');
	background-position: bottom;
	background-repeat: repeat-x;
	border-bottom: solid #cccccc 1px;
}

.table_thumb_large a {
	display: block;
}

.table_thumb_large .go {
	padding-left: 16px;
	background-position: 0px 8px;
	border-bottom: 0px;
}

.table_thumb_large .go:hover {
	background-position: 0px -12px;
}

.artist_thumb_small {
	width: 120px;
	height: 90px;
	border: solid #000000 1px;
}

.video_thumb_large {
	float: left;
	border: solid #000000 1px;
}

.video_thumb {
	width: 120px;
	height: 90px;
	border: solid #000000 1px;
}

.thumb_small_container a {
	padding: 10px;
	display: block;
	line-height: 16px;
	color: #777777;
	background-image: url('../images/video-button.png');
	background-position: bottom;
	background-repeat: repeat-x;
	border-bottom: solid #cccccc 1px;
}

.thumb_small_container a:hover {
	color: #000000;
	background-image: url('../images/video-button-hover.png');
	border-color: #aaaaaa;
}

.thumb_small {
	margin: 0px 10px 5px 0px;
	width: 50px;
	height: 38px;
	float: left;
	border: solid #000000 1px;
}

.go {
	margin: 0px 0px 2px 0px;
	padding: 3px 3px 3px 23px;
	display: block;
	font-weight: bold;
	color: #ff9900;
	clear: both;
	background-image: url('../images/go.png');
	background-position: 8px 7px;
	background-repeat: no-repeat;
	border-bottom: solid #cccccc 1px;
}

.go:hover {
	color: #ff4400;
	background-position: 8px -13px;
	border-color: #aaaaaa;
}

.video_caption {
	padding: 5px;
	height: 20px;
	width: 468px;
	clear: both;
	float: left;
	background-image: url('../images/video-caption.png');
	background-position: bottom;
	background-repeat: repeat-x;
	border: solid #b1b1b1 1px;
	border-top: 0px;
}

.video_caption div {
	width: 155px;
	float: left;
	text-align: center;
}

.video_caption div a {
	font-size: 11px;
}

.video_error {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #CF1A1A;
	cursor: pointer;
	border: 0px;
	background-color: transparent;
}

.video_error:hover {
	color: #F72F2F;
}

.artist_image {
	float: left;
	border: solid #000000 1px;
}

.artist_table tr td {
	padding: 5px;
}

.bold {
	font-weight: bold;
}

.reply_container_odd {
	margin: 10px 0px 10px 0px;
	padding: 10px;
	background-image: url(../images/video-button.png);
	background-position: bottom;
	background-repeat: repeat-x;
	border-bottom: solid #cccccc 1px;
}

.reply_container_even {
	margin: 10px 0px 10px 0px;
	padding: 10px;
	background-position: bottom;
	background-repeat: repeat-x;
	border-bottom: solid #dddddd 1px;
}

.reply_date {
	font-size: 11px;
	color: #777777;
}

.reply_error {
	padding: 10px;
	color: #ff4444;
	border: solid #ffaaaa 1px;
}

.reply_input {
	padding: 3px;
	font-family: arial, helvetica;
	font-size: 12px;
	border: solid #cccccc 1px;
}

.date {
	padding: 5px 10px 5px 10px;
	width: 240px;
	float: left;
	font-size: 11px;
	color: #ffffff;
	background-image: url(../images/date.png);
	background-position: bottom left;
	background-color: #000000;
}

.req {
	font-size: 18px;
	font-weight: bold;
	color: #ff9900;
}

.paging {
	text-align: center;
	float: left;
}

.paging_container {
	margin: 10px 0px 10px 0px;
	height: 30px;
}

.paging a {
	margin: 0px 0px 0px 5px;
	padding: 5px;
	text-align: center;
	display: block;
}

.paging_selected {
	margin: 0px 0px 0px 5px;
	padding: 5px;
	font-weight: bold;
	color: #ff9900;
	text-align: center;
	float: left;
	border-bottom: solid #ff9900 2px;
}

.image_news_large {
	margin: 8px 0px 10px 0px;
	border: solid #000000 1px;
}

.advertisement_container {
	margin: 10px 0px 15px 0px;
	padding: 0px 0px 5px 0px;
	float: left;
	text-align: center;
	border-bottom: solid #cccccc 1px;
}

.advertisement_container img {
	margin: auto;
}

.quote_container {
	padding: 0px 20px 0px 10px;
}

.quote_container small {
	padding: 0px 0px 0px 25px;
}

.quote_div {
	padding: 20px 0px 10px 0px;
	border-bottom: solid #cccccc 1px;
}

.quote {
	font-family: georgia;
	font-weight: bold;
	font-size: 34px;
	color: #999999;
}