html, body, ul, li, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	border: 0;
}
a {
	color: #FF6600;
}
a:hover {
	color: #FF9933;
}
.clear {
	clear: both;
}

body {
	background: #020104 url(images/bodybg.gif) repeat-x;
	text-align: center;
	font: 11px verdana, sans-serif;
}

#header {
	width: 888px;
	height: 351px;
	display:block;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	position:relative;
}

#wrapper {
    background: url(images/bg.jpg);
	text-align: left;
	margin: 15px auto;
	width: 888px;
	position: relative;
	display:block;
}
#head-1 {
	width: 409px;
	height: 400px;
	top: 400px;
	left: 10px;
	position: absolute;
	float: left;
}

h1 {
  height: 172px;
  background: url(images/bg.jpg) no-repeat;
  color: black;
  font-weight: normal;
}
h1 span {
  display: block;
}
h1 em {
  font-style: normal;
  color: #FF6600;
  padding-right: 3px;
}
h1 .hone {
  padding: 65px 0 0 58px;
  font: 50px Keaton, "Arial Narrow", "Tahoma", arial, sans-serif;
  font-style: normal;
}
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 {
  background: #E1D7B2;
  font: 24px verdana, sans-serif;
  font-weight: normal;
  font-style: italic;
  color: black;
}
h2 em {
  color: #FF6600;
}

#body-left {
	float: left;
	width: 278px;
	padding-left: 28px;
}

#body-right {
	float: right;
	width: 388px;
	padding-right: 22px;
	padding-bottom: 0px;
	padding-top: 25px;
}

#footer {
	margin-left:5px;
	display:block;
	width: 878px;
	height:67px;
    background: url(images/footerbg.gif) repeat-x;
}
#footer p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform:none;
	color: #f1e6c0;
	text-decoration: none;
	text-align:center;
	padding-top:20px;
}

.spacer {
	height: 18px;
}

.menu1 {
padding: 0 0 0 32px;
margin-left:5px;
list-style:none; 
height:35px;
width: 846px;
background:#fff url(menu/button1.gif);
position:relative;  
border-width:0 1px; 
border-bottom:1px solid #000;

}

.menu1 li {
float:left;
}

.menu1 li a {
display: block; 
float: left;
height: 35px; 
line-height: 35px; 
color: #FFF; 
text-decoration: none; 
font-size: 12px; 
font-family: Arial, Verdana, Sans-serif; 
font-weight: bold; 
text-align: center; 
padding: 0 0 0 8px; 
cursor: pointer;
}

.menu1 li a b {
float:left; 
display:block; 
padding:0 16px 0 8px;
}

.menu1 li.current a {
color:#fff; 
background:url(menu/button3.gif);
}

.menu1 li.current a b {
background:url(menu/button3.gif) no-repeat right top;
}

.menu1 li a:hover {
color:#fff; 
background:#000 url(menu/button2.gif);
}

.menu1 li a:hover b {
background:url(menu/button2.gif) no-repeat right top;
}

.menu1 li.current a:hover {
color:#fff; 
background:#000 url(menu/button3.gif); 
cursor:default;
}

.menu1 li.current a:hover b {
background:url(menu/button3.gif) no-repeat right top;
}