#innerwrap {/* enables content first */
	float:left;
	width:999px;  /*827px;*/
	min-height:300px;
}
#ctl00_left 
{

	position:relative;/*ie needs this to show float */
	width:176px;
	float:left;
	padding-left:25px;	
	padding-top:230px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
}
#ctl00_left p {padding-left:3px;padding-right:2px}
#ctl00_right p {padding-left:4px;padding-right:2px}

#centrecontent 
{
	width:400px;
	float:left;
	padding-left:30px;
	padding-right:25px;		
	padding-top:230px;
	padding-bottom:22px;/* needed to make room for footer */
}
#centrecontent p {padding-left:3px}

#ctl00_right {
	position:relative;/*ie needs this to show float */
	width:321px;
	float:left;
	padding-left:10px;
	padding-top:230px; /*needed to make room for header*/
	/*margin-top:208px;*/
	padding-bottom:32px;/* needed to make room for footer */
}
/*
#ctl00_left{background-color:Blue;}
#centrecontent{	background-color:yellow;}
#ctl00_right{	background-color:green;}*/