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

body, html{
	margin:0;
	padding:0;
	
	background-color:#EFEFEF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: fixed;
} 

#central {
	text-align:left;
	position: relative;
	width: 900px;
	margin-left: auto;
	margin-right: auto;

}
#header {
	position: relative;
	background: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position:top;
	height: 204px;
	margin-left: auto;
	margin-right: auto;
}
#middle {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#menu {
	width: 237px;
	float:left;
	text-align:center;
	background:url(images/green_bg_shadow.png);
	background-repeat:repeat-y;
	background-position:center;
}

.logo {
	margin-top:20px;
	margin-bottom:250px;
}

.address {
	position:absolute;
	width:146px;
	height:109px;
	background-image:url(images/address.jpg);
	background-repeat:no-repeat;
	top: 0px;
	right: 0px;
}

.flash {
	position:absolute;
	right: -4px;
	top: 145px;
}

#content {
	position:relative;
	top: 390px;
	width: 630px;
	float: right;
	text-align:left;
}

#footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#666;
	position:absolute;
	left: 250px;
}

.link_bottom A:link {
	text-decoration: none;
	color:#666;	
}
.link_bottom A:visited {
	text-decoration: none;
	color:#666;
}
.link_bottom A:active {
	text-decoration: none;
	color:#666;
}
.link_bottom A:hover {
	text-decoration: underline;
	color:#666;
}

.main_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#00592D;
	display:block;
	padding-top:0px;
	padding-bottom:5px;
}
.main_subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style:italic;
	color:#00592D;
	display:block;
	padding-top:0px;
	padding-bottom:5px;
	text-decoration:none;
}
.main_subtitle A:link, A:visited, A:active, A:hover {
	text-decoration:none;	
}
.main_content {
	font-family: "Times New Roman", Times, serif;
	font-size:16px;
	text-align:left;
	color:#555;
	line-height:150%;
	display:block;
	padding-bottom:10px;
}
.main_content A:hover{
	text-decoration: none;
}
.main_content A:link, A:visited, A:active {
	text-decoration: none;
	color:#00592D;	
}
.main_content A:hover {
	text-decoration: underline;
	color:#00592D;
}


#btns {
	display: block;
}
.images {
	margin-bottom:15px;
}
.pics {
	margin-right:15px;
}
