#main {
	float: left;
	width: 900px;
}


.page-section {
	float: left;
	background-color: #f0f0f0;
	background: #f0f0f0 url(img/gradient.gif) 0 0 repeat-x;
	padding: 12px 12px 0 12px;
	margin-bottom: 1.5em;
}

#main .page-section {
	width: 876px;  /* =522 */
/*	xborder-width: 4px 0 0 0;
	xborder-style: solid;
	xborder-color: #e9e9e9;
	xbackground: none;
*/
}

.page-section-text {
	float: left;
	width: 100%;
}


