

html {
	background: url(images/html_bg.jpg) bottom #085879 repeat-x;
}

body {
	margin: 0;
	padding:0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	width: 100%;
	display: table;
	
	background-color:#084079 ;
}

a:link, a:visited {	color: #252525; text-decoration: underline; }
a:active, a:hover { color: #252525; text-decoration: none; }

span.highlight { color: #fff; }

p {
	font-size: 13px;
	color: #000;
	text-align: justify;
	margin: 0 0 10px 0;	
}

h1 {
	font-size: 25px;
	color: #000;
	font-weight: normal;
	margin: 0 0 15px 0;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #24f0c9;
	margin: 0 0 10px 0;
}

h3 {
	font-family: Tahoma;
	font-size: 13px;
	color: #a18800;
	font-weight: normal;
	margin: 0 0 3px 0;
}

#container {
	width: 905px;
	margin:  0 auto 50px auto;
}

#header {
	height: 106px;
	width: 905px;
	background: url(images/header.png) no-repeat;
}

#logo_area {
	width: 245px;
	height: 65px;
	float: left;
	margin: 15px 0 0 30px;
	color: #371800;
}

#logo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 45px;
	margin: 0;
	line-height:40px;
}

#logo a {
	text-decoration: none;
}

#slogan {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0 0 3px 40px;
}

/* menu */

#menu {
	float: right;
	width: 568px;
	height: 88px;
	background: url(images/menu_bg.png);
	padding: 5px 0 0 0px;
	margin: 0 20px 0 0;
}

#menu ul {
	float: left;
	margin: 25px 0 0 40px;
	padding: 0 0 0 0;
	width: 500px;
	list-style: none;
}

#menu ul li {
	display: inline;
}

#menu ul li a {
	float: left;
	padding: 0 15px;	
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #623b0c;	
	font-size: 13px;
	border-right: 1px solid #623b0c;
	outline: none;
}

#menu li a:hover, #menu li .current {
	color: #2c1400;
}
#menu ul li a:hover
{
  font-weight:bold;
  text-decoration:underline;
}

#menu li .last {
	border-right: none;
}
/* end of menu */

#content_area {
	width: 896px;
	margin: 20px auto 0 auto;
}

#content_area #content_top {
	width: 896px;
	height: 11px;
	background: url(images/content_top.png) no-repeat;
}

#content_area #content_mid {
	width: 896px;
	background: #a3a3a3;
}

#content_mid #mid_top {
	width: 896px;
	background: url(images/content_mid_top.jpg) top no-repeat;
}

#content_mid #mid_bottom {
	width: 896px;
	background: url(images/content_mid_bottom.jpg) bottom no-repeat;
	padding: 30px 0 1px 0;
}

#content_area #content_bottom {
	width: 896px;
	height: 21px;
	background: url(images/content_bottom.png) no-repeat;
}

.one_col {
	width: 836px;
	margin: 0 30px 10px 30px;	
}

.one_col img {
	
	float: left;
	margin: 0 10px 10px 0;
	
}

.section_1 {
	float: left;
	width: 480px;
	margin: 0 0 10px 0;
}

.section_1 .section_1_title {
	width: 451px;
	height: 40px;
	background: url(images/section_1_title.png) no-repeat;
	background-position: -2px 0;
	padding: 20px 0 0 30px;
	margin: 0 0 10px 0 ;
	
}

.section_1 p {
	margin: 0 0 0 30px;	
}

.section_1 h1 {
	color: #754a27;
}

.section_1 img {
	float:left;
	margin: 0 10px 10px 30px;	
}

.section_2 {
	float: right;
	width: 360px;
	margin: 0 30px 10px 0;
}

.section_2 p {

	color: #fff;
	
}

.section_2 h1 {
	color: #9e7b1b;
}

.section_2 .section_2_top {
	width: 360px;
	height: 12px;
	background: url(images/section_2_top.png) no-repeat;
}

.section_2 .section_2_mid {
	width: 360px;
	background: url(images/section_2_mid.png);
}

.section_2_mid .section_2_mid_top {
	width: 360px;
	background: url(images/section_2_mid_top.png) top no-repeat;
}

.section_2_mid .section_2_mid_bottom {
	width: 320px;
	background: url(images/section_2_mid_bottom.png) bottom no-repeat;
	padding: 20px;
}

.section_2 .section_2_bottom {
	width: 360px;
	height: 24px;
	background: url(images/section_2_bottom.png);
}

.section_3 {
	float: left;
	width: 260px;
	margin: 0 0 10px 30px;
}

.section_3 p {
	color: #fff;
}

.section_3 img {
	float: left;
	margin: 0 5px 5px 0;
}

.gallery {
	float: left;
	width: 255px;	
}

.gallery img {
	float: left;
	background: url(images/thumb_bg.png) no-repeat;
	padding: 3px ;
	margin: 0 0 5px 0 ;
}

.gallery .mid_img {
	margin: 0 8px 5px 8px;
}

.bottom_section {
	width: 896px;
	margin: 10px auto 0 auto;
}

.bottom_section a {
	color: #FFFFFF;
}

.bottom_section .bottom_section_top {
	width: 896px;
	height: 10px;
	background: url(images/bottom_section_top.png);
}

.bottom_section .bottom_section_mid {
	width: 836px;
	background: url(images/bottom_section_mid_top.png) #000 top no-repeat;
	padding: 10px 30px 0 30px;
}

.bottom_section .bottom_section_bottom {
	width: 896px;
	height: 11px;
	background: url(images/bottom_section_bottom.png) ;
}

.bottom_section p {
	color: #a99584;
}

.bottom_section h1 {
	color: #a99584;
}

.section_4 {
	float: left;
	width: 210px;
	margin: 0 0 10px 0;
}

.h_line {
	
	height: 4px;
	background: url(images/h_line.png);
	margin: 0 30px 10px 30px;
	
}

.section_5 {
	float: left;
	width: 310px;
	margin: 0 30px 10px 30px;
}

.section_6 {
	float: right;
	width: 214px;
	background: url(images/section_6_bg.png) no-repeat;
	margin: 0 0 10px 0;
	padding: 3px 20px 20px 20px ;
}

.h_line {
	height: 4px;
	background: url(images/h_line.png);
	margin: 0 30px 10px 30px;
}

.more {
	float: right;
	background: url(images/readmore.png) no-repeat;
	width: 101px;
	height: 25px;
	font-size: 13px;
	text-align: center;
	margin: 10px 10px 10px 0;
	color: #ffebb5;
	padding: 4px 0 0 0;
}

.more a {
	color: #ffebb5;
	text-decoration: none;
}

.more:hover {
	text-decoration: underline;	
}

.list {
	list-style: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #a99584;
	padding: 0;
}

.list li {
	background: url(images/bullet.png) no-repeat;
	background-position: 0 4px;
	padding: 0 0 0 15px;
	margin: 0 0 5px 0;
}

.list a {
	color: #a99584;
	text-decoration: none;
}

.list a:hover {
	text-decoration: underline;
}

#footer {
	width: 836px;
	color: #a99584;
	margin: 0;
	text-align: center;
	border-top: 1px dotted #fff;
	padding: 10px 0 0 0;
}

#footer a {
	color: #a99584;
}

#footer a:hover {
	color: #FFF;
}

.cleaner {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}