body {
	margin: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #090909;
}
.newsHeader {
	background-image: url(images/news-header.jpg);
	background-repeat: no-repeat;
	height: 308px;
}
.aboutHeader {
	background-image: url(images/about-header.jpg);
	height: 308px;
}
.tbContent {
	background-color: #080808;
	background-image: url(images/new-content2.jpg);
	background-repeat: no-repeat;
}

.tbContent2 {
	background-color: #080808;
	background-image: url(images/plaincontent.jpg);
	background-repeat: no-repeat;
}
.contentText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #535042;
	text-decoration: none;
	padding: 5px 75px 0px 10px;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8B756F;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8B756F;
	text-decoration: none;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8B756F;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #865D22;
	text-decoration: none;
}
.tbOutline {
	border: 1px solid #282828;
}
.regularText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
.discoHeader {
	background-image: url(images/disco-header.jpg);
	height: 308px;
}
.mediaHeader {
	background-image: url(images/media-header.jpg);
	height: 308px;
}
.articlesHeader {
	background-image: url(images/articles-header.jpg);
	height: 308px;
}
.merchHeader {
	background-image: url(images/merch-header.jpg);
	height: 308px;
}
.galleryHeader {
	background-image: url(images/gallery-header.jpg);
	height: 308px;
}
.linksHeader {
	background-image: url(images/links-header.jpg);
	height: 308px;
}
.contactHeader {
	background-image: url(images/contact-header.jpg);
	height: 308px;
}
.tableWidth {
	padding-top: 0px;
	padding-right: 100px;
	padding-bottom: 0px;
	padding-left: 10px;
}
