body { 
	margin: 20px 0px 0px 0px;
	text-align: center;
	min-width: 750px;
	}
	
#Layout
{
	width: 746px;
	position: relative;
	margin: 0 auto;
	text-align: left;
}

#Pane0
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 746px;
	height: 90px;
}

#Pane1
{
	position: absolute;
	left: 0px;
	top: 110px;
	width: 220px; /*take off 15+15=30 for padding leaving 220*/
}

#Pane2
{
	position: absolute;
	left: 250px;
	top: 110px;
	width: 494px;/*2 off for border and 15+15=30 off for padding in style css*/	
	height: 40px;
}

#Pane3
{
	position: absolute;
	left: 250px;
	top: 150px;
	width: 464px;/*2 off for border*/	
}

#Pane4
{
	position: absolute;
	left: 0px;
	top: 625px;
	width: 746px;
}