html, body, ul, li, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	border: 0;
}
a {
	color: #fff;
}
a:hover {
	color: #ff0;
}
.clear {
	clear: both;
}

body {
	background: #000;
	text-align: center;
	color: white;
	font: 11px verdana, sans-serif;
}
#wrapper {
	text-align: left;
	margin: 2px auto;
	width: 778px;
	position: relative;
	background: #DD9933 url(images/bg.jpg) repeat-y;
	border: 2px solid #BB6600;
}
#head-1 { 
	background: url(images/head_1.jpg) no-repeat;
	width: 340px;
	height: 320px;
	top: 0;
	left: 369px;
	position: absolute;
}

#nav {	
	margin: 12px 0 15px 25px;
	color: #C15D4B;
}
#nav a {
  text-decoration: none;
  color: #F2AB9E;
  font-weight: bold;
}
#nav li {
  background: bottom left url(images/nav_bg.jpg) no-repeat;
  _height: 1%;
  padding: 0px 12px 3px 22px;
}
#nav li.last {
  background: bottom left url(images/nav_bg_last.jpg) no-repeat;
}
#nav li.continued {
  background: bottom left url(images/nav_bg_continued.jpg) no-repeat;
}

#subnav {	
	background: #AA0B0B url(images/subnav_bg.jpg) repeat-y;
	margin: 10px 0 10px 0px;
	color: #F2AB9E;
	text-align: center;
	font-weight: bold;
	padding: 5px;
}
#subnav a {
  text-decoration: none;
  color: #F2AB9E;
  font-weight: bold;
}
#subnav a:hover {
	color: #ff0;
	text-decoration: underline;
}

#gallery img {
	display: block;
}
h1 {
  height: 100px;
  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: 25px 0 3px 25px;
  font: 32px Keaton, "Arial Narrow", "Tahoma", arial, sans-serif;
}
h1 .htwo {
  position: relative;
  top: -0.4em;
  left: 7.5em;
  font-size: 18px;
  font-style: italic;
}
h1 .hthree {
  position: relative;
  top: -0.7em;
  left: 7.0em;
  font-size: 14px;
  letter-spacing: 2px;
  color: #fff;
}
h2 {
  font: 24px verdana, sans-serif;
  font-weight: normal;
  font-style: italic;
  color: black;
}
h2 em {
  color: white;
}
h3 {
  font: 18px verdana, sans-serif;
  font-weight: normal;
  font-style: italic;
  color: black;
}

#body-left { 
	float: left;
	width: 295px;
	padding-left: 20px;
}
#gallery {
	border: 1px solid #BB6600;
	background: #DD8800;
	margin: 5px 5px 0 5px;
	height: 215px;
	position: relative;
}
.gal {
	background: #BB6600;
	padding: 3px;
	position: absolute;
}
#gzero {
	top: 10px;
	left: 10px;
	width: 257px;
}
#gone {
	top: 220px;
	left: 0px;
	width: 85px;
}
#gtwo {
	top: 220px;
	left: 95px;
	width: 85px;
}
#gthree {
	top: 220px;
	left: 190px;
	width: 85px;
}

#video {
	border: 1px solid #BB6600;
	background: #DD8800;
	margin: 5px 5px 0 5px;
	height: 230px;
	position: relative;
}

#vcontain {
	margin: 3px;
	width: 260px;
}

#body-right {
	float: right;
	width: 425px;
	padding-right: 22px;
}

#body-right p {
	text-align: justify;
	text-indent: 2em;
}

#body-whole {
	float: left;
	margin-top: 10px;
	width: 732px;
	padding-left: 22px;
	padding-right: 22px;
}

#body-whole p  {
	text-align: justify;
}
.glossary
{
	margin: 0px 0px 10px 15px;
}

#body-whole ul {
	margin-top: 15px;
}

#body-whole li {
	margin-left: 30px;
	padding: 3px;
	list-style: disc;
}

#body-whole-left {
	float: left;
	width: 110px;
}

#body-whole-right {
	float: right;
	width: 610px;
}

#page-prev {
	float: left;
	width: 130px;
	text-align: left;
}

#page-prev a {
  text-decoration: none;
}

#page-num {
	float: left;
	width: 170px;
	color: #000;
	text-align: center;
}

#page-num a {
  text-decoration: none;
}

#page-next {
	float: right;
	width: 118px;
	text-align: right;
}
#page-next a {
  text-decoration: none;
}

#footnote {
	border-top: 1px solid #F6D791;
	text-align: left;
	color: white;
	font: 10px verdana, sans-serif;
	padding: 5px 0px 0px 0;
}

#footer {
	text-align: right;
	color: #000000;
	border-top: 1px solid #BB6600;
	padding: 6px 25px 20px 0;
}
.spacer {
	height: 18px;
}