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

html, body, p, h1 {
	margin: 0px;
	padding: 0px;
}

body {
	background: #e7f1d3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #738a46;
	
}

#container {
	background: #FFFFFF;
	height: 600px;
}

#main {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 600px;
	background: url(_images/bg_main.gif);
	position: relative;
}

#main #header {
	position: absolute;
	width: 220px;
	height: 39px;
	left: 270px;
	top: 55px;
}

#main #nav {
	position: absolute;
	width: 760px;
	top: 475px;
	text-align: center;
	font-size: 11px;
}

a {
	color: #738a46;
	text-decoration:none;
}


a:hover {
	color: #738a46;
	text-decoration:underline;
}

#main #nav #activepage {
	color:#a1c756
}

.content {
	position: absolute;
}

#home {
	width: 290px;
	height: 220px;
	left: 235px;
	top: 120px;
}

#contact {
	width: 300;
	left: 240px;
	;
	top: 211px;
	text-align: justify;
}

#contact p {
	margin-bottom: 30px;
}

#about {
	width: 380px;
	left: 200px;
	top: 180px;
	line-height:20px;
}
#services {
	width: 680px;
	left: 40px;
	top: 107px;
	line-height:20px;
}

#services h1 {
	font-size: 14px;
	font-weight: normal;
	text-transform:uppercase;
}

#services p {
	margin-bottom: 20px;
}

#gallery {
	width: 676px;
	height: 350px;
	top: 110px;
	left: 42px;
	
}

#gallery #images {
	background-image:none;
	
}

#gallery #images .galleryimage {
	position: absolute;
	width: 220px;
	height:147px;
}

#gallery #images #img2 {
	top: 0px;
	left: 228px;
}

#gallery #images #img3 {
	top: 0px;
	left: 456px;
}

#gallery  #controls {
	position: relative;
	top: -20px;
	left: 0px;
	width: 676px;
}

#gallery  #controls #prev {
	position: absolute;
	top: 0px;
	left: 0px;
}

#gallery #controls #next {
	position: absolute;
	top: 0px;
	left: 635px;
}
#gallery #controls #directions {
	position: absolute;
	top: 0px;
	left: 210px;
}
