.rps-middle {
	background-image: url(_elements/middle-inside.png);
	padding: 0 0 15px 0;
}

.rps-middle-inset {
	width: 880px;
	margin: 0 auto;
	/*behavior: url('/wp-content/themes/hopkinscounty/PIE.htc');*/
	-moz-border-radius: 10px 0 10px 10px;
	-webkit-border-radius: 10px 0 10px 10px;
	border-radius: 10px 0 10px 10px;
	background-image: url(_elements/middle-inset.png);
	background-repeat: repeat-y;
	overflow: hidden;
}

.rps-column {
	color: #FFF;
}

.rps-column-a,
.rps-column-b {
	background-image: url(_elements/middle-inset-shadow.png);
	background-repeat: repeat-x;
}

.rps-column-a {
	width: 330px;
	min-height: 100px;
}

.rps-bottom {
	background-image: url(_elements/bottom-inside.png);
}

.rps-menu-sidebar {
	/*behavior: url('/wp-content/themes/hopkinscounty/PIE.htc');*/
	float: right;
	margin: -1px -1px 2em 2em;
	width: 200px;
	background-color: #F4F0C4;
	border-width: 1px;
	border-style: solid;
	border-color: #688CB4;
	-moz-border-radius: 0 0 0 10px;
	-webkit-border-radius: 0 0 0 10px;
	border-radius: 0 0 0 10px;
}

.rps-menu-sidebar li {
	margin: 0 0 5px 0;
}

.rps-menu-sidebar a,
.rps-menu-sidebar a:link,
.rps-menu-sidebar a:visited {
	display: block;
	padding: 10px;
	width: 178px;
	color: #FFF;
	font-family: sans-serif;
	font-size: 1.1em;
	line-height: 1.1em;
	font-weight: normal;
	background-image: url(_elements/sidebar.png);
	background-position: -600px center;
	border-width: 1px;
	border-style: solid;
	border-color: #625E13;
}

.rps-menu-sidebar a:focus,
.rps-menu-sidebar a:hover,
.rps-menu-sidebar .current-menu-item a,
.rps-menu-sidebar .current-menu-ancestor a {
	background-position: -300px center;
	border-color: #900;
	color: #FFF;
}

.rps-menu-sidebar a:active {
	background-position: 0 center;
}

.rps-menu-sidebar .first-menu-item a {
	-moz-border-radius: 0 10px 0 0;
	-webkit-border-radius: 0 10px 0 0;
	border-radius: 0 10px 0 0;
}

.rps-menu-sidebar .last-menu-item a {
	-moz-border-radius: 0 0 0 10px;
	-webkit-border-radius: 0 0 0 10px;
	border-radius: 0 0 0 10px;
}

.rps-photo-stack {
	display: block;
	z-index: 100;
	position: absolute;
	left: 0;
	width: 410px;
	height: 470px;
	background-image: url(_elements/photo-stack.png);
	background-repeat: no-repeat;
}