html, body {height:100%}
body {
padding:0;
margin:0;
background:#CCC url(images/hornleftbg.jpg) no-repeat left top;/* this sets the backgroun colour for the left div*/
color: #000000;
}	
#outer{
height:100%;
min-height:100%;
margin-left:150px;
margin-right:150px;
background:#f0f0f0;/*background colour of the centre div*/
border-left:1px solid #000;
border-right:1px solid #000;
margin-bottom:-26px;
color: #000000;
}
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/

#header{
position:absolute;
top:0;
left:0;
width:100%;
margin:0;
padding:0;
height:84px;
background:#339;
overflow:hidden;
color: #000000;
}

#left {
	position:relative;
	width:150px;
	float:left;
	margin-left:-149px;
	padding-top:107px;
	overflow:hidden;


}

#nav {
	position:absolute;
	top: 84px;
	width:100%;
	height:23px;
	z-index: 0;
	/*background-color: #B6BB9D;*/
	background:#C93;
	overflow:hidden;

}
* html #left {padding-bottom:25px ;margin-right:-3px;}/*fix gap in ie next to float and clear footer because we've moved float too far left*/
#left p {padding-left:3px;padding-right:2px}
#right p {padding-left:3px;padding-right:2px}

#right {
	position:relative;
	width:150px;
	float:right;
	margin-right:-149px;
	padding-top:107px;
	overflow:hidden;
	text-align: right;
}
#footer {
	clear:both;
	height:25px;
	background-color: #CCC;
	color: #000000;
	border-top:1px solid #000;
	text-align:center;
	position:relative;
	padding-right:20;
	padding-left:20;
	border-right: none #000;
	border-bottom: 1px solid #000;
	border-left: none #000;

}
* html #footer {/*only ie gets this style*/
\height:27px;/* for ie5 */
he\ight:25px;/* for ie6 */
}
/*#title{
	height:30px;
	position:absolute;
	left: 0px;
	top: 107px;
	padding-left: 200px;
}
*/
#clearheader{height:107px;}/*needed to make room for header*/
#clearfooter{clear:both;height:15px;}/*needed to make room for footer*/
div,p {margin-top:0}/*clear top margin for mozilla*/
* html #centrecontent {height:1%;margin-bottom:12px}/* combat IE's 3 pixel jog */
#centrecontent {
	padding: 20px;
	

}
