/* CSS Document */
* {
	margin: 0;
	padding: 0;
	behavior: url(iepngfix.htc)
}

html { background: #000000 repeat-x; color: #292528; font-size: 14px; font-family: Arial, Helvetica, sans-serif; padding-bottom:  20px;  }



h1, h2, h3, h4, h5, h6, strong {
	color: #3b383a;
}

h1 {
	font-size:21px;
	font-weight:bold;
}

h2 {
	font-size:18px;
	font-weight:bold;
}
h3 {
	font-size:16px;
	font-weight:bold;
}
h5 {
	font-size:15px;
	font-weight:bold;
}

h6 {
	font-size:16px;
	font-weight:normal;
}

a, a:visited {
	color:#FE4311;
	font-weight:bold;
}

a:hover {
	color:#D74729;
}


#banner, #banner img {
	float: left;
	width: 836px;
	clear: left;
	background: url(../images/header.jpg) top no-repeat;
	list-style: none;
	height: 367px;
	overflow: hidden;
}



.center { text-align: center; padding: 0 0 50px 0; }
#outer-wrapper { width: 100%;
background: url(../images/bg.jpg) top center repeat-x #000000;
float:left;
}

#wrapper {
width: 836px;
margin: 0 auto;
}

#header{
width:836px;
height:367px;
margin:0 auto;
background: url(../images/header.jpg) top center no-repeat;
padding:0;

}

p{
margin-bottom:13px;
}

	
#content-here { width:836px;
background: url(../images/contentbg.jpg) top center repeat-y;
float:left;
}

#content-right{

width:495px;
padding:0 20px;
background:url(../images/left-header.jpg) top center no-repeat;
float:left;
overflow:hidden;
margin:0
}


#content-left{

width:301px;
height:386px;
background:url(../images/right-header.jpg) top center no-repeat;
float:right;
margin:0
}

#menu
{
	width:259px;
	padding:30px 0 0 26px;
	font-size:16px;
	float: left;
	
}


#menu ul li
{
float: left;
width:239px;
list-style:none;

}

#menu ul{
list-style-type:none;
margin-left:10px;
padding:0 0 0 0;
text-transform:capitalize;

}

#menu ul li{
display:block;
padding:6px 0;
border-bottom:1px dotted #6e4a26;
width:200px;
}

#menu ul li a{
color:#6e4a26;
text-decoration:none;
}

#menu ul li a:hover{
color:#000000;
text-decoration:none;
}

#menu ul li a.active{
color:#000000;
text-decoration:none;
}



#footer { clear: both;
font-size: 10px;
float:left;
width:836px;
padding-top:70px;
height:3px;
text-align:center;
padding-bottom:30px;
font-size:10px;
background:url(../images/footer.jpg) top center no-repeat;
color:#ffffff;
}


/* Contact Form */
#contact-form p {
	margin: 0 0 7px 0;
}

#contact-form label {
	float: left;
	width: 70px;
	clear: both;
}

#contact-form input, #contact-form textarea {
	width: 350px;
	border: 1px solid #9e7e5e;
	background: #f2e7dc;
	padding: 3px;
	color: #777;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
}

