/*Layout stylesheet*/
body{
	padding:0;
	text-align:center;
	min-width:960px;	
	background-color:#ffffff;
}

#outer{
	width:958px;
	border-top:1px solid #8A8C8E;
	border-left:1px solid #8A8C8E;
	border-right:1px solid #8A8C8E;
	margin:auto;
	background-color:#ffffff;
	position:relative;
	z-index:50;
}
html>body #outer{height:auto;}

#innerwrap{
	width:690px;		
	float:left;
				
}
#left{float:left;width:180px;padding-top:251px;padding-bottom:30px;text-align:right;}
#centrecontent{
	float:right;
	width:490px;
	text-align:left;
	padding-top:251px;
	padding-bottom:30px;	
}
#right{
	float:right;
	width:250px;	
	padding-top:251px;
	text-align:left;
	padding-bottom:30px;
}
#header{	
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	width:958px;
	height:221px;	
	text-align:left;
	overflow:show;
}
* html #header{width:958px;border-right:0px solid #8A8C8E;}

#clearfooter{width:100%;clear:both;height:0px;}

#footer{
	clear:both;
	width:958px;	
	height:35px;/*height:27px;*/
	background:#ffffff;
	left:0;
	bottom:0;		
}
*html #footer{
	\height:29px;
	he\ight:27px;	
}
div,p{margin-top:0;}
