* {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	color: #291e11;
}

h1 {
	font-size:23px;
	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;
}

a, a:visited {
	color:#FE4311;
	font-weight:bold;
}

a:hover {
	color:#D74729;
}

p{
margin-bottom:13px;	
}


body {
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	color: #211406;	
	background: url(images/bg.jpg) top center repeat-x #001130;
	text-align: center;	
}

#container {
	width:837px;
	text-align:left;
	margin:0 auto;
	
	
}

#header {
	width:837px;
	height:94px;
	background: url(images/header.jpg) top center no-repeat;
	background-color:#FFFFFF;
}

#header ul {
	float: left;
	list-style: none;
	width:800px;
	padding:45px 0 0 25px; 
	
}

#header ul li {
	display:inline;
	
}

#header ul li a {
	float: left;
	text-transform: uppercase;
	padding:10px 20px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

#header ul li a:hover, #header ul li.active a {
	text-decoration: underline;
	color: #5595e6;
}


#content {
	width:837px;
	background:url(images/contentbg.jpg) repeat-y;
	margin:0 auto;
	float:left;
}


#content-right{
width:385px;
height:558px;
background:url(images/right-header.jpg) top left no-repeat;
margin:0;
float:right;
}



#content-left{
width:432px;
padding:0 10px;
float:left;
margin:0;
}


#footer {
	text-align:center;
	height:30px;
	background: url(images/footer.jpg) no-repeat;
	color:#ffffff;
	clear:both;
}

#footer2 {
	text-align:left;
	color:#ffffff;
	padding-left:60px;
	clear:both;
}
.clear{clear:both;}


	

