#RightContent {
	position: relative;
	width: 228px;
	overflow: hidden;
	float: right;
	margin: 1px 0 0;
	color: #fff;
	xdisplay: none;
}
	#RightContent a {
		color: #fff;
	}
	#RightContent h1,
	#RightContent h2 {
		font-size: 15px;
		color: #fff;
		letter-spacing: 1px;
	}
		#RightContent h2 a {
			color: #fff;
			display: block;
			text-decoration: none;
			border-bottom: 1px solid #c2d3e4;
		}
			#RightContent h2 a:hover { 
				border-color: #FFF;
			}
	#RightContent ul {
		margin: 0 0 0 10px;
		padding: 0 0 20px 10px;
	}
		#RightContent li {
			margin: 5px 0;
			font-size: 11px;
		}
		#RightContent li a { 
			border-bottom: 1px solid #c2d3e4;
			text-decoration: none;
		}
			#RightContent li a:hover { 
				border-color: #FFF;
			}
	#RightContent p { padding: 8px 0; }
	#RightContent * { margin: 0; }
	#RightTop {
		position: relative;
		height: 26px;
		background: url(../images/shared/rightContentTop.png) no-repeat -2px 0;
	}
	#RightBottom {
		position: relative;
		height: 23px;
		background: url(../images/shared/rightContentBottom.png) no-repeat -4px bottom;
	}
	#RightBodyContainer {
		position: relative;
		background: url(../images/shared/rightContentBodyRepeat.png) repeat-y -2px 0;
	}
	#RightBody {
		position: relative;
		padding: 0 15px;
		background: url(../images/shared/rightContentBody.png) no-repeat -2px 0;
		min-height: 200px;
	}
	*html #RightBody { height: 200px; }
#PageContent {
	width: 717px;
	float: left;
	margin-left: 1px;
	padding: 0;
	position: relative;
}
	#PageTop {
		height: 22px;
		overflow: hidden;
		background: url('../images/shared/secondaryContentTop.png') no-repeat 0 0;
	}
	#PageBody {
		padding: 10px 25px;
		overflow: hidden;
		position: relative;
		background: url(../images/shared/secondaryContentBody.png) repeat-y;
	}
	#PageBottom {
		height: 45px;
		background: url(../images/shared/secondaryContentBottom.png) no-repeat 0 0;
	}
		#PageContent #PageTitle {
			font-size: 20px;
			color: #8a6a07;
			font-family: Verdana;
			margin: 0 0 10px 0;
			letter-spacing: -1px;
			font-weight: normal;
		}
		#cse-search-results { overflow: hidden; }
		#WhiteWash {
			background: #FFF;
			width: 100px;
			height: 70px;
			position: absolute !important;
			top: 55px;
			right: 20px;
		}
