/* CSS Document */

body{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	background-color:#2a1c0d;
	color:#fff;
	margin:0px;
	}
h1, h2, h3, h4, h5, h6{
	color:#c4eb6a;
	}
h3{
	font-size:1.1em;
	}
div{
	padding:5px;
	margin:0px;
	}
a{
	color:#fff;
	text-decoration:none;
	}
a:hover{
	text-decoration:underline;
	}
input, textarea{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	}

label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
}

br {
	clear: left;
}
p{
	line-height:1.3em;
	clear:right;
	}
/* Divs */
#header{
	height:111px;
	width:740px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	background-position:16px 0px;
	}
.link{
	border:#000000 1px solid;
	}
	
.link01{
	width:200px;
	float:left;
	}
.link02{
	width:270px;
	float:right;
	}
#map div{
	padding:0;
	color:#000000;
	}
#nav, #nav li{
	margin:0px;
	padding:0px;
	}
#navigation{
	width:565px;
	margin-left:176px;
	height: 35px;
	}
#navigation ul{	
	padding-top:10px;
	list-style-type:none;
	}
#navigation ul li{
	display:block;
	width:16%;
	float:left;
	text-align:center;
	}
#skull{
	position:fixed;
	width:175px;
	height:490px;
	background-image:url(images/skull.jpg);
	background-repeat:no-repeat;
	padding:0px;
	margin-top:-25px;
	left:0px;
	}
#content, #footer{
	width:565px;
	margin-left:176px;
	}

/* Fix Internet Exploder 6*/
* html #content{
	margin-top:-465px;
	}
#lipsum a{
	color:#c4eb6a;
	}
#footer{
	text-align:right;
	}
/* Classes */
.offLeft {
    position: absolute;
    left: -1000px;
    width: 100px;
 }
 .main{display:block}
.main *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#4a3e30}
.main1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #372a1c;
  border-right:1px solid #372a1c;
  background:#423527}
.main2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #2d1f10;
  border-right:1px solid #2d1f10;
  background:#433729}
.main3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #433729;
  border-right:1px solid #433729;}
.main4{
  border-left:1px solid #372a1c;
  border-right:1px solid #372a1c}
.main5{
  border-left:1px solid #423527;
  border-right:1px solid #423527}
.mainfg{
  background:#4a3e30}
.imgLeft{
	padding:5px;
	float:left;
	}

.imgRight{
	padding:5px;
	float:right;
	}
.mainImg{
	margin-left:20px;
	}
.small{
	font-size:0.7em;
	}
#special{
	background-color:#5e4427;
	padding:5px;
	font-weight:bold;
	text-align:center;
	color:#c4eb6a;
	}
.tote_detail{
	width:150px;
	text-align:center;
	border:#000000 1px solid;
	margin-bottom:20px;
	color:#FFFFFF;
	float:right;
	}
.tote_detail a{
	color:#FFFFFF;
	text-decoration:none;
	}
.tote_detail a:hover{
	text-decoration:underline;
	}