/*Layout stylesheet*/
html
{
	background: url('../graphics/bg.jpg') #ffffff bottom left repeat-x;
	background-image: -moz-linear-gradient
		(top, bottom, 
		 from(#ffffff), 
		 to(#A9ACB0)); 
	background-image: -webkit-gradient
		(linear, left top, left bottom, 
	  	color-stop(0.00, #ffffff), 
	  	color-stop(1.00, #A9ACB0)); 
}
body{
	padding:0;
	text-align:center;
	min-width:960px;
	background:  url('../graphics/vines.jpg') bottom left no-repeat;
}

#outer{
	width:960px;
	margin:auto;
	background-color:#ffffff;
	position:relative;
	
}
html>body #outer{height:auto;}

#innerwrap{
	width:940px;		
	float:left;
}
#left{
	float:left;
	width:181px;
	padding-top:235px;
	padding-bottom:3px;
	text-align:left;
}
#centrecontent{
	float:right;
	width:745px;
	text-align:left;
	padding:237px 0px 10px 0px;	
}
#right{
	float:right;
	width:250px;	
	padding-top:234px;
	text-align:left;
	padding-bottom:30px;
}
#header{	
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	width:956px;
	height:226px;	
	text-align:left;
	overflow:show;
	padding-top:5px;
	background-color:#ffffff
}
* html #header{width:958px;border-right:0px solid #8A8C8E;}

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

#footer{
	clear:both;
	width:960px;
	background-color:#ffffff;
	height:100px;		
}
#bottom{
	clear:both;
	width:940px;
	background-color:#ffffff;
	height:205px;
	margin:0px auto;
	padding: 20px 0px 0px 20px;
	background: url('../graphics/backcare.gif') #ffffff bottom right no-repeat;		
}
div,p{margin-top:0;}
