html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #603813;
}
a:hover {
	color: #FFFFFF;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
background-image: url('http://www.creepyhollows.com/images/why.jpg');
background-repeat: no-repeat;
background-color:#F4E8B8;
	text-align: left;
	font: 12px verdana, arial, sans-serif;
	color: #603813;
	padding-bottom: 10px;
}

/** layout **/
#body {
  padding-top: 3px;
  background-color:#000000;
  background-repeat: no-repeat
}

#wrapper {
	text-align: left;
	margin: 37px auto;
	width: 850px;
	background: #000000;
  	position: relative;
}

#banner {
  position: absolute;
  top: 12px;
  left: 360px;
  width: 625px;
  height: 180px;
    color: #603813;
}

#logo {	
  position: absolute;
  top: 12px;
  left: 25px;
  width: 325px;
  height: 200px
  color: #603813;
}

#links {	
  position: absolute;
  left: 5px;
  top: 280px;
  width: 205px;
  height: 500px
  color: #603813;
  font-weight: bold;
}

#article {	
  position: absolute;
  left: 250px;
  top: 290px;
  width: 695px;
  color: #603813;
  
}


#links li {
  list-style: none;
  font-size: 12px;
  padding: 5px 0 8px 20px;
}  

#desc {	
  background: #000000;
  position: absolute;
  left: 235px;
  top: 210px;
  width: 750px;
  height: 500px
  color: #603813;
}

#add {	
  background: #000000;
  position: absolute;
  left: 5px;
  top: 700px;
  width: 205px;
  height: 300px
  color: #603813;
}

.more a {
  font-size: 12px;
  color: #000;
  text-decoration: none;
}
.more a:hover {
  text-decoration: underline;
}

h3 {
  font: bold 14px "arial narrow", arial, sans-serif; 
  color: #603813;
}

h2 {
  font: 18px "arial narrow", arial, sans-serif; 
  color: #603813;
  padding-bottom: 10px;
}

#bottom {
  color: #603813;
  top: 700px;
  text-align: center;
  font-size: 9px;
  padding: 3px;
}