body {
	text-align: center;
	background: url(images/bg_floor2.png) fixed;
	font-family: Helvetica, Arial, sans;
	color: #2F1803;
	margin: 0px;
	padding: 0px;
}

#mainContainer {
	position: relative;
	width: 741px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	z-index: 0;
}

#header {
	position: relative;
	padding: 0px 9px 0px 9px;
	height: 105px;
	background: url(images/bg_head.png) no-repeat;
	text-align: left;
	color: #000000;
	font-weight: bold;
	z-index: 2;
}

#thread {
	position: relative;
	font-size: 12px;
	font-weight: bold;
	background: url(images/bg_thread_t.png);
	padding: 16px 10px 10px 170px;
	height: 22px;
	text-align: left;
	color: #996600;
	z-index: 3;
}

#body {
	position: relative;
	width: 741px;
	height: 424px;
	padding: 0px 9px 0px 9px;
	background: url(images/bg_body_t.png) no-repeat;
	z-index: 2;
}

#content {
	position: absolute;
	top: 130px;
	left: 35px;
	width: 687px;
	height: 450px;
	padding: 10px 10px 10px 0px;
	background: url(images/bg_tile.png) repeat-y;
	z-index: 1;
}

a {
	display: inline;
	padding: 0px 10px 0px 10px;
	color: #996600;
	text-decoration: none;
}

a:hover {
	color: #2F1803;
	background: rgb(208,193,172);
	opacity: .8;
	padding: 5px 10px 5px 10px;
}

#footer {
	position: relative;
	background: url(images/shadow_bg.png) repeat-y;
	padding: 0px 9px 0px 10px;
	font-size: 11px;
	text-align: right;
	z-index: 4;
}

	#footer a {
		color: #996600;
	}
	
	#footer a:hover {
		color: #2F1803;
		background: rgb(208,193,172);
		opacity: .8;
		padding: 5px 10px 5px 10px;
}

#dopeDrakkar {
	position: absolute;
	top: 130px;
	left: 20px;
	width: 440px;
	height: 345px;
	margin: 10px 0px 0px 90px;
	padding: 40px 35px 80px 45px;
	background: url(images/dope_denim_tag1.png) no-repeat;
	overflow: hidden;
	text-align: left;
	font-size: 11px;
	z-index: 4;
}

#dopeDrakkar p {
	margin: 0px 0px 1em 0px;
	padding: 0px;
}

	span.style {
		display: block;
		float: left;
		height: 2.5em;
		margin-right: 5px;
		text-decoration: underline;
		font-weight: bold;
		color: #991B1E;
	}
	
div.heading {
	margin: 1em 0px 1em 0px;
	border-bottom: solid 1px #EEEBE6;
	font-weight: bold;
}
