* {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	color: #3A2D34;
}

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: #3A2D34;
	background: url(images/bg.gif) top left repeat-x #000000;
	text-align: center;
}

#container {
	margin: 0 auto;
	width:755px;
	text-align:left;	
	
}

#header {
	height:397px;
	background: url(images/header.jpg) top center no-repeat;
	background-color:#FFFFFF;
}

#header ul {
	padding: 16px 0 0 15px;
	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:22px 15px 14px 10px;
	color: #FFFFFF;
	border-right:1px solid #F1AE15;
	text-decoration:none;	
}

#header ul li a:hover {
	background: url(images/arrow.gif) top no-repeat #FCA50D;
	color:#ffffff;

}

#header ul li a.jcc1 {
	background: url(images/arrow.gif) top no-repeat #FCA50D;
	
}

#content {
	padding:0 20px;
	width:715px;
	background: url(images/contentbg.jpg) bottom center no-repeat;
	background-color:#FEBE29;
	margin:0 auto;
}

#content img.img {
	position:relative;
	float:left;
}

#footer {
	margin:0 auto;
	text-align:center;
	font-size:10px;
	height:17px;
	width:755px;
	background: url(images/footer.jpg) bottom center no-repeat;
	color:#3A2D34;
	margin:0 auto;
	padding:40px 0 0 0;
	clear:both;
}


.clear{clear:both;}







	
