/* body */
body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font: 12px Verdana, Arial, Tahoma, sans-serif;
	color: #000;
	background-color: #f1f1f1;
}

#header {
	margin: 10px auto 0px auto;
	padding: 0px;
	background:url(../images/header.jpg) no-repeat;
	width: 752px;
	height: 156px;
}

h1 {
	width: 752px;
	/*height: 156px;*/
	padding: 0px;
	margin: 0px;
	background:url(../images/header.jpg) no-repeat;
	position: absolute;
	text-indent: -5000px;
}

#header_menu {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 752px;
	height: 24px;
	background:url(../images/menu_bg.jpg) no-repeat;	
}

#header_menu ul {
	list-style-type: none;
	text-align: center;
	padding-top: 2px;
	margin: 0px;
}

#header_menu li {
	display: inline;
	padding: 0px;
}

#header_menu a {
	font-size: 14px;
	font-weight: normal;
	color: #faefaf;
	background-color: transparent;
	text-decoration: none;
}	

#header_menu a:hover {
	text-decoration: underline;
}

#body_top {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 752px;
	height: 28px;
	background:url(../images/body_top.jpg) no-repeat;	
}	

#body_content_wrapper {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 752px;
	background:url(../images/body_content.jpg);	
}

#body_content {
	margin-left: 40px;
	margin-right: 40px;
}

#body_bottom {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 752px;
	height: 12px;
	background:url(../images/body_bottom.jpg) no-repeat;	
}	

#home_page_images {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 752px;
	height: 155px;
	background:url(../images/home_page_images.jpg) no-repeat;	
}	

#footer {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 752px;
	height: 96px;
	background:url(../images/footer.jpg) no-repeat;	
}	

#footer_menu {
	float: left;
}

#footer_menu ul {
	list-style-type: none;
	text-align: left;
	padding-top: 25px;
	padding-left: 20px;
	margin: 0px;
}

#footer_menu li {
	display: inline;
	padding: 0px;
}

#footer_menu a {
	font-size: 12px;
	font-weight: normal;
	color: #3d1302;
	background-color: transparent;
	text-decoration: none;
}	

#footer_menu a:hover {
	text-decoration: underline;
}

#footer_copyright {
	float: right;
	padding-top: 25px;
	padding-right: 20px;
	color: #3d1302;
	background-color: transparent;
}

#footer_reg_details {
	padding-top: 25px;
	text-align: center;
	font-size: 11px;
	color: #3d1302;
}

#contact-form div {
	margin: 0.4em 0 0.6em 0;
	width: 450px;
}

#contact-form label {
	float: left;
	width: 30%;
	font-size: 12px;
	margin-left: 1.2em;
}

#contact-form fieldset label {
	margin-left: 0.4em;
}

#contact-form legend {
	color: #3d1302;
	background-color: #fff;
}

#contact-form .txt {
	width: 65%;
	border: 1px solid #3d1302;
}

#contact-form textarea.txt {
	width: 65%;
}

#contact-form .btn {
	border: 2px solid #3d1302;
	background-color: #faefaf;
	color: #3d1302;
	padding: 0.4em;
}

#contact-form div.submit {
	text-align: center;
}

.clearing {
	clear: both;
}

h2 {
	font-size: 16px;
	color: #3d1302;
	background-color: #fff;
}

p {
	text-align: justify;
}

a {
	font-weight: bold;
	color: #3d1302;
	background-color: #fff;	
}

a:hover {
	color: #000;
	background-color: #fff;
}

