#pageLayout {
	width: 100%;
	background-color: #F8F7F1;
}
#pageHeader {
	width: 100%;
}
#leftTop {
	width: 30%;
	text-align: left;
}
#rightTop {
	width: 60%;
	text-align: left;
}
#leftTop,#rightTop {
	float: left;
}
#bottomRight {
	width: 60%;
	text-align: left;
}
#bottomLeft {
	width: 30%;
	text-align: left;
}
#bottomRight, #bottomLeft {
	float: left;
}
#pagefooter {
	width: 100%;
	float: none;
	clear: both;
	text-align: left;
}
#pageTop {
	width: 100%;
}
#pageBottom {
	width: 100%;
}
#topfooter {
	width: 100%;
	float: none;
	clear: both;
	text-align: left;
}
#bottomfooter {
	width: 100%;
	float: none;
	clear: both;
	text-align: left;
}
 