/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:951px;/* for mozilla*/
	color: #ffffff;
	background-color: #1C1C1C;
	background-image: url(../images/bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#outer{
	height:100%;
	min-height:100%;
	width:951px;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
/*	background-image: url(../images/bg_outer.gif); */
/*	background-repeat: repeat-y; */
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:951px;
	margin-top: 15px;
}
#header{
	position:absolute;
	top:0;
	width:949px;
	height:82px;
	margin-top: 15px;
	background-color: #000000;
	overflow:hidden;
	color: #000000;
	z-index:100;
	border-top: 1px solid #6F6D6A;
	border-left: 1px solid #6F6D6A;
	border-right: 1px solid #6F6D6A;
}
#logo {float: left; margin-top: 13px; margin-left: 20px;}
#hdr_nav {
	list-style-type: none;
	font-size: 10px;
	font-weight: bold;
	float: right;
	margin-top: 45px;
	margin-right: 25px;
}
#hdr_nav li {
	float: left;
}
#hdr_nav li a {
	color: #ffffff;
	text-decoration: none;
	margin-left: 20px;
}
#left {
	position:relative;/*ie needs this to show float */
	width:0;
	float:left;
	padding-top:72px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
}

#right {
	position:relative;/*ie needs this to show float */
	width:0;
	float:right;
	padding-top:72px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
}

#footer {
	width:931px;
	clear:both;
	height:40px;
	color: #ffffff;
	left:0;
/*	bottom:0; */
	position: absolute;
	padding: 10px 10px 0 10px;
	border-top: 1px solid #6F6D6A;
}
* html #footer {/*only ie gets this style*/
	height:40px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centre {
	width:949px;
	float:right;
	padding-top:82px;
	padding-bottom:32px;/* needed to make room for footer */
	color: #ffffff;
	background-color: #000000;
	border-left: 1px solid #6F6D6A;
	border-right: 1px solid #6F6D6A;
}
#centre a {
	color: #4B6319;
}
#centre_left {
	float: left;
	width: 427px;
	padding-left: 22px;
}
#centre_right {
	float: right;
	padding-top: 80px;
	padding-right: 25px;
	width: 475px;
}
#centre_right #tool_use {
	margin-bottom: 15px;
}
#centre_right #tool_use img {
	margin-right: 10px;
	border: 1px solid #81807D;
}
#centre_right #tool_use img.last {
	margin-right: 0;
}


#clearfooter {width:100%;height:0px;clear:both} /* to clear footer */