/* CSS Document */
* {
	margin: 0;
	padding: 0;
	behavior: url(iepngfix.htc)
}

html { background: #171514 repeat-x; color: #292528; font-size: 13px; font-family: Arial, Helvetica, sans-serif; padding-bottom:  20px;  }



h1, h2, h3, h4, h5, h6, strong {
	color: #3b383a;
}

p{
margin-bottom:13px;
}

h2 {
	font-size:19px;
	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;
}

.center { text-align: center; padding: 0 0 50px 0; }
#outer-wrapper { width: 100%;
background: url(../images/bg.jpg) top center repeat-x #171514;
float:left;
}

#wrapper {
width: 858px;
margin: 0 auto;
}

#header{
width:858px;
height:315px;
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:261px;
height:407px;
background:url(../images/left-header.jpg) top center no-repeat;
float:left;
padding:20px 10px 0 0;
margin:0
}


#content-left{

width:553px;
padding:0 19px 0 15px;
background:url(../images/right-header.jpg) top center no-repeat;
float:left;
margin:0
}

#nav-right{
font-family:Arial, Helvetica, sans-serif;
margin:0 auto;
float:right;
}

#nav-right ul{
list-style-type:none;
margin:0;
padding:10px 0 0 10px;
text-transform:uppercase;

}

#nav-right ul li{
display:block;
padding:5px 0;
border-bottom:1px solid #a29f9e;
width:150px;
}

#nav-right ul li a{
color:#ffffff;
text-decoration:none;
}

#nav-right ul li a:hover{
color:#f0d66d;
text-decoration:none;
}

#nav-right ul li a.active12{
color:#f0d66d;
text-decoration:none;
}


#footer { 
clear: both;
font-size: 10px;
text-align:right;
padding-right:30px;
width:828px;
padding-top:30px;
height:52px;
font-size:10px;
background:url(../images/footer.jpg) top center no-repeat;
color:#3b383a;
}

/* 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 #9f9f9d;
	background: #ffffff;
	padding: 3px;
	color: #777;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
}

