
.recordPageNav {
	margin: 0 0 1em 0;
}
.recordPageNav .selected {
	font-weight:bold;
	text-decoration:none;
}


.recordFilterNav {
	margin: 1em 0;
	padding: 5px;
	background: #2fa3bc;
}
.recordFilterNav .NavItemSelected {
	font-weight: bold;
}
.recordFilterNav A {
	color: #FFFFFF;
}


.navArea {
	float: left;
	width: 260px
}
.thumb {
	display: block;
	float: left;
	min-width: 50px;
	margin: 0 10px 10px 0;
	text-align: center;
}
.thumb IMG {
	margin: 0 auto;
	border: 0;
}


.slideshowArea {
	float: right;
	width: 400px;
}
.slideshowArea .image {
	width: 400px;
	text-align: center;
	background: #047899;
}
.slideshowArea .image H2 {
	margin: 0;
	padding: 5px;
	background: #047899;
	color: #FFFFFF;
}
.slideshowArea IMG {
	margin: 0 auto;
}
