* {
	margin: 0px;
	padding: 0px;
	behavior: url(iepngfix.htc)
}

h1, h2, h3, h4, h5, h6 {
	color: #6A7431;
}

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;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #063F14;
	background: url(images/bg.gif) repeat-x #24482A;
	text-align: center;
}

#container {
	margin: 0 auto;
	width:750px;
	text-align:left;	
	
}

#header {
	height:336px;
	background: url(images/header.jpg) top center no-repeat;
	background-color:#FFFFFF;
}

#header ul {
	padding: 300px 0 0 20px;
	float:left;
	font-size:12px;	
	color:#FFFFFF;
	font-weight:bold;
}

#header ul li {
	display:inline;
	color:#8A1A3F;
	
	
}

#header ul li a{
	float:left;
	display:block;	
	padding:10px 15px 8px 10px;
	color: #FFFFFF;
	background: url(images/menubor.jpg) right center no-repeat;
	text-decoration:none;	
}

#header ul li a:hover {
	color:#5A5656;

}

#header ul li a.jcc1 {
	color:#5A5656;
}

#content {
	padding:0 20px;
	width:710px;
	background: url(images/contentbg.jpg) bottom center no-repeat #ffffff;
	margin:0 auto;
}

#content img.img {
	position:relative;
	float:left;
}

#content img.img2 {
	position:relative;
	float:right;
}

#footer {
	margin:0 auto;
	text-align:center;
	background: url(images/footer.gif) center no-repeat;
	font-size:12px;
	font-weight:bold;
	height:25px;
	padding-top:20px;
	width:750px;
	color:#070E15;
	clear:both;
}


.clear{clear:both;}







	
