/* CSS Document */
* {
	margin: 0;
	padding: 0;
	behavior: url(iepngfix.htc);
}

html { background: #020101 repeat-x; color: #212516; font-size: 14px; font-family: Arial, Helvetica, sans-serif; padding-bottom:  20px;  }



h1, h2, h3, h4, h5, h6, strong {
	color: #221414;
}

h1 {
	font-size:21px;
	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;
}

h6 {
	font-size:16px;
	font-weight:normal;
}

a, a:visited {
	color:#FE4311;
	font-weight:bold;
}

a:hover {
	color:#D74729;
}

#banner {
	float: left;
	width: 858px;
	clear: left;
	background: url(../images/header.jpg) top no-repeat;
	list-style: none;
	height: 349px;
	overflow: hidden;
}



.center { text-align: center; padding: 0 0 50px 0; }
#outer-wrapper { width: 100%;
background:url(../images/bg.jpg) top center repeat-x;
float:left;
}

#wrapper {
width: 858px;
margin: 0 auto;
}

#header{
width:858px;
height:349px;
margin:0 auto;
background: url(../images/header.jpg) top center no-repeat;
padding:0;

}


	
#content-here { width:858px;
background: url(../images/contentbg.jpg) top center repeat-y;
float:left;
}

#content-right{

width:259px;
height:400px;
background:url(../images/left-header.jpg) top center no-repeat;
float:left;
margin:0
}


#menu
{
	width:259px;
	padding:30px 0 0 0;
	float: left;
	
}


#menu ul{
list-style-type:none;
margin-left:30px;
padding:20px 0 0 0;
text-transform:capitalize;

}

#menu ul li{
display:block;
padding:4px 0;
border-bottom:1px dotted #5a2010;
width:200px;
}

#menu ul li a{
color:#5a2010;
text-decoration:none;
}

#menu ul li a:hover{
color:#000000;
text-decoration:none;
}

#menu ul li a.active{
color:#000000;
text-decoration:none;
}


#content-left{

width:559px;
padding:0 26px 0 14px;
height:373x;
background:url(../images/right-header.jpg) top center no-repeat;
float:left;
margin:0
}

#footer { 
clear: both;
font-size: 10px;
text-align:right;
padding-right:150px;
width:708px;
padding-top:70px;
height:62px;
font-size:10px;
background:url(../images/footer.jpg) top center no-repeat;
color:#cac8c8;
}

p{
margin-bottom:13px;
}

/* Contact Form */
#contact-form p {
	margin: 0 0 7px 0;
}

#contact-form label {
	float: left;
	width: 90px;
	clear: both;
}

#contact-form input, #contact-form textarea {
	width: 400px;
	border: 1px solid #878585;
	background: #fdfdfb;
	padding: 3px;
	color: #777;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
}
