/*Layout stylesheet*/
body{
	padding:0;
	margin:0;
	text-align:center;
	min-width:925px;
	background:url(../graphics/header-bg.gif) repeat-x;
	background-position:center top;	
	background-color:#01184C;
}

#outer{
	width:925px;
	margin:auto;
	position:relative;
	z-index:50;
}
html>body #outer{height:auto;}

#innerwrap{
	width:756px;
	float:left;
	background:url(../graphics/menu_tile.gif) repeat-y;
	background-position:left;			
}

#header{	
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	width:925px;	
	height:140px;	
	text-align:left;
}
#left{
	position:relative;/*ie needs this to show float */
	width:176px;
	float:left;
	padding-top:140px;/*needed to make room for header*/
	background:url(../graphics/menu_tile.gif) repeat-y;	
	}
#right{
	position:relative;/*ie needs this to show float */
	width:148px;
	float:right;
	padding-top:160px;/*needed to make room for header*/
	padding-bottom:25px;/* needed to make room for footer */
	text-align:left;
	
	}
#centrecontent {	
	width:547px;
	float:right;
	padding-top:170px;
	padding-bottom:40px;/* needed to make room for footer */
	text-align:left;	
	}
#clearfooter{width:100%;clear:both;height:0px;background:url(../graphics/menu_tile.gif) repeat-y;background-position:left;}

#footer{
	clear:both;
	width:925px;	
	height:116px;
	left:0;
	bottom:0;
	position:relative;		
}
* html #footer 
	{/*only ie gets this style*/
	\height:118px;/* for ie5 */
	he\ight:116px;/* for ie6 */
	}
div,p,h1,h2 {padding:0px;margin:0}