#body {
	width : 920px; /* +5 */
}

#leftBlock {
	width: 735px; /* +5 */
	float: left;
}

#rightBlock {
	width: 180px;
	float: right;
}

#mainContent {
 	width: 550px;
	text-align: center;
	float: right;
}

#memberPageMainContent {
	width: 550px;
	text-align: center;
	float: left;
}

#sidebarLeft {
	width: 180px;
	text-align: left;
	float: left;
}

#sidebarRight {
	width: 180px;
	float: left;
}