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

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #F5F7F2;
}
a {
	color: #030;
	text-decoration: underline;
}
a:hover {
	color: #03C;
	text-decoration: none;
}
#heading {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#heading h1 {
	padding: 0px;
	font-size: 0.8em;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#container {
	width: 780px;
	border: 1px solid #030;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	background-image: url(images/main_background.jpg);
	background-repeat: repeat-y;
	background-position: center center;
}
#top {
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 342px;
}
#top h2 {
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
#top #topleft {
	float: left;
	width: 230px;
	margin-top: 190px;
	padding: 10px;
	text-align: center;
}
#top #topright {
	float: right;
	width: 230px;
	margin-top: 190px;
	padding: 10px;
	text-align: center;
}
#left {
	float: left;
	width: 180px;
	padding-bottom: 10px;
	margin-top: 20px;
}
#left ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#left a {
	font-size: 0.8em;
	color: #030;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 3px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	margin-bottom: -3px;
	width: 174px;
	line-height: 18px;
	background-image: url(images/but.jpg);
	background-repeat: repeat-y;
	background-position: left center;
}
#left a:hover {
	background-image: url(images/but_hover.jpg);
	background-repeat: repeat-y;
	background-position: right center;
	text-decoration: none;
}
#main {
	margin-left: 190px;
	padding-right: 10px;
}
#main h1 {
	font-size: 1.2em;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #B5C49B;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #030;
}
#main h2 {
	font-size: 1em;
	font-weight: bold;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #030;
	clear: right;
}
#main h3 {
	font-size: 0.9em;
	font-weight: bold;
	color: #333;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	clear: right;
}


#main p {
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-size: 0.8em;
	text-align: justify;
}
#main address {
	font-style: normal;
	font-size: 0.9em;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #B5C49B;
	margin: 5px;
	padding-left: 5px;
}
#main ul {
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin: 0px;
	font-size: 0.8em;
	text-align: justify;
}
#main img {
	margin: 1px;
	border: 1px solid #9CB079;
}
#main img.right{
	float: right;
	margin-left: 5px;
}


#map {
	height: 450px;
	width: 550px;
	border: 1px solid #030;
}
#map form {
	margin: 10px 0px;
	padding: 0px;
	font-size:0.8em;
}
#map fieldset {
	padding:10px;
}
.gallery {
	width: 180px;
	padding: 5px;
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
	height: 185px;
	float: left;
}


#footer {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #B5C49B;
	margin-top: 10px;
	padding: 5px;
	text-align: center;
}
#footer address {
	font-style: normal;
	font-size: 0.8em;
	padding: 1px;
}
.clear {
	clear: both;
}
