body {
	font-family: georgia, times, sans-serif;
	font-size: 14px;
	color: #fff;
	margin-left: auto;
	margin-left: auto;
	text-align: center;
	background-image: url("images/bg.jpg");
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #c7d5af;
}

a {
	text-decoration: none;
	color: #fff;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 24px;
	font-weight: bold;
}

form {
        margin-left: 2px;
        float: left;
}

#address {
        float:left;
        margin-left: 75px;
}

#address h1 {
		margin-top: 0;
}

#content {
	width: 800px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: #566b30;
	border: solid #fff 1px;
}

#header {
	width: 780px;
	height: 139px;
	background-image: url("images/header.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

/*----------------------------------------------------------------------------------------------------------------------------------*/
/*navigation classes*/

#navContainer {
	font-size: 18px;
	padding: 3px;
	margin: 0px;
	background-color: #fff;
}

#navContainer a {
	color: #000;
}

#navigation {
	margin: 0px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	border-bottom: 1px solid #566a35;
}

#navigation a {
	color: #000;
}

#navigation li {
	margin: 0px;
	padding: 0px;
	display: inline;
	padding-right: 25px;
}

#navigation li a {
	text-decoration: none;
}

#navigation li a:hover {
	padding-bottom: 4px;
	border-bottom: 6px solid #566a35;
}

/*end of navigation classes*/
/*----------------------------------------------------------------------------------------------------------------------------------*/

#main {
	padding: 10px;
}

#main form {
		margin-bottom: 20px;
}

#indexMain {
	float: left;
	width: 385px;
	padding: 10px;
}

#indexImage {
	float: right;
	width: 375px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

#email {
	vertical-align: bottom;
}

#footer{
	clear: both;
	color: #000;
	background-color: #fff;
	font-size: 12px;
	padding: 1px;
	padding-left: 10px;
}

#footer a {
	color: #000;
}

#gallery {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#gallery img {
	margin: 5px;
	border: 1px solid #fff;
}

.gallery {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.gallery img {
	margin: 5px;
	border: 1px solid #fff;
}

.thumbnails {
	padding: 3px;
	padding-right:10px;
	float: left;
	font-size:12px;
	font-weight:normal;
	font-style:italic;
	border:none;
}

.email {
	vertical-align: bottom;
}

#map {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: solid 1px #fff;
	width: 425px;
	height: 350px;
}
