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

body {
	text-align: center;
	color: white;
	background-color: #390d02;
	font-family: verdana, sans-serif;
	font-size: 11px;
}
#wrapper {
	text-align: left;
	width: 778px;
	position: relative;
	border: 5px solid #750306;
	background-color: #c02d3b;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

#nav {
	color: #c02d3b;
	background-color: #c02d3b;
	height: 100px;
	width: 350px;
	position: absolute;
	top: 240px;
	margin: 0px;
	left: 38px;
}
#nav a {
  text-decoration: none;
  color: black;
}
#nav a.currentpage{
	color: #F3DE71;
}
#nav a:hover {
	color: #F3DE71;
}
#wrapper .clear.spacer a {
	text-decoration: none;
}
#wrapper .clear.spacer a:hover {
	color: #f3de71;
}
#nav li {
	_height: 1%;
	background-image: url(images/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 16px;
	padding-left: 110px;
}
#nav li.last {
  background: bottom left url(images/nav_bg_last.jpg) no-repeat;
}
#gallery img {
	display: block;
}
h1 {
	height: 400px;
	color: black;
	font-weight: normal;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	width: 778px;
}
h1 span {
  display: block;
}
h1 em {
  font-style: normal;
  color: white;
  padding-right: 3px;
}
h1 .hone {
  padding: 65px 0 0 58px;
  font: 50px Keaton, "Arial Narrow", "Tahoma", arial, sans-serif;
}
h1 .htwo {
  position: relative;
  top: -0.5em;
  left: 7.5em;
  font-size: 18px;
}
h1 .hthree {
  position: relative;
  top: -1.0em;
  left: 4.5em;
  font-size: 12px;
  letter-spacing: 2px;
  color: #E3C0C1;
}
h2 {
	font-weight: normal;
	font-style: italic;
	color: #B65D58;
	background-image: url(images/dot.png);
	background-repeat: no-repeat;
	background-position: 79px 0.5px;
	background-color: #7F0306;
	width: 258px;
	padding-left: 6px;
	margin-left: 6px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
}
h3 {
	font-weight: normal;
	font-style: italic;
	color: #B65D58;
	background-image: url(images/dot.png);
	background-repeat: no-repeat;
	background-position: 242px 0.5px;
	background-color: #7F0306;
	width: 430px;
	margin-left: 2px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	height: 25px;
	padding-top: 4px;
	padding-left: 5px;
}
h3 em {
	color: #ECD671;
}
h2 em {
	color: #ECD671;
}

#body-left {
	float: left;
	width: 278px;
	padding-left: 28px;
}
#gallery {
	border: 1px solid #9F0408;
	height: 279px;
	position: relative;
	background-color: #750306;
	margin-top: 13px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 6px;
}
#gallery a {
	text-decoration: none;
	color: #F3DE71;
}
.gal {
	background: #9F0408;
	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: 430px;
	padding-left: 5px;
	padding-right: 5px;
}

#footer {
	text-align: center;
	color: #F3DE71;
	border-top: 1px solid #983234;
	padding: 6px 25px 20px 0;
}
.spacer {
	height: 18px;
	text-align: center;
}
