#pageLayout {
	width: 100%;

}
#pageHeader {
	width: 100%;
}

#pageTop {
	width: 100%;
}
#leftTop {
	width: 49%;
	text-align: center;
}
#rightTop {
	width: 50%;
	text-align: center;
}
#leftTop,#rightTop {
	float: left;
}


#pageMiddle {
	width: 100%;
}

#middleLeft {
	width: 49%;
	text-align: center;
}
#middleRight {
	width: 50%;
	text-align: center;
	float: right;
}
#middleLeft, #middleRight {
	float: left;
}
#pageBottom {
	width: 100%;
}
#bottomLeft {
	width: 49%;
	text-align: center;
}
#bottomRight {
	width: 50%;
	text-align: center;
}
#bottomRight, #bottomLeft {
	float: left;
}
#pageBottom1 {
	width: 100%;
}
#bottomLeft1 {
	width: 49%;
	text-align: center;
}
#bottomRight1 {
	width: 50%;
	text-align: center;
}
#bottomRight1, #bottomLeft1 {
	float: left;
}

#pageBottom2 {
	width: 100%;
}
#bottomLeft2 {
	width: 49%;
	text-align: center;
}
#bottomRight2 {
	width: 50%;
	text-align: center;
}
#bottomRight2, #bottomLeft2 {
	float: left;
}

#pagefooter {
	width: 100%;
	float: none;
	clear: both;
}
a {
	text-decoration: none;
}
