@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000;
	background-image: url(images/pageBackground.jpg);
	background-repeat: repeat;
}
.oneColFixCtrHdr #container {
	width: 1339px; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/pageBackgroundShadow.png);
	background-repeat: repeat-y;
}

.oneColFixCtrHdr #container2 {
	width: 1139px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000;
}
.sponsorImage {
	padding-top: 5px;
	padding-bottom: 5px;
}
#footerBar {
	background-image: url(images/bck-footerbannerREPEAT.jpg);
	background-repeat: repeat-x;
	height: 47px;
	width: 1139px;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 495px;
	padding: 0;
}
.oneColFixCtrHdr #mainContent {
	padding: 0;
	background-color: #000;
}
.oneColFixCtrHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	clear: both;
}
.navBar {
	background-image: url(images/back-headerMenuBarRepeat.jpg);
	background-repeat: repeat-x;
	height: 47px;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 12px;
	color: #999;
	text-align: center;
	padding-top: 18px;
	font-style: normal;
	font-weight: lighter;
	cursor: default;
}
.navBar a:link, a:visited {
	text-decoration:none;
	color: #999;
}
.navBar a:hover {
	color:#FFF;
}

.flashBanner {
	height: 448px;
	z-index: 0;
}
#mainContentH {
	height: 70px;
	background-color: #000;
	margin-left: 0px;
	padding-left: 15px;
}
#postWrapper {
	float: left;
	background-color: #000;
	padding-left: 15px;
	width: 780px;
}
#copyrightInfo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #999;
	float: left;
	width: 400px;
	padding-top: 10px;
	padding-left: 20px;
	text-transform: uppercase;
}
#sitemap {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #999;
	float: right;
	width: 200px;
	padding-top: 16px;
}
#sponsorBar {
	float: right;
	width: 310px;
	margin: 5px;
	padding: 5px;
	z-index: 0;
}
.post {
	font-family: Arial, Helvetica, sans-serif;
	color:#CCC;
	font-size: 12px;
	font-weight: lighter;
	padding-bottom: 15px;
	height: 140px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	clear: both;
	line-height: 19px;
}
#postText {
	float: right;
	width: 625px;
}
#postImage {
	float: left;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#postText h1 {
	color:#57dc00;	
}

#postText h1 a:link, #postText h1 a:visited {
	color:#57dc00;
	font-weight: lighter;
	text-decoration:none;
}

#postText h1 a:hover {
	color:#74c044;
	font-weight: lighter;
}

#postText a:link, #postText a:visited {
	color:#57dc00;
	text-decoration:none;
}

#postText a:hover {
	color:#74c044;
}

#pageContent {
	font-family: Arial, Helvetica, sans-serif;
	color:#CCC;
	font-size: 12px;
	font-weight: lighter;
	padding-left: 15px;
	width: 780px;
	float:left;
	line-height: 19px;
}
#pageContent h1 {	
	color:#57dc00;	
}

#pageContent a:link, a:visited {
	color:#57dc00;
	font-weight: lighter;
	text-decoration:none;
}

#pageContent a:hover {
	color:#74c044;
}

.contactForm {
	padding: 15px;
	margin: 5px;
	line-height: 30px;
}

#topform {
	text-align:right;
	width: 300px;
}

.ifield {
	background-color:#000;
	background-image: url(images/formFieldBackground.jpg);
	background-repeat: no-repeat;
	border: thin solid #000;
	height: 22px;
	width: 50 px;
	padding-left: 3px;
}

#dropdown{
	background-color:#435643;
	border: thin solid #000;
}
.tfield {
	background-color:#435643;
	padding: 4px;
	border: thin solid #000;
}

#vendorWrapper {
	float: left;
	background-color: #000;
	padding-left: 5px;
	width: 760px;
}
.vendor {
	font-family: Arial, Helvetica, sans-serif;
	color:#CCC;
	font-size: 12px;
	font-weight: lighter;
	padding-bottom: 15px;
	height: 155px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	clear: both;
	line-height: 19px;
}
#vendorText {
	float: right;
	width: 500px;
	padding-top: 50px;
}
#vendorImage {
	float: left;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: thin solid #000;
}
#vendorImage a:link, #vendorImage a:visited{
	border: thin solid #000;
}

#vendorText h1 a:link, #vendorText h1 a:visited {
	color:#57dc00;
	font-weight: lighter;
	text-decoration:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#vendorText h1 a:hover {
	color:#74c044;
	font-weight: lighter;
}

img { border: none; } 

#artistHeader {
	left: 1px;
}
