* {
	margin: 0px;
	padding: 0px;
	behavior: url(iepngfix.htc);
}

h1, h2, h3, h4, h5, h6 {
	color: #25140c;
}

h1 {
	font-size:23px;
	font-weight:bold;
}
h2 {
	font-size:18px;
	font-weight:bold;
}
h3 {
	font-size:16px;
	font-weight:bold;
}
h4 {
	font-size:14px;
	font-weight:bold;
}
h5 {
	font-size:13px;
	font-weight:bold;
}

a, a:visited {
	color:#FE4311;
	font-weight:bold;
}

a:hover {
	color:#D74729;
}

p{
margin-bottom:13px;
}


body {
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	color: #060403;
	background:url(images/bg.jpg) top center repeat-x #26150D;
	text-align: center;
}

#container {
	margin: 0 auto;
	width:968px;
	text-align:left;
	
	
}

#header {
	width:968px;
	height:111px;
	background: url(images/header.jpg) top center no-repeat;
	background-color:#FFFFFF;
}

#menu
{
padding:65px 0 0 0;
overflow:hidden;


}

#menu ul
{
margin:0;
float:right;
width:430px;


}
#menu ul li
{
display:inline;


}

#menu ul li a
{
display:block;
margin-right:30px;
float:left;
color: #c6ac76;
text-transform: uppercase;
text-decoration: none;

}



#menu ul li a:hover {
	color: #d2b06a;
	border-bottom: #d2b06a 1px dashed;
	

}

#menu ul li a.active{
	color: #d2b06a;
	border-bottom: #d2b06a 1px dashed;
	
	
	
}

#content {
	width:968px;
	background:url(images/contentbg.jpg) repeat-y;
	margin:0 auto;
	float:left;
}


#content-left{
width:473px;
height:557px;
background:url(images/left-header.jpg) top left no-repeat;
float:left;
margin:0;

}



#content-right{
width:465px;
padding:0 20px 0 10px;
background:url(images/right-header.jpg) top center no-repeat;
float:right;
margin:0;
}


#footer {
	text-align:center;
	height:43px;
	background: url(images/footer.jpg) no-repeat;
	color:#ffffff;
	clear:both;
}

#footer2 {
	text-align:center;
	color:#b3975e;
	padding-bottom:30px;
	padding-right:90px;
	padding-top:10px;
	clear:both;
	font-size:11px;
	
}
.clear{clear:both;}


	
