body {
	font-family : verdana, tahoma, arial, helvetica, sans-serif;
	color : #78726b;
	font-size : 12px;
	background-color : #3c362b;
	margin:0px;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

h1 {
	color: 5f584c;
	font-size : 14px;
}

table {
	border : 0px;
	border-spacing: 0px;
	padding: 0px;
}

td {
	color :#78726b;
	font-size : 12px;
	font-family : verdana, tahoma, arial, helvetica, sans-serif;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.item {
	background-color: #140e02;
	border : 0px solid #78726b;
}

a {
	text-decoration : none;
	color : #FFFFFF;
}

a:hover {
	text-decoration : none;
	color : #CCCCCC;
}

#itemdetail {
	margin: 5px;
	height: 20px;
}

#itemdetail a {
	text-decoration : none;
}

.menu {
	border : 0px solid #CCCCCC;
	horizontal-align: middle;
	padding-bottom : 12px;
}

#divHVcentered {
	position:absolute;
	top: 15px;
	left: 50%;
	width:760px;
	margin-left: -380px;
	margin-top: 0px;
	border: 0px none #FFFFFF;
	background-color: #140e02;
	padding :0px;
    display:inline-block;
}

#header {
  background: #140e02;
  position: relative;
  width: 760px;
  height: 135px;
  background-image: url(images/header.jpg); 
  background-repeat: no-repeat;  
  display:inline-block;
  clear:both;
}
#mainimage{
  background: #140e02;
  position: relative;
  width: 760px;
  height: 135px;
  background-repeat: no-repeat;  
  display:inline-block;
}
#nav{ 
	position: absolute;
	top: 112px;
	left: 100px;
	width: 660px;
	height: 23px;
	background: transparent;
	padding-bottom: 0px;
}	
#nav img {vertical-align: bottom;}
#nav ul {list-style-type:none;	margin:0px; padding:0px; white-space:nowrap;}
#nav li {display:inline;}
#nav li a {
  color: #5f584c;
  padding: 4px 22px 2px 22px;
  font-weight: bold;
  font-size: 15px;
  font-family: Arial, Verdana, Tahoma, Helvetica, Sans-serif;
  text-decoration: none;
  float: left;
  border: solid #ab8852;
  border-width: 0px 0px 0px 0px;
}
#nav li a:hover {
	color: #ffffff;
	background-color: #140e02;	
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;	
}
#nav .lihover {
	color: #ffffff;
	background-color: #140e02;	
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;	
}
.clear{float: left;clear: left;}

#content {
  width: 760px;  
  background-color: #140e02;
  color: #b1aaab;
  padding: 20px 0px 0px 0px;
  display:block;
  clear:both;  
}

#contentText {
  color: #b1aaab;
  padding : 0px 20px 20px 20px;
  height : 450px;
  width : 480px;
  margin-left :120px;
}

#footer {
  position: relative;
  background-color: #3c362b;
  color: #d5cccd;	
  width:760px;
  padding: 5px 0px 0px 0px;
  text-align:center;
  height:30px;
}



