html, body, ul, li, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	border: 0;
}
a {
	color: #fff;
}
a:hover {
	color: white;
}
.clear {
	clear: both;
}

body {
	background: #333333 ;
	text-align: center;
	color: #333;
	font: 11px verdana, sans-serif;
}

.logo {
	width: 145px;
	height: 154px;
	background: url(../img/logo.gif);
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	width: 778px;
	position: relative;
	background: maroon url(../img/img05.gif) repeat-y;
	/*border: 5px solid #346633;*/
}
#head-1 {
	/*background: url(../img/head_1.jpg) no-repeat;*/
	width: 409px;
	height: 386px;
	top: 0;
	left: 369px;
	position: absolute;
}
#head-2 {
	background: url(../img/head_2.jpg) no-repeat;
	width: 156px;
	height: 38px;
	top: 386px;
	left: 622px;
	position: absolute;
}

#nav {
	width: 260px;
	margin: 11px 0 25px 35px;
	color: #C15D4B;
}
#nav a {
  text-decoration: none;
  color: black;
  text-transform: uppercase;
}

#nav a:hover, #nav .active a {
  color: #980065;
}

#nav li {
  /*background: bottom left url(../img/nav_bg.jpg) no-repeat;
  _height: 1%;*/
  padding: 12px 12px 12px 110px;
  border-bottom: 1px solid #346633 ;
}
#nav li.last {
  /*
  background: bottom left url(../img/nav_bg_last.jpg) no-repeat;
  */
}
#gallery img {
	display: block;
}

.header {
	margin: 0px 15px 0px 15px;
	border-top: 10px solid #346633;
	/*background: url(../img/bg.jpg);+*/
}

.topimg {
	display: none;
}

.header h1 {
  height: 122px;
  /*background: url(../img/logo.jpg) no-repeat;*/
  color: black;
  font-weight: normal;
}
.header h1 span {
  display: block;
}
.header h1 em {
  font-style: normal;
  color: #346633 ;
  padding-right: 3px;
}
.header h1 .hone {
  padding: 15px 0 0 30px;
  font: 50px Keaton, "Arial Narrow", "Tahoma", arial, sans-serif;
}
.header h1 .htwo {
  position: relative;
  top: -0.5em;
  left: 7.5em;
  font-size: 18px;
}
.header h1 .hthree {
  position: relative;
  top: -1.0em;
  left: 4.5em;
  font-size: 12px;
  letter-spacing: 2px;
  color: #a0d19f;
}
h2, #body-right h1 {
  font: 24px verdana, sans-serif;
  font-weight: normal;
  color: black;
}
h2 em {
  font-style: normal;
  color: #980065 ;
}

#body-left {
	float: left;
	width: 278px;
	padding-left: 30px;
}
#gallery {
	border: 1px solid #980065;
	background: #a0d19f;
	margin: 13px 10px 0 6px;
	height: 261px;
	position: relative;
}
.gal {
	background: #980065;
	padding: 4px;
	position: absolute;
}
#gzero {
	top: 13px;
	left: 15px;
	width: 221px;
}
#gone {
	top: 200px;
	left: 15px;
	width: 57px;
}
#gtwo {
	top: 200px;
	left: 98px;
	width: 57px;
}
#gthree {
	top: 200px;
	left: 179px;
	width: 57px;
}

#body-right {
	float: right;
	width: 388px;
	padding-right: 47px;
	margin-top: -120px;
	position: relative;
}

#left {
	float: left;
	width: 310px;
}

#footer {
	text-align: right;
	color: #a0d19f;
	border-top: 1px solid #CCC;
	padding: 10px 25px 10px 0;
}

#footer a{
	color: #a0d19f;
}

#footer a:hover{
	color: #346633;
}

.spacer {
	height: 18px;
}
