html, body {height:100%}
body {
padding:0;
margin:0;
background:#000066;/* url(images/leftbg.jpg) repeat-y left top this sets the backgroun colour for the left div*/
color: #CCCCCC;
}	
#outer{
height:100%;
min-height:100%;
margin-left:351px;
/*margin-right:156px;*/
background:#000066 url(images/bg.jpg) repeat-y right;/*background colour of the centre div*/
border-left:1px solid #000;
/*border-right:1px solid #000;*/
margin-bottom:-26px;
color: #CCCCCC;
}
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:100px;
background:#000066 url(images/bg.jpg) repeat-y right;
overflow:hidden;
color: #000000;
}

#left {
	position:relative;/*ie needs this to show float */
	width:351px;
	float:left;
	margin-left:-350px;/*must be 1px less than width otherwise won't push footer down */
	padding-top:123px;/*needed to make room for header*/
	overflow:hidden;
}
#nav {
	position:absolute;
	top: 100px;
	width:100%;
	height:23px;
	z-index: 99;
	/*background-color: #B6BB9D;*/
	background:#C93 url(images/navbg.jpg) repeat-y right;
	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}
#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: 123px;
	padding-left: 370px;
}

#clearheader{height:153px;}/*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: 30px;
	margin-right:75px;
	text-align: justify;
	color: #CCCCCC;
}


