﻿* {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background: #FFFFFF url('images/background.jpg') repeat-x fixed left top;
}

.green18 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #37473d;
	text-align: center;
}

.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #37473D;
	text-align:left;
}

#header_menu a, #header_menu a:visited{
	text-decoration: none;
	color: #37473d;
}

#header_menu a:hover{
	text-decoration: none;
	color: #867451;

}

#header {
	position:relative;
	left:0px;
	top:0px;
	width:957px;
	height:257px;
	background-image: url('images/header.png');
	background-position:center bottom;
	background-repeat:no-repeat;
	text-align: left;
}

#header_menu {
	float:left;
	margin-left: 560px;
	margin-top: 20px;
	height: 195px;
	width: 375px;
}

#header_menu_left {
	float: left;
	display: inline;
	width: 160px;
	height: 90px;
	margin-left: 30px;
}
#header_menu_left ul {
	margin: 0;
	text-align: left;
}
#header_menu_left li
{
	margin: 0;
	text-align: left;
	list-style-type: none;
	padding-bottom: 3px;
	color: #37473d;
	font-size: 18px;
}

#header_menu_right {
	float: left;
	display: inline;
	width: 130px;
	height: 90px;
}
#header_menu_right ul {
	margin: 0;
	text-align: right;
}
#header_menu_right li
{
	margin: 0;
	text-align: right;
	list-style-type: none;
	padding-bottom: 3px;
	color: #37473d;
	font-size: 18px;
}
#header_menu_divider {
	float: left;
	display: inline;
	width: 355px;
	height: 65px;
	font-size: 16px;
	margin-left: 20px;
}
#header_menu_bottom {
	float: left;
	display: inline;
	width: 355px;
	height: 30px;
	font-size: 16px;
	margin-left: 20px;
}
#header_menu_bottom ul {
	padding: 0;
	text-align: center;
	margin: 0;
	float: left;
}
#header_menu_bottom li
{
	margin: 0;
	text-align: center;
	display: inline;
	list-style-type: none;
	padding-right: 5px;
	color: #37473d;
	font-size: 16px;
}

#content {
	position:relative;
	left:0px;
	top:0px;
	width:957px;
	height:586px;
	background-image: url('images/content.png');
	background-position:center top;
	background-repeat:no-repeat;
}

#content_main {
	float: left;
	position: relative;
	width: 870px;
	height: 536px;
	margin-top: 20px;
	margin-left: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #37473D;
	text-align: left;
	overflow: hidden;
}

#content_main ul {
	padding: 0;
	text-align: center;
	margin: 0 0 30 0;
	float: left;
	line-height: 60px;
}
#content_main li
{
	margin: 0;
	text-align: center;
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	color: #867451;
	font-size: 30px;
	padding-left: 10px;
}


#footer {
	position:relative;
	left:0px;
	top:0px;
	width:957px;
	height:29px;
	text-align:center;
	font-family:Tahoma;
	font-size: 11px;
	color: #867451;
}

#footer a, #footer a:hover, #footer a:visited {
	color: #808080;
	text-decoration: none;
}
