*{
	margin:0;
	padding:0;
}
html, body {
	height: 100%;
	color:#ffffff;
}
body{
	background:url(images/bg.jpg) repeat-x #5e5853 top;
	font-family:Verdana, Geneva, sans-serif;
}
a{
	color:#E6E6E6;
}
a:hover{
	color:#B4975A;
}
body > #wrapper {height: auto; min-height: 100%;}


#wrapper{
	margin:0 auto;
	width:1008px;
}
#header{
	float:left;
	width:904px;
	height:90px;
	padding:0 52px;
}
#header .logo{
	padding:20px 0 0 0;
	float:left;
}
#header ul#menu{
	list-style:none;
	text-align:right;
	margin:39px 0 0 0;
}
#header li{
	display:inline;
}
#header li a{
	padding:0 18px;
	border-left:solid 1px #96928f;
	color: #e6e6e6;
	font-size:14px;
	text-decoration:none;
}
#header li a.home{
	border:none;
}
#header li a.contact{
	padding:0 0 0 18px;
}
#header li a:hover{
	color:#B4975A;
}
#flash{
	float:left;
	width:1008px;
	height:385px;
	background:#302D2B;
	padding:0;
}
#content{
	float:left;
	padding:20px 52px 0 52px;
	width:904px;
	padding-bottom: 40px;  /* must be same height as the footer */	
}
#content #title{
	float:left;
	width:553px;
	padding:20px 0 20px 341px;
}
#content #title h1{
	color:#B4975A;
	font-size:32px;
	font-weight:normal;
}
#content #sidebar{
	float:left;
	width:261px;
	padding:0 23px 0 0;
	text-align:right;
}
#content #sidebar p, #content #sidebar a{
	color:#E6E6E6;
	font-size:11px;
}
#content #sidebar a:hover{
	color:#B4975A;
}
#content #main{
	float:left;
	width:501px;
	min-height:105px;
	text-align: left;
	padding:0 60px 0 57px;
	line-height:15px;
	color:CCCCCC;
	font-size:12px;	
	border-left: solid 2px #797572;
}
#content #main #helpful-tips{
	float:left;
}

#content #main #helpful-tips a{
	text-decoration:none;
}
#content #main span{
	font-style:italic;
}
#content #main hr{
	margin:20px 0 20px 0;
	border:1px solid #96928f;
	width:100%;
}
#content #main hr.top{
	margin:0 0 20px 0;
	border:1px solid #96928f;
	width:100%;
}
#content #main h3{
	font-size:12px;
}
#content #main p{
	padding: 0 0 20px 0;
	line-height:20px;
	color:CCCCCC;
	font-size:12px;
}
#content #main p.last{
	padding:0;
}
#content .clear{
	clear:both;
	padding:20px 0;
}
#footer{
	clear: both;
	height: 40px;
	width:100%;
	padding: 0;
	background:#302D2B;
	position: relative;	
	/*position:fixed;*/
	position: relative;
	margin-top: -40px; /* negative value of footer height */
	height: 40px;
	clear:both;} 
#footer .inside-footer, #footer .inside-footer a{
	width:904px;
	font-size:10px;
	margin:0 auto;
	color:#E6E6E6;
}
#footer ul#foot{
	list-style:none;
	text-align:left;
	float:left;
	margin:0;
	padding:15px 0 0 0;
	width:630px;
}
#footer li{
	display:inline;	
}
#footer li a{
	padding:0 12px;
	border-right:solid 1px #96928f;
	color: #e6e6e6;
	font-size:10px;
	text-decoration:none;
}
#footer li a.copyright{
	border:none;
}
#footer li a:hover.copyright{
	color:#e6e6e6;
}
#footer li a.contact-us{
	padding:0 12px 0 0;
}
#footer li a:hover{
	color:#B4975A;
}
#footer .inside-footer #credit{
	float:right;
	width:274px;
	text-align:right;
	padding:15px 0 0 0;
}
#footer .inside-footer #credit a{
	color:#E6E6E6;
}
#footer .inside-footer #credit a:hover{
	color:#B4975A;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
