body {
  width:100%;
  position:relative;
  background-image:url(../images/back.jpg);
}

.main {
	width:1000px;
	margin:0 auto;
	border:1px solid black;
	background-color:white;
	background-image:url(../images/back-trans.jpg);
}

.navigation {
	width:190px;
	text-align:center;
	float:left;
}

.navigation img {
	margin-top:10px;
	
}

.center-header {
	background-color:#233e2d;
	width:620px;
	height:115px;
	float:left;
	position:relative;
	text-align:center;
	color:white;
}

.center-header img {
	position:absolute;
}

.center-header .left {
	top:10px;
	left:10px;
}

.center-header .right {
	top:10px;
	right:10px;
}

.mid-section {
	width:346px;
	margin:0 auto;
	border-left:1px solid #bec9c2;
	border-right:1px solid #bec9c2;
	height:82px;
}

.mid-section .fill {
	width:326px;
	margin:0 auto;
	background-color:#233e2d;
	height:100%;
	text-align:center;
	position:relative;
	z-index:1;
}

.mid-section .fill  img {
	margin-top:10px;
}

.banner {
	width:100%;
	margin:0 auto;
	border-top:1px solid #bec9c2;
	border-bottom:1px solid #bec9c2;
	height:160px;
	position:relative;
	top:-11px;
	z-index:0;
}

.banner .fill {
	height:140px;
	background-color:#233e2d;
	width:100%;
	position:relative;
	top:10px;
}

.banner .fill .left {
	float:left;
	margin-top:10px;
	width:320px;
	text-align:left;
	color:white;
}

.banner .fill .left img {
	margin-left:10px;
}

.banner .fill .left h2 {
	font-family:Arial, Helvetica, sans-serif;/*:serif, "Times New Roman", Times, "Trebuchet MS";*/
	font-size:20px;
	margin-top:10px;
	margin-bottom:0px;
	margin-left:20px;
	font-weight:normal;
}

.banner .fill .left h3 {
	font-family:Arial, Helvetica, sans-serif;/*:serif, "Times New Roman", Times, "Trebuchet MS";*/
	font-size:16px;margin-bottom:0px;
	margin-top:0px;
	margin-left:20px;
	font-weight:normal;
}

.banner .fill .right {
	width:320px;
	text-align:center;
	float:right;
	margin-top:10px;
}

.footer {
	width:100%;
	margin:0 auto;
	border-top:1px solid #bec9c2;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	margin-top:10px;
	margin-bottom:2px;
}

.footer , .footer a, .footer a:hover, .footer a:link, .footer a:visited {
	color:#2A5F00;
}

.lower {
	width:100%;
	text-align:center;
}

.content {
    float:left;
	min-height:200px;
	width:680px;
	text-align:justify;
	padding:20px;
	padding-left:40px;
	padding-right:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.gallery-link {
	float:left;
	width:200px;
	text-align:center;
}

.gallery-link img {
	margin:10px;
}

h2 {
  margin-top:-5px;
}