body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #959595;
}
body {
	background-color: #FFF;
}
a:link {
	color: #acd373;
	text-decoration: none;
}
a {
	color: #ACD373;
}
a:visited {
	text-decoration: none;
	color: #acd373;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #999;
}
p {
	margin-top: 5px;
	margin-bottom: 5px;
}
#aboutText {
	background-color: #FFF;
}
.aboutContainer {
	position: relative;
	width: 900px;
	margin: auto;
	height: 550px;
	margin-top: 50px;
}
.aboutTitleBar {
	width: 650px;
	text-align: center;
	position: relative;
	margin: auto;
}
.alignCenter {
	text-align: center;
}

.albumartProduction {
	width: 200px;
	position: relative;
	background-color: #252525
!important;
	float: left;
	min-height: 350px;
}

.audioProdFix {
	min-height: 350px;
	background-color: #FFF !important;

}


.bars {
	width: 650px;
	position: relative;
	float: left;
}

.barContent {
	padding:5px;
	position: relative;
	background-color: #CCC;
	overflow: hidden;
	display: none;
}

.barHeader {
	position: relative;
	color: #ACD373;
	font-size: 14px;
	cursor: pointer;
	font-weight: bold;
	padding: 5px;
	background-color: #252525;
	border-bottom-style: solid;
	border-bottom-width: medium;
	border-bottom-color: #959595;
	height: 16px;
}
.barHeader:hover {
	background-color: #ACD373;
	color: #FFF;
}
#contactText {
	background-color: #FFF;
}
.headerLeft {
	position: relative;
	left: 0px;
	width: 250px;
	float: left;
	text-align: left;
}
.headerRight {
	position: relative;
	right: 0px;
	width: 350px;
	float: right;
	text-align: right;
}

.imgScreenshot {
	padding: 5px;
}

.imgScreenshotSubL {
	padding-right: 5px;
	padding-top: 5px;

}
.imgScreenshotSubR {
	padding-left: 5px;
	padding-top: 5px;

}
.productionText {
	width: 430px;
	height: auto;
	position: relative;
	float: right;
	display: block;
}
.artistInfo {
	padding-left: 10px;
	padding-right: 10px;

}

.productionWrapper {
	display: block;
	position: relative;
}

.sidebar {
	position: fixed;
	width: 220px;
	overflow: visible;
	line-height: 12px;
	right: left;
	left: 50%;
	margin-left: 220px;
}

.splashWrapper {
	position: absolute;
	height: 650px;
	width: 951px;
	top: 50%;
	left: 50%;
	margin-left: -475px;
	margin-top: -337px;
	background-image: url(/images/background/splashbg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.splashFooter {
	text-align: center;
	height: 30px;
	width: 950px;
	top: 50%;
	left: 50%;
	margin-left: -475px;
	margin-top: 315px;
	position: absolute;
}

.footer {
	text-align: center;
	position: relative;
	margin: auto;
	padding: 5px 0 0 0;
	font-size: 9px;
}

.subContainer {
	position: relative;
	width: 880px;
	overflow:visible;
	margin: auto;
	min-height: 560px;
}

.titleBar {
	width: 650px;
	text-align: center;
	background-color: #252525;
	padding-bottom: 10px;
	float: left;
	position: relative;
}


.hidden {
	display:none;
	visibility:hidden;
}
#subPage {
	background-image: url(/images/background/splatterbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}

