
* {margin:0;padding:0}
/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 
p {margin:0 0 1em 0;padding:2px}

body {
	
	background: url(images/left-bg.gif) repeat-y left top;
	background-color: #6F3416;
	color: #000;
	position:relative;/* for ie7*/
}
#outer{
	height:100%;
	min-height:100%;
	margin:0 24px 0 138px;
	background:#fff;
	color: #000;
   
}

html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:160px;
	background:#6F3416;
	overflow:hidden;
	color: #fff;
	border-bottom: 15px solid #ffc700;
}
#header a{color:#fff;}
#left {
	position:relative;/*ie needs this to show float */
	width:140px;
	float:left;
	margin-left:-139px;/*must be 1px less than width otherwise won't push footer down in some browsers */
	color:#ffc700;
	left:-1px;
	padding-bottom:82px;/* clear footer*/
}

#right {
	position:relative;/*ie needs this to show float */
	width:25px;
	min-height: 100%;
	float:right;
	margin-right:-24px;/*must be 1px less than width otherwise won't push footer down in some browsers */
	padding-top:177px;/* to clear header*/
	color:#fff;
	background-color: #6f3416;
	left:1px;
	padding-bottom:82px;/* clear footer*/
}
 
#footer {
	width:100%;
	clear:both;
	height:80px;
	background: #ffc700;
	color: #6f3416;
	position:relative;
	margin-top:-80px;/*drag footer from below the fold*/
}
#centercontent {
    background-color: #fff;
	color: #000;
	float:right;
	width:100%;
	position:relative;
	padding-bottom:82px;/* clear footer*/
 margin-left:-1px;
}
.outerwrap {
	float: left;	
	width: 100%;
	padding-top:177px;/* to clear header*/
	margin-right:-3px;/* to stop columns dropping*/
}
h1, h2 { color: navy; padding-top: 25px; padding-bottom: 20px; }

p { text-indent: 1em; padding: 6px; }


#navcontainer { 
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 2;
  margin: 0;
  padding: 0;
  width: 128px;
  }

#navcontainer ul {
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
  font-family: Arial, Helvetica, sans-serif;
  }

#navcontainer li {
  margin-bottom: 8px;
  }

#navcontainer a {
  display: block;
  padding: 5px;
  width: 118px;
  background-color: #ffc700;
  border: 1px solid #666;
  border-left: 0;
  }

#navcontainer a:link, #navlist a:visited {
  color: #6f3416;
  font-weight: 600;
  text-decoration: none;
  }

#navcontainer a:hover {
  background-color: #fff;
  margin-left: 10px;
  border-right: 0;
  border-left: 1px solid #666;
  }

a#current {
  background-color: #fff;
  margin-left: 10px;
  border-right: 0;
  border-left: 1px solid #666;
  }


