/*Layout stylesheet*/
body{
	margin:20px;
	text-align:center;
	min-width:900px;	
	background-color:#56544D;
}

#outer{
	width:900px;
	border:1px solid #939598;
	margin:auto;
	position:relative;
	z-index:50;
}
html>body #outer{height:auto;}

#innerwrap{
	width:840px;
	float:left;
	margin-top:92px;
	margin-bottom:10px;
	border:10px solid #83827E;
	background-color:#FFFFFF;
	margin-left:20px;			
}
* html #innerwrap{
	width:860px;
	margin-left:10px;	
}
#contentwrap{

	width:830px;
	float:left;
	padding-top:15px;
	padding-bottom:20px;
	
}

#header{	
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	width:900px;	
	height:100px;	
	text-align:left;
}
#left{
	position:relative;/*ie needs this to show float */
	width:360px;
	float:left;
	padding-top:10px;/*needed to make room for header*/

	}
#centrecontent {	
	width:455px;
	float:right;
	padding-top:10px;
	text-align:left;	
	}
#clearfooter{width:100%;clear:both;height:0px;background-color:#56544D;}

#showhomescontent
{	
	width:445px;
	float:right;
	padding-top:10px;
	text-align:left;	
}

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