html{
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body{
	background-color: black;
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family:tahoma;
	font-size:11px;
	color:#a0a0a0;	
}

img{
	border: none;
	outline: none;
}

a{
	outline: none;
	color: #cdb34c;
}

.left{
	float: left;
}

.right{
	float: right;
}

.cb{
	clear: both;
}

strong{
	color: white;
}

#container{
	width: 779px;
	padding: 0px;
	margin: auto;
	background-color: #381d39;
	background-image: url(../imgs/containerBack.jpg);
	background-repeat: repeat-x;
}

#insideContainer{
	margin-left: 16px;
	margin-right: 15px;
	background-color: #2b172c;
	background-image: url(../imgs/insideBack.jpg);
	background-repeat: repeat-x;
	margin-bottom: 0px;
}

#header{
	width: 748px;
	height: 272px;
	background-color: #941427;
	background-image: url(../imgs/header_back.jpg);
	background-repeat: no-repeat;
}

#logo{
	margin-top:14px;
	margin-left: 31px;
}

#logo2{
	margin-top:14px;
}

#player{
	float: right;
}

#player2{
	position: relative;
	top: -125px;
}

#menu{
	width: 100%;
	height: 46px;
	background-color: #631223;
	text-align: center;
}

#menu a{
	text-decoration: none;
}

.mainContent{
	background-color: transparent;
	background-image: url(../imgs/cell_back.png);
	_background-image: url(../imgs/cell_back2.png);
	margin-left: 18px;
	margin-right: 17px;
	border-top: 1px solid #814150;
	padding: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	height: auto;
	_width: 673px;
	
}

.otherContent{
	background-image: url(../imgs/cell_back.png);
	_background-image: url(../imgs/other_back.jpg);
	_background-repeat: repeat-x;
	_background-color: #211222;
	margin-left: 18px;
	margin-right: 17px;
	border-top: 1px solid #814150;
	padding: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	_width: 668px;
	
}

#blankHolder{
	margin-left: 18px;
	margin-right: 17px;
	margin-top: 20px;
}

.mainContent .left{
	width: 300px;
	padding-left: 0px;
}

.mainContent .right{
	float: left;
	width: 369px;
}

.leftContent{
	background-color: transparent;
	background-image: url(../imgs/cell_back.png);
	_background-image: url(../imgs/cell_back2.png);
	background-repeat: repeat;
	height: 821px;
	_height: 742px;
	width: 214px;
	_width: 205px;
	margin-left: 18px;
	_margin-left: 9px;
	margin-right: 9px;
	border-top: 1px solid #814150;
	float: left;
	margin-top: 20px;
	padding: 20px;
	_padding-left: 17px;
	_padding-right: 18px;
}

.rightContent{	
	background-color: transparent;
	background-image: url(../imgs/cell_back.png);
	_background-image: url(../imgs/cell_back2.png);
	width: 410px;
	height:851px;
	margin-right: 15px;
	_margin-right:0px;
	border-top: 1px solid #814150;
	float: left;
	margin-top: 20px;
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 0px;
}

.newsBlockerScroll{
	width: 402px;
	height: 750px;
	overflow: auto;
}

.block td{
	background:#3a1f32;
	padding:2px 0 2px 4px;
}

#photos{
	margin: 0px;
	padding: 0px;
	_width: 678px;
}

#photos li{
	display: block;
	float: left;
	margin-right: 14px;
	_margin-right: 13px;
	padding: 0px;
	margin-bottom: 14px;
}

#photos li a img{
	padding: 0px;
	margin: 0px;
	border: 2px solid white;
}

#artistList{
	margin: 0px;
	padding: 0px;
	width: 673px;
}

#artistList li{
	display: block;
	text-transform: uppercase;
	font-weight: bold;
}

#artistList li a{
	color: #a0a0a0;
	text-decoration: none;
}

#footer{
	width: 100%;
	_width: 699px;
	height: 286px;
	background-image: url(../imgs/footer_back.jpg);
	background-repeat: no-repeat;
	margin-top: -3px;
	padding: 40px;
	padding-top: 0px;
}

#footer .left{
	width: 50%;
}

#footer .right{
	width: 250px;
	_text-align: right;
}

.biz{
	display: block;
}

#topBlocker{
	margin: 20px;
	border-bottom: 1px solid #814150;
	padding-right: 0px;
}

#topBlocker2{
	margin: 20px;
	border-bottom: 1px solid #814150;
}

#contactForm{
	padding: 20px;
	padding-right: 0px;
	margin-right: 0px;
	background-color: #340a14;
	margin-top: 20px;
	margin-bottom: 0px;
	color: #893e5b;
}

#contactForm label{
	width: 70px;
	margin-right: 10px;
	display: block;
	float: left;
	padding-top: 5px;
}

#contactForm .texter{
	width: 300px;
	padding: 3px;
	margin-bottom: 15px;
	margin-right: 5px;
	background-color: #bb9daa;
	float: left;
}

#contactForm .texterarea{
	width: 500px;
	height: 200px;
	padding: 3px;
	margin-bottom: 15px;
	background-color: #bb9daa;
	float: left;
}

.blogPost{
	padding-bottom: 40px;
	border-bottom: 1px solid #814150;
	margin-bottom: 40px;
}

.blogPost h3{
	font-size: 15px;
	margin: 0px;
	margin-bottom: 10px;
	color: #cdb34c;
}

.blogPost h3 a{
	color: #cdb34c;
	text-decoration: none;
}

.blogPost h3 a:hover{
	text-decoration: underline;
}

#commentHolder{
	padding-bottom: 40px;
}

#commentForm{
	padding: 20px;
	background-color: #110612;
	margin-top: 20px;
	margin-bottom: 0px;
	color: #893e5b;
}

#commentForm fieldset{
	margin: 0px;
	padding: 0px;
	border: none;
}

#commentForm label{
	width: 90px;
	margin-right: 10px;
	display: block;
	float: left;
	padding-top: 5px;
}

#commentForm .texter{
	width: 300px;
	padding: 3px;
	margin-bottom: 15px;
	margin-right: 10px;
	background-color: #bb9daa;
	float: left;
	
}

#commentForm .texterarea{
	width: 500px;
	height: 200px;
	padding: 3px;
	margin-bottom: 15px;
	background-color: #bb9daa;
	float: left;
}

.zaComment{
	padding: 0px;
	background-color: #190a1a;
	//background-image: url(../imgs/comment_back.jpg);
	background-position: top right;
	background-repeat: repeat-y;
}

.zaComment .left{
	width: 83px;
	margin: 0px;
	margin-right: 10px;
	padding: 10px;
	color: #573858;
	font-size: 9px;
}

.zaComment .left a{
	font-weight: bold;
	font-size: 11px;
}

.zaComment .right{	
	padding: 10px;
	width: 540px;
	background-color: #2a172b;
	min-height: 80px;
}

.zaComment .right p{
	margin: 0px;
	margin-top: 0px;
}

#videos{
	padding: 0px;
	margin: 0px;
	width: 673px;
}

#videos li{
	display: block;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #814150;
}

#links{
	padding: 0px;
	margin: 0px;
	width: 673px;
}

#links li{
	display: block;
}

.u{
	text-decoration: underline;
}


#ie_stuff{
	_background-image: url(../imgs/other_back.jpg);
	_background-repeat: repeat-x;
	_background-color: #120a13;
}

.mainContent, .leftContent, .rightContent { 
	behavior: url(http://playworkproductions.com/workspace/css/iepngfix.htc);
 }
