body {
  font-family: Helvetica, Gill Sans, Verdana, arial, sans-serif;
  font-size: 95%;
  color: #333;
  line-height: 1.5em;
  background-image: url(http://wh.mrnotebook.com/images/web/bg_jungle.gif);
  background-color: #86ac45;
  text-align: center;
}

#page {
  margin: 0 auto 0 auto;
  padding: 0;
  width: 820px;
  text-align: left;
  background: #fff;
}

#border_l{
	background-image: url(http://wh.mrnotebook.com/images/web/edge_vert.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
}
#border_r{
	background-image: url(http://wh.mrnotebook.com/images/web/edge_vert.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
}

#border_b {
  background: url(http://wh.mrnotebook.com/images/web/edge_hori.gif) repeat-x center;
  width: 820px;
  height: 18px;
}

#border_t {
  height: 18px;
  background: top center repeat-x;
  background-image: url(http://wh.mrnotebook.com/images/web/edge_hori.gif);
}
	 
#content {
  /* sets up margin for all divs on page */
  background: #fff;
  width: 784px;
  text-align: left;
  margin-top: 0px;
  margin-left: 18px;
  margin-right: 18px;
  margin-bottom: 0px;
}

#auctitle {
  margin: 0;
  background: #fff;
}

#auctitle h1.pagetitle{
	text-align: center;
	color: #ff0;
   background: #401;
   padding: 14px 0 13px 0;
	font-size: x-large;
}

#pics{
	background: #fff url(http://wh.mrnotebook.com/images/web/picbg.gif) center repeat-x;	
}

#picmunkey{
	background: url(http://wh.mrnotebook.com/images/web/brand.gif) no-repeat right center;
}

#pics .bigpic {
  height: 300px;
  margin-left: 20px;
  margin-top: 0px;
  margin-right: auto;
  border: 2px ridge White;
  }
#pics .littlepic {
  border: 2px ridge White;
  width: 60px;
  height: 60px;
  }
  
  
#columns{
   width: 784px;
	background: #fff url(http://wh.mrnotebook.com/images/web/spacer.gif) repeat-y;
	float: none;
	}

#col_l{
	float: left;
	width: 392px;
	background: #fff;
   margin: 0;
}

#col_r{
	float: right;
	width: 392px;
	margin: 0;
	background: #fff;
}

#copyright{
   height: 15px;
	text-align: center;
	font-size: xx-small;
	width: 784px;
	clear: both;
	margin-bottom: 10px;
}
div.clear {
  clear: both;
  font-size: 0px;
  line-height: 0;
  height: 0;
  border: none;
}
