/* CSS Document */

body {
	background-repeat: no-repeat;
	margin:0px;
	background-position: center top;
	background-color: #39150b;
	background-image: url(images/bg2.jpg);
}

#leftcontent {
	float:left;
	font-family:tahoma;
	font-size:11px;
	margin: 218px 0 0 62px;
	width: 194px;
	height: 117px;
	color: #FFFFFF;
}


#content {
	float:left;
	font-family:verdana;
	line-height: 18px;
	font-size:11px;
	margin: 65px 0 0 26px;
	width: 462px;
	background-image: url(images/contentbg.jpg);
	
}

#contentwrap{
margin: 0 5px; 0 5px;

	
}

#contenttext{
margin: 0 10px; 0 10px;
	
}

.headers {
	background-image:url(images/headers.jpg);
	width:451px;
	height:26px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding:10px 0 0 0;
}
.headerstext {
	margin: 0 0 0 35px;
}

#contentbottom {
	background-image: url(images/contentbottom.jpg);
	width:462px;
	height:20px;
	
}
.clear {
clear:both;
}
#copyright {
	float:right;
	font-family:tahoma;
	font-size:11px;
	margin: 10px 245px 10px; 0;
	color: #FFFFFF;
}
