body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: arial, sans-serif;
  font-size: 12px;
	background: url(assets/bg.jpg) repeat #8B5824;
}
a:link {color: #c5531e;}
a:visited {color: #c5531e; }
a:hover {color: black; }
a:active {color: #c5531e; }

img {border: 0;}
#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	background: url(assets/wrapperBg.gif);
	}
#top {
	height: 200px;
	background: url(assets/topBg.jpg) no-repeat;
	position: relative;}
#nav {
	position: absolute;
	top: 160px;
	}	
#nav ul, #nav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	
	}
#nav li {float: left;}	
#nav a {
	display: block;
	padding: 10px 36px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}		
#nav a:link {color: white;}
#nav a:visited {color: white;}
#nav a:hover {color: #414236;}
#nav a:active {color: white;}

/* Subnav */
#subnav {
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: url(assets/navBg.gif) repeat-y;
	height: 1%;
	overflow: hidden;
	}
#subnav h2 {
	margin: 0;
	color: #552214;
	font-size: 13px;
	padding: 12px 12px 6px 12px;
	}	
#subnav ul, #subnav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	zoom: 1; /* IE6 bug */
	}
#subnav ul {
	margin: 0 6px;
	}
#subnav ul ul {margin: 0;}	
#subnav a {
	display: block;
	font-weight: bold;
	padding: 6px;
	border-bottom: 1px solid #552214;
	text-decoration: none;
	}	
#subnav a:link 		{color: #bc6700; }
#subnav a:visited {color: #bc6700; }
#subnav a:hover 	{color: #552214; background: #94602E; background: white; }
#subnav a:active 	{color: #bc6700; }

#subnav ul ul a {padding-left: 20px;}
#subnav ul li#current a {background: white;}

#main {
	float: right;
	position: relative;
	width: 591px;
	margin: 8px 8px 8px 0;
	border: 1px solid #b86401;
	background: white;
	display: inline; /* double margin bug IE6 */
	
	}
#content {
	margin: 20px;
	}	
#column {
	float: left;
	position: relative;
	width: 154px;
	margin-top: 8px;
	}

/* Toolbopx Stuff */
h1, h2 {
	color: #566441;
	font-size: 15px;
	}
.listing {
	clear: both;
	}	
.imageleft, .imageright {
	position: relative;
	}
.imageleft {
	float: left;
	margin: 0 15px 15px 0;
	}
.imageright {
	float: right;
	margin: 0 0 15px 15px;
	}

/* Bottom Area */
#bottom {
	background: url(assets/logoBottom.gif) no-repeat 7px 11px #8b5824;
	padding-top: 52px;
	padding-left: 11px;
	padding-bottom: 20px;
	clear: both;
	color: white;
	zoom: 1;  /*haslayout for ie6 bg bug */
	
	}
#bottom a:link {color: white;}
#bottom a:visited {color: white;}
#bottom a:hover {color: white;}
#bottom a:active {color: white;}
		