


#outer{
	height:100%;
	min-height:100%;
	width:750px;
	background-color:#FFFFFF;
	position:relative;
	text-align:left;
	margin:auto;	
}
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap{
	float:left;
	width:750px;
}
#header{
	position:absolute;
	top:0;
	left:-1px;
	width:748px;
	height:139px;
	background: #00A5D5 url(../graphics/header-background.gif) no-repeat center top;
	overflow:hidden;
	z-index:100;
	text-align:right;	
}
#header p{padding-right:10px;}

#footer{
	width:748px;
	height:40px;
	clear:both;
	left:-1px;
	bottom:0;
	background-color:#00A5D5;
	overflow:hidden;
	/*position:absolute;*/
	text-align:center;
}
*html #footer{
	\height:42px;
	he\ight:40px;
}
div,p {margin-top:0}
#centrecontent{
	width:650px;
	float:left;
	padding-top:147px;
	padding-bottom:40px;
	padding-left:50px;
		
	background-color:#FFFFFF;
	text-align:left;
}

#clearfooter{width:100%;height:42px;clear:both}

*html #headermenu{
	/* padding-top:11px; */
}
#headermenu{
	/* padding-top:18px; */
}
*html #footermenu{
	padding-top:0;		
}
#footermenu{
	padding-top:8px;
}