html {
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	height:100%;
scrollbar-face-color: #251f1e;
scrollbar-darkshadow-color: #251f1e;
scrollbar-3dlight-color: #251f1e;
scrollbar-arrow-color: #572a24;
scrollbar-highlight-color: #544440;
scrollbar-shadow-color: #3c2d2a;
scrollbar-track-color: #2c2625;
}

body {
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	height:100%;
margin:0px;
padding:0px;
background-color: #191413;
scrollbar-face-color: #251f1e;
scrollbar-darkshadow-color: #251f1e;
scrollbar-3dlight-color: #251f1e;
scrollbar-arrow-color: #572a24;
scrollbar-highlight-color: #544440;
scrollbar-shadow-color: #3c2d2a;
scrollbar-track-color: #2c2625;
}

#flashcontain {
	width:100%;
	min-height:832px;
	position:absolute;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

#container2 {
position:relative;
width:940px;
margin:auto;
}

#nav {
	position: relative;
	top: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-align: left;
	font-weight: bold;
}

#nav a {
	color:#AAAAAA;
	text-decoration: none;
	padding-right: 55px;
}
#nav a:hover {
	color:#ff6652;
	text-decoration: none;
	padding-right: 55px;
}

#content_container {
	position:relative;
	top: 115px;
	height: 100%;
}

#picture {
	position:relative;
	padding-bottom:10px;
}

#picture2 {
	position:relative;
	float:right;
}

#promo {
	position:relative;
        width:217px;
	float:left;
	top: 10px;
}

#subnav {
	float:left;
	width:217px;
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
}

#subnav a{
	float:left;
	width:217px;
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	font-weight: bold;
	text-align: left;
	background-color: #342725;
	text-decoration: none;
	padding: 3px;
	margin: 2px;
}


#subnav a:hover{
	color: #CCCCCC;
	background-color: #29211F;
	margin: 2px;
	padding: 3px;
}


#content_holder {
position:relative;
float:right;
top:10px;
width:700px;
}

#content {
	width:680px;
	height:auto;
	color: #CCCCCC;
}

#clearer {
clear:both;
}

