* {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	color: #0e2731;
}

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:18px;
	font-weight:normal;
}

a, a:visited {
	color:#FE4311;
	font-weight:bold;
}

a:hover {
	color:#D74729;
}

#banner, #banner img {
	float: left;
	width: 459px;
	clear: left;
	list-style: none;
	height: 648px;
	overflow: hidden;
}

body {
	font-family:"Times New Roman", Times, serif;
	font-size: 15px;
	color: #082029;	
	background: url(images/bg.jpg) top center repeat-x #efd313;
	text-align: center;	
}

#container {
	width:1035px;
	text-align:left;
	margin:0 auto;
}

p{
margin-bottom:13px;

}

/* -- change #header,  #header ul #content-left -- */

#header {
	width:551px;
	height:94px;
}

#header ul {
	float: left;
	list-style: none;
	width:551px;
	font-size:12px;
	padding:40px 0 0 0 ; 
	
}

#header ul li {
	display:inline;
	
}

#header ul li a {
	float: left;
	text-transform: uppercase;
	padding:0 10px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

#header ul li a:hover, #header ul li.active a {
	text-decoration: underline;
	color: #e7ddc0;
}


#content {
	width:1035px;
	background:url(images/contentbg.jpg) repeat-y;
	margin:0 auto;
	float:left;
}


#content-right{
width:459px;
height:648px;
margin:0;
float:right;
}



#content-left{
width:551px;
background:url(images/left-header.jpg) top left no-repeat;
padding:0 10px 0 15px;
float:left;
margin:0;
}


#footer {
	text-align:center;
	height:34px;
	color:#ffffff;
	clear:both;
}

#footer2 {
	text-align:left;
	color:#082029;
	padding-left:20px;
	padding-bottom:20px;
	clear:both;
}
.clear{clear:both;}

/* 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: 400px;
	border: 1px solid #0e2731;
	background: #fff;
	padding: 3px;
	color: #777;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
}



	
