html, body, ul, li, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	border: 0;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #F2AB9E;
	text-decoration: underline;
}
.clear {
	clear: both;
}

body {
	background: black;
	text-align: center;
	color: white;
	font: 11px verdana, sans-serif;
}
#wrapper {
	text-align: left;
	margin: 15px auto;
	width: 778px;
	position: relative;
	background: maroon url(images/bg.jpg) repeat-y;
	border: 5px solid #750306;
}
#head-1 {
	background: url(images/head_1.jpg) no-repeat;
	width: 409px;
	height: 386px;
	top: 0;
	left: 369px;
	position: absolute;
}
#head-2 {
	background: url(images/head_2.jpg) no-repeat;
	width: 156px;
	height: 38px;
	top: 386px;
	left: 622px;
	position: absolute;
}

#nav {
    top: 21px;
	left: 0px;
	position: relative;
    width: 255px;
	padding: 21px 0 25px 35px;
	color: #C15D4B;
}
#nav a {
  text-decoration: none;
  color: black;
}
#nav li {
  background: center left url(images/nav_bg.jpg) no-repeat;
  padding: 6px 12px 18px 110px;
}
#nav li:hover {
    background: center left url(images/nav_bg_hov.jpg) no-repeat;
}
#nav li.last {
  background: center left url(images/nav_bg_last.jpg) no-repeat;
}
#nav li.last:hover {
  background: center left url(images/nav_bg_last_hov.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: 65px 0 0 60px;
  font: 50px Keaton, "Arial Narrow", "Tahoma", arial, sans-serif;
}
h1 .htwo {
  position: relative;
  top: -0.4em;
  left: 7em;
  font-size: 18px;
  letter-spacing: 2px;
}
h1 .hthree {
  position: relative;
  top: -0.4em;
  left: 4.8em;
  font-size: 12px;
  letter-spacing: 2px;
  color: #E3C0C1;;
}
h2 {
  background: 120px 0.5em url(images/dot_dot_dash.jpg) no-repeat;
  font: 24px verdana, sans-serif;
  font-weight: normal;
  font-style: italic;
  color: black;
  padding: 0px 0px 0px 8px;
}
h2 em {
  color: white;
}
h2.wellcome {
    background: 175px 0.5em url(images/dot_dot_dash.jpg) no-repeat;
}

#body-left {
	float: left;
	width: 278px;
	padding-left: 28px;
}
#gallery {
	border: 1px solid #9F0408;
	background: #750306;
	margin: 13px 10px 0 6px;
	height: 326px;
	position: relative;
}
.gal {
	background: #9F0408;
	padding: 4px;
	position: absolute;
}
.gal img {
    cursor: pointer;
}
#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;
}
#gfour {
	top: 263px;
	left: 15px;
	width: 57px;
}
#gfive {
	top: 263px;
	left: 98px;
	width: 57px;
}
#gsix {
	top: 263px;
	left: 179px;
	width: 57px;
}


#body-right {
	float: right;
	width: 400px;
	padding-right: 22px;
}
.body-text {
    text-align: justify;
	text-indent: 15px;
}
.body-text li {
    list-style: inside url('images/dot.jpg');
    padding: 0px 0px 5px 5px;
}

#footer {
	text-align: right;
	color: #CD3639;
	border-top: 1px solid #983234;
	padding: 6px 25px 20px 0;
}
.spacer {
	height: 18px;
}

.altli {
    background-image: url('images/dot.jpg');
    background-position: top left;
    background-repeat: no-repeat;
    font-weight: bold;
    vertical-align: top;
    padding-left: 20px;
    padding-right: 0px;
    margin: 0px;
    width: 140px;
}
.altli2 {
    text-align: left;
    vertical-align: top;
}

.friend {
    border: 1px solid #9F0408;
    background: #750306;
    padding: 5px;
    float: left;
}