/* --------------------------------------------------------------------------- */
* {
	margin:0;
	padding:0;
	border:none;
}

li {
	list-style:none;
}

.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

a{
	text-decoration:none;
	/*color:#43bfbd;*/
	color:#2d2df3;
}

a:hover{
	text-decoration:underline;
}

p {
	margin-bottom: 12px;
}

h1 {
	font-family: Times New Roman;
	font-size: 20px;
	font-weight: normal;
	color: #01BFBF;
	margin-bottom: 10px;
}

body{
	background: #dbd7ce url(images/header1.jpg) center 0px repeat-x;
	font: 65.5%/1.4 Tahoma, sans-serif;
	font-size:14px;
	color: #000000;
	padding:0px 0px 0px 0px;
}

/* --------------------------------------------------------------------------- */
div#bodyh{
	width:900px;
	margin:0px auto 0px auto;
	font-size:14px;
	background-color: #fff;
	background:url(images/body-h.jpg) top center repeat-y;
}

div#main{
	width:900px;
	margin:0px auto 0px auto;
	border: none;
	background:url(images/header-main.png) top center no-repeat;
	text-align: center;
}

#header {
	height:160px;
	position:relative;
	border: none;
}

#main-menu {
	display: block;
	width: 580px;
	height: 29px;
	overflow: hidden;
	border: none;
	margin:0px auto 0px auto;
}
#main-menu a {
	display: block;
	height: 29px;
	text-indent: -9999px;
	float: left;
	border: none;
}

/* --------------------------------------------------------------------------- */
div.content {
	width: 600px;
	padding: 50px 0px 0 30px;
	border: none;
	margin:0px auto 0px auto;
	min-height: 200px;
	text-align: left;
}

.content .section {
	height: 40px;
	margin-right: 30px;
	margin-bottom: 15px;
}

.content .section h3 {
	float: left;
	padding-right: 40px; 
	height: 40px;
	font-family: Times New Roman;
	font-size: 36px;
	font-weight: normal;
	color: #e2ac26;
}

.content h4 {
	font-size: 18px;
	font-weight: normal;
	color: #e2ac26;
}

/* --------------------------------------------------------------------------- */
#footer {
	height: 100;
	text-align: center;
}

#footer .bottom{
	width: 900px;
	height: 100;
	margin:0px auto 0px auto;
	text-align: center;
	border: none;
}

#footer .bottom ul{
	top: 115px;
	left: 120px;
	position: relative;
	height: 20px;
	width: 600px;
	text-align: center;
	border: none;
}

#footer .bottom ul li{
	display:block;
	float:left;
	height:45px;
	margin-right:10px;
	padding-left:40px;
}

#footer .bottom ul li a{
	display: block;
	color:#000;
	font-size:11px;
	font-weight: bold;
}

#footer .bottom ul li a:hover{
	color: #494847;
}

#copyright{
	color: #494847;
	font-size: 1em;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 3px;
	border-top: 1px solid #494847;
}
