body {
	margin: 0;
	padding: 25px 25px 25px 25px;
	width: 100%;
	font: 90%/1.75em "Georgia", serif;
	background: white;
	vertical-align: middle;
	}
#wrap {
	margin: 0 auto;
	width: 770px;
	}
h1 {
	margin: 0 6px;
	padding: 0 0 .5em 0;
	font-style: normal;
	font-weight: bold;
	font-size: 175%;
	line-height: 2.375em;
	color: white;
	}

h2 {
	margin: -5px;
	padding-top: 10px;
	font-variant: small-caps;
	line-height: 2.25em;
	color: #a34503;
	font: 140%/2.5em "Georgia", serif;
	border-bottom: 3px double grey;
	}
h3 {
	color: ae4503;
	margin: 0;
	padding: 0;
	font: 90%/2em "Verdana", sans-serif;
	font-variant: small-caps;
	border-bottom: 2px dotted #ae4503;
	font-weight: bold;
	}
h4 {
	margin-top: -10px;
	padding-left: 15px;
	padding-top: -5px;
	font: 90%/2.0em "Georgia", serif;
	font-style: italic;
	}
h5 {
	margin-top: -10px;
	font-weight: bold;
	padding-left: 10px;
	}
h4 a{
	text-decoration: none;
	}
#header {
	margin: 0;
	padding-top: 5px;
	line-height: 1.25em;
	width: 767px;
	height: 220px;
	background: #ae4503 url(..//images/head_full.jpg) no-repeat;
	font-family: Georgia, serif;
	font-variant: small-caps;
	}
#header span {
	text-transform: small-caps;
	}
#header img{
	padding-right: 20px;
	padding-top: 20px;
	float: right;
	clear: left;
	}

/* NAVIGATION */

#nav {
  margin: 0;
  padding: 0;
  background: #70a446;
  list-style-type: none;
  width: 767px;    
  float: left; 

}
#nav li {
  margin: 0;
  padding: 0;
  float: left;
}
#nav a {
  float: left;
  width: 127px;
  color: #FFF;
  text-decoration: none;
  line-height: 2;
  text-align: center;
  border-right: 1px solid #FFF;
}
#nav #nav_contact a {
  border: none;
}
#nav a:hover {
  background: #314221;
}
#body_home #nav_home a, #body_biomax #nav_biomax a,
    #body_photos #nav_photos a,#body_about #nav_about a,
    #body_contact #nav_contact a,
    #body_events #nav_events a {
  background: #BEB06F;
  color: #ae4503;
  font-weight: bold;
}

/* CONTENT */
#content {
	margin: 0;
	padding: 20px 10px 10px 10px;
	width: 747px;
	background: white;
	line-height: 1.5em;
	}
#content p a{
	text-decoration: none;
	}

/* FOOTER */

#footer {
	margin: 0;
	padding: 10px 15px 15px 15px;
	width: 737px;
	height: 25px;
	clear: left;
	text-align: center;
	background-color: white;
	border-top: 3px double #ccc;
	background: #70a446 url(..//images//footer_bottom.png) no-repeat bottom left;
	}
#footer p {
	margin: 0;
	padding: 0;
	line-height: 2em;
	color: white;
	font-variant: small-caps;
	}

/* PHOTOS With transparent captions */

.captioned_photo {
	position: relative;
	float: right;
	margin: .5em 0 .5em 1.25em;
	padding: 0;
	border: 3px double #4d4d4d;
	line-height: 1em;
	}
.captioned_photo p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(..//images/caption-white.png);
	font: .75em/1.25em Verdana, sans-serif;
	letter-spacing:.05em;
	color: #000;
	}
.captioned_photo p span {
	display: block;
	padding: .75em;
	}
.captioned_photo img {
	margin: 0;
	padding: 0;
	display: block;
	}

/* CONTACT PAGE Fields */
fieldset
{
	float: left;
	clear: left;
	width: 100%;
	margin: 0 0 1.5em 0;
	padding: 0;
	border: 1px solid #BFBAB0;
	background-color: #F2EFE9;
	background-image: url(images/fieldset_gradient.jpg);
	background-repeat: repeat-x;
}

legend
{
	margin-left: 1em;
	padding: 0;
	color: #000000;
	font-weight: bold;
}

fieldset ol
{
	padding: 1em 1em 0 1em;
	list-style: none;
	zoom: 1;
}

fieldset li
{
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
}

label
{
	float: left;
	width: 10em;
	margin-right: 1em;
}

fieldset.submit
{
	float: none;
	width: auto;
	border-style: none;
	padding-left: 12em;
	background-color: transparent;
	background-image: none;
}

