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

body {
	background: black;
	text-align: center;
	color: white;
	font: 11px verdana, sans-serif;
}
#wrapper {
	text-align: left;
	margin: 1px auto;
	width: 978px;
	position: relative;
	background: maroon url(/images/bg.jpg) repeat-y;
	border: 5px solid #FFFFFF;
}

#nav {
    top: -4.0em;
	margin: 1px 0 5px 5px;
	color: #ffffff; 
	position: relative;
}
#nav a {
  text-decoration:none;
  color: white;
}
#nav a:hover {
	color: #999999;
}
#nav li {
  background: bottom left url(/images/nav_bg.jpg) no-repeat;
  _height: 1%;
  padding: 8px 5px 16px 45px;
}
#nav li.last {
  background: bottom left url(/images/nav_bg_last.jpg) no-repeat;
}
#gallery img {
	display: block;
}
h1 {
  background: 220px 2.0em url(/images/ini.png) no-repeat;
  height: 172px;
  color: black;
  font-weight: normal;
}
h1 span {
  display: block;
}
h1 em {
  font-style: normal;
  color: white;
  padding-right: 3px;
}
h1 .hone {
  padding: 15px 0 0 58px;
  font: 30px Keaton, "futura", "myriad pro cond", arial, sans-serif;
}
h1 .htwo {
  position: relative;
  top: -0.2em;
  left: 7.0em;
  font-size: 18px;
  color: #ffffff;
 
}
h1 .hthree {
  position: relative;
  top: -1.0em;
  left: 6.5em;
  font-size: 10px;
  letter-spacing: 2px;
  color: #ffffff;
  background: bottom left url(/images/ini.png) no-repeat;
}
h2 {
  top: -1.0em;
  font: 12px verdana, sans-serif;
  font-weight: normal;
  font-style: bold;
  color: black;
  position: relative;
}
h2i {
  font: 14px verdana, sans-serif;
  font-weight: normal;
  font-style: bold;
  color: black;
 }
h2 em {
  color: white;
}

#body-left {
	float: left;
	width: 278px;
	padding-left: 28px;
}
#gallery {
	border: 1px solid #9F0408;
	background: #750306;
	margin: 13px 10px 0 6px;
	height: 261px;
	position: relative;
}
.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: 600px;
	padding-right: 22px;
	top: 147px;
	left: 350px;
	position:absolute;
	height:35px
}

#footer {
	text-align: right;
	color: #ffffff;
	border-top: 1px solid #ffffff;
	padding: 6px 25px 20px 0;
}
.spacer {
	height: 108px;
}


