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

td.catno {
	width: 90px;
}

td.catdesc {
	width: 450px;
}

td.catamount {
	width: 115px;
}


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

#wrapper-left {
	text-align: left;
	float: left;
	margin: 15px auto;
	width: 320px;
	position: relative;
}

#body-left {
	width: 320x;
	padding-left: 28px;
}

#wrapper-right {
	text-align: left;
	float: right;
	position: relative;
	margin: 15px auto;
	width: 360px;
	top: 100px;
}

#wrapper-right-nopic {
	text-align: left;
	float: right;
	position: relative;
	margin: 15px auto;
	width: 360px;
}

#body-right {
	width: 360px;
	padding-top: 15px;
	padding-right: 22px;
	padding-bottom: 65px;
}

#head-1 {
	
	width: 333px;
	height: 254px;
	top: 8px;
	left: 445px;
	position: absolute;
}

#nav {
	margin: 11px 0 25px 05px;
	width: 340px;
	color: #C15D4B;
}
#nav a {
  text-decoration: none;
  color: white;
}
#nav li {
  background: bottom left url(images/nav_bg.jpg) no-repeat;
  _height: 1%;
  padding: 8px 12px 16px 120px;
  margin: 0;
  font: 14px;
  list-style: none;
}
#nav li.last {
  background: bottom left url(images/nav_bg_last.jpg) no-repeat;
}
#gallery img {
	display: block;
}
h1 {
  height: 172px;
  background: url(images/logo.jpg) no-repeat;
  color: black;
  font-weight: normal;
}
h1 span {
  display: block;
}
h1 em {
  font-style: normal;
  color: white;
  padding-right: 3px;
}
h1 .hone {
  padding: 0px 0px 10px 12px;
  width: 820px;
  font: 50px Keaton, "Arial Narrow", "Tahoma", arial, sans-serif;
}
h1 .htwo {
  position: relative;
  top: .5em;
  left: 7.5em;
  width: 275px;
  font-size: 18px;
}
h1 .hthree {
  padding: 25px 0px 10px 12px;
  position: relative;
  top: -1.0em;
  left: 4.5em;
  font-size: 12px;
  letter-spacing: 2px;
  color: #E3C0C1;
}
h2 {
  background: 135px 0.5em url(images/dot_dot_dash.jpg) no-repeat;
  font: 24px verdana, sans-serif;
  font-weight: normal;
  font-style: italic;
  color: black;
}
h2 em {
  color: white;
}

h3 {
  font: 14px verdana, sans-serif;
  font-weight: bold;
  font-style: italic;
  color: white;
}

h4 {
  font: 16px verdana, sans-serif;
  font-weight: bold;
  color: white;
}

#gallery {
	border: 1px solid #9F0408;
	background: #750306;
	margin: 13px 10px 0px 5px;
	height: 271px;
	width: 345px;
	position: relative;
}
.gal {
	background: #9F0408;
	padding: 4px;
	position: absolute;
	height: 77px;
}
#gzero {
	top: 5px;
	left: 10px;
	height: 252px;
	width: 252x;
}

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

