/* ------------------------------------------------------------------
 * 3-COLUMN GRID
 * ------------------------------------------------------------------ */
#columns {
	background: url(/images/misc/bkgd_three_columns.jpg) repeat-y;
	overflow: auto;
	width: 100%;
}
#main_wrapper {
	background: url(/images/misc/bkgd_three_main.jpg) no-repeat top center;
	margin-left: 234px;
	min-height: 391px;
}
#right_sidebar {
	float: right;
	margin-left: 0;
	padding: 240px 32px 0 45px;
	position: relative;
	width: 157px;
}
#right_sidebar div.image {
	left: 46px;
	position: absolute;
	top: 50px;
}
#right_sidebar h3 {
	background: url(/images/misc/rule-right_sidebar.gif) no-repeat top left;
	padding: 0 0 8px 0;
	margin: 0 0 3px 0;
	text-align: center;
	width: 155px;
}
#right_sidebar h3 span {
	background-color: #FFF;
	padding: 0 3px;
}
#main {
	margin-right: 234px;
	padding: 47px 10px 24px 0;
}
#footer {
	background: url(/images/misc/bkgd_three_grey_footer_bar.jpg) no-repeat top left;
	padding: 36px 0 0;
}

