/* ------------------------------------------------------------------
 * 2-COLUMN GRID
 * ------------------------------------------------------------------ */
#columns {
	background: url(/images/misc/bkgd_two_columns.jpg) repeat-y;
	overflow: auto;
	width: 100%;
}
#main_wrapper {
	background: url(/images/misc/bkgd_two_main.jpg) no-repeat top center;
	margin-left: 234px;
	min-height: 391px;
}
#right_sidebar {
	display: none;
}
#main {
	padding: 47px 60px 24px 0;
	position: relative;
}
#footer {
	background: url(/images/misc/bkgd_two_grey_footer_bar.jpg) no-repeat top center;
	padding: 36px 0 0;
}

