body {
	background-color: #3c1311;
	color: #e9d99a;
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

input {
	font-family: arial, sans-serif;
	font-size: 12px;
	padding: 3px;
}

h2 {
	color: #3c1311;
	font-size: 18px;
	font-weight: bold;
}

h3 {
	color: #3c1311;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	padding-left: 5px;
}

h4 {
	color: #3c1311;
	font-size: 11px;
	font-weight: normal;
	line-height: 11px;
	padding-left: 5px;
}

p {
	margin: 5px 0;
	padding-left: 5px;
}

a {
	color: #3c1311;
}

hr {
	clear: both;
	color: #3c1311;
	background-color: #3c1311;
	border: 0;
	height: 1px;
	margin: 15px 0;
}

.wrapper {
	background-image: url('/images/common/border.gif');
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 984px;
}

/* Header */

.header {
	background-image: url('/images/common/header.gif');
	background-position: top left;
	background-repeat: no-repeat;
	height: 236px;
	width: 984px;
}

.header a {
	display: block;
	height: 135px;
	text-decoration: none;
	width: 300px;
}

.header a.homeLink {
	position: absolute;
	border: thin black solid;
	z-index: 100;
	width: 200px;
	height: 100px;
	margin-left: 400px;
	margin-top: 0px;
}

.nav {
	background-image: url('/images/common/nav_back.gif');
	background-position: top left;
	background-repeat: no-repeat;
	height: 59px;
	width: 984px;
}

.nav a {
	display: block;
	float: left;
	height: 59px;
	margin-left: 26px;
	text-decoration: none;
}

.nav a.bio {
	background-image: url('/images/btn/bio_off.gif');
	background-position: top left;
	background-repeat: no-repeat;
	margin-left: 52px;
	width: 41px;
}

.nav a.bio:hover {
	background-image: url('/images/btn/bio_on.gif');
}

.nav a.merch {
	background-image: url('/images/btn/merch_off.gif');
	background-position: top left;
	background-repeat: no-repeat;
	width: 61px;
}

.nav a.merch:hover {
	background-image: url('/images/btn/merch_on.gif');
}

.nav a.disco {
	background-image: url('/images/btn/disco_off.gif');
	background-position: top left;
	background-repeat: no-repeat;
	width: 102px;
}

.nav a.disco:hover {
	background-image: url('/images/btn/disco_on.gif');
}

.nav a.media {
	background-image: url('/images/btn/media_off.gif');
	background-position: top left;
	background-repeat: no-repeat;
	margin-left: 28px;
	width: 55px;
}

.nav a.media:hover {
	background-image: url('/images/btn/media_on.gif');
}

.nav .mailing_list {
	float: right;
	margin: 20px 100px 0 0;
}

.nav .mailing_list input {
	background-color: #e9d99a;
	border: 0px;
	color: #3c1311;
	width: 210px;
}

.nav .mailing_list input.mailer_submit {
	background-color: transparent;
	background-image: url('/images/common/mailer_submit.gif');
	background-position: top left;
	background-repeat: no-repeat;
	cursor: pointer;
	height: 21px;
	margin-left: 10px;
	width: 31px;
}

/* Homepage */

.body_copy {
	padding: 0 45px;
}

.left_column {
	float: left;
	margin-right: 20px;
	width: 593px;
}

.right_column {
	float: left;
	width: 281px;
}

img.title {
	margin-bottom: 15px;
}

img.right {
	float: right;
	margin: 0 0 15px 5px; 
}

/* Contact */
.contact span {
	color: #3c1311;
	font-weight: bold;
}

.contact a {
	color: #e9d99a;
	text-decoration: none;
}

/* Discography */

.col_split {
}

.col_split img {
	float: left;
	margin-right: 20px;
}

.buy {
	background-color: transparent;
	background-image: url('/images/common/buy.gif');
	background-position: top left;
	background-repeat: no-repeat;
	border: 0px;
	color: #e9d99a;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 20px;
	padding: 2px 0 0 27px;
	text-decoration: underline;
}

/* Footer */

.footer {
	background-image: url('/images/common/footer.gif');
	background-position: top left;
	background-repeat: no-repeat;
	height: 27px;
	padding: 17px 0 0 45px;
	width: 939px;
}

.footer a {
	border-right: solid 1px #c4252c;
	color: #e9d99a;
	float: left;
	padding: 0 10px 0 5px;
	text-decoration: none;
}

.footer a.last {
	border: 0px;
}

.footer .copyright {
	float: right;
	margin-right: 50px;
}

.footer .copyright a {
	border: 0;
	color: #c4252c;
}

