/* general */
a {
  color:#5A9B1B;
  text-decoration:none;
}
img {
  border:none;
}
img.right {
  margin:0 0 10px 10px;
  float:right;
  padding:1px;
  border:1px solid #999999;
}
img.left {
  margin:0 10px 10px 0;
  float:left;
  padding:1px;
  border:1px solid #999999;
}
h1 {
  border-bottom:1px solid #5B9C1C;
  font-weight:normal;
  letter-spacing:0.1em;
  clear:both;
}
h2 {
  border-bottom:1px solid #8BBC4C;
  font-weight:normal;
  letter-spacing:0.1em;
  clear:both;
}
.feedback {
	border:1px solid #990000;
	background:#FFCCCC url(/images/layout/feedback.png) no-repeat 10px center;
	padding:10px;
	padding-left:50px;
	margin-bottom:10px;
	margin-top:10px;
}
/* body bg */
html, body {
  height:100%;
  font-family:Lucida Sans, Georgia, Times New Roman, serif;
  font-size:14px;
  margin:0;
  padding:0;
}
body {
  text-align:center;
  position:relative;
  background:#5B9C1C;
}
#grass  {
  position:relative;
  background: #30520e url(../images/layout/bottom.png) bottom repeat-x;
  min-height:100%;
}
#butterfly {
  z-index:0;
  width:441px;
  height:254px;
  position:absolute;
  bottom:0;
  left:0;
  background: url(../images/layout/bottom_left.png) bottom left no-repeat;
}
/* main page */
#wrapper {
  z-index:1;
  position:relative;
  width:800px;
  margin:0 auto;
  text-align:left;
}
#wrapper_top {
  background: url(../images/layout/bg_top.png) center right no-repeat;
  height:10px;
}
#wrapper_main {
  background: url(../images/layout/bg.png) center center repeat-y;
  padding:0 15px 0 16px;
}
#wrapper_bottom {
  background: url(../images/layout/bg_bottom.png) center top no-repeat;
  height:100px;
}
/* banner */
#banner {
  background: url(../images/layout/banner.jpg) center center no-repeat;
  height:178px;
  position:relative;
}
#logo {
  display:none;
}
#nav {
  position:absolute;
  top:146px;
  right:0;
  height:32px;
}
#nav ul {
  margin:0;
  padding:0;
  list-style-type:none;
  list-style-image:none;
  height:32px;
}
#nav li {
  margin:0;
  padding:0 25px;
  float:right;
  height:32px;
  line-height:32px;
  border-left:1px solid #ffffff;
}
#nav a {
  color:#ffffff;
}
#nav a:hover {
  color:#5A9B1B;
}
/* main */
#content {
  margin:0 20px 20px 20px;
}
/* footer */
#footer {
  height:32px;
  background: url(../images/layout/footer.png) bottom repeat-x;
  text-align:center;
  clear:both;
}
#footer ul {
  margin:0;
  padding:0;
  list-style-type:none;
  list-style-image:none;
  height:32px;
}
#footer li {
  margin:0;
  padding:0 15px;
  display:inline;
  height:32px;
  line-height:32px
}
#footer a {
  color:#ffffff;
}
#footer a:hover {
  color:#5A9B1B;
}
/* form */
form {
	margin:0;
	padding:0;
}
div.errors {
	border:1px solid #990000;
	background:#FFCCCC url(/images/layout/feedback.png) no-repeat 10px center;
	padding:10px;
	padding-left:50px;
}
div.errors ul {
	list-style-image:none;
}
label {
	width:150px;
	font-weight:bold;
	float:left;
	display:block;
}
label span.comment {
	font-weight:normal;
	display:block;
}
div.form_row, div.form_row_error {
	margin-top:5px;
	clear:left;
	padding:2px;
	border:1px;
}
div.form_row_error {
	background:#FFCCCC;
	border:1px solid #990000;
}
div.form_container textarea {
	width:400px;
	height:300px;
}
div.clearing {
	clear:both;
}
div.submit {
	padding-left:150px;
}
/* specific pages */
#home_text {
  float:left;
  width:510px;
  padding-bottom:10px;
}
#home_pics {
  text-align:right;
  float:left;
  width:215px;
  text-align:right;
  padding-bottom:10px;
}
#home_pics img {
  margin-top:10px;
  padding:1px;
  border:1px solid #999999;
}
#about_text {
  float:left;
  width:510px;
  padding-bottom:10px;
}
#about_pics {
  text-align:right;
  float:left;
  width:215px;
  text-align:right;
  padding-bottom:10px;
}
#about_pics img {
  margin-top:10px;
  padding:1px;
  border:1px solid #999999;
}
/* gallery */
#gallery .gallery_image {
  position:relative;
  width:164px;
  height:164px;
  margin:7px;
  float:left;
  border:1px solid #cccccc;
}
#gallery .gallery_image img {
  position:absolute;
  top:50%;
  left:50%;
}