@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/bg_image.jpg);
	background-repeat: repeat;
	margin-bottom: 0px;
	margin-right: 0;
	margin-left: 0;
}

.container {
	width: 900px;
	height: 1850px;
	position: relative;
	margin: auto;
	background-color: #c3d8be;
}

.footer {
	width: 900px;
	height: 150px;
	position: relative;
	margin: auto;
	background-color: #c3d8be;
	z-index: 6;
}

.reflection {
	width: 900px;
	height: 67px;
	position: relative;
	margin: auto;
}


.flash_header {
	width: 900px;
	height: 300px;
	position: absolute;
	top: 0px;
	z-index: 2;
	background-color: #c3d8be;
}

.header_outline {
	width: 900px;
	height: 18px;
	position: absolute;
	left: 0px;
	top: 285px;
	z-index: 4;
}

.main_menu {
	width: 250px;
	height: 600px;
	position: absolute;
	left: 0px;
	top: 300px;
	z-index: 2;
}

.slide {
	width: 250px;
	height: 600px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 1;
}

.text_bg {
	width: 650px;
	height: 1600px;
	position: absolute;
	left: 250px;
	bottom: 0px;
	background-color: #9bba9b;
	z-index: 1;
}

.text_area {
	width: 600px;
	height: 1491px;
	position: absolute;
	left: 275px;
	top: 325px;
	background-color: #ffffff;
	z-index: 2;
}

img.area_top {position:absolute; top:0px}
img.area_bottom {position:absolute; bottom:0px}
img.area_title {position:absolute; top:40px}
img.footer_menu {position:absolute; top:-9px}
img.footer_bottom {position:absolute; bottom:0px}

img.thumbs_left {
	float: left;
	margin-top: 5px;
	margin-right: 13px;
}

.text_block_main {
	width: 550px;
	height: 1258px;
	position: absolute;
	left: 300px;
	top: 525px;
	z-index: 4;
}
.text_block_top {
	width: 550px;
	height: 125px;
	position: absolute;
	left: 300px;
	top: 375px;
	z-index: 4;
}
.text_block_footer {
	width: 600px;
	height: 75px;
	position: absolute;
	left: 25px;
	top: 75px;
	z-index: 4;
}
.text_block_links {
	width: 900px;
	height: 25px;
	position: absolute;
	left: 0px;
	top: 16px;
	z-index: 8;
}

a:link {
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #245B29;
}
a:visited {
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #245B29;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #245B29;
}

.main_font{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 16px;
}



.title_font {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	color: #666666;
	line-height: 16px;
	text-align: left;
}
.title_font_italic {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	line-height: 16px;
	text-align: left;
	font-weight: bold;
}
.footer_menu_font a {
	font-family: "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #b4dcba;
	margin-left: 15px;
	margin-right: 15px;
	text-decoration: none;
	border-bottom: none;
	line-height: 26px;
	font-weight:normal;
}
.footer_menu_font a:hover {color: #ffffff;}

