@charset "utf-8";
/* CSS Document */

body {
	background: #333 url(images/page_watermark.png) no-repeat fixed right bottom;
	margin: 0px;
	padding: 0px;
}
.holder {
	height: 100%;
	width: 100%;
	text-align: center;
}
#header {
	width: 998px;
	margin-right: auto;
	margin-left: auto;
	height: 113px;
	position: relative;
}
#header img {
	float: left;
}
#title {
	top: 0px;
	right: 0px;
	position: absolute;
	float: right;
	font: 18px/normal Verdana, Geneva, sans-serif;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
#strapline {
	top: 25px;
	right: 0px;
	position: absolute;
	color: #4d75b7;
	font: 14px/normal Verdana, Geneva, sans-serif;
}
.active a:link, .active a:hover, a .active {
	color: #4D76B7;
}

#navHolder {
	position: absolute;
	right: 0px;
	bottom: 20px;
	width: 580px;
}
.galleryNavs {
	font: 12px Verdana, Geneva, sans-serif;
	color: #999;
	float: right;
	margin-right: -7px;
}
.galleryNavs a {
	padding-right: 15px;
	padding-left: 15px;
	color: #999;
	text-decoration: none;
}
.galleryNavs a:hover {
	padding-right: 15px;
	padding-left: 15px;
	color: #4D76B7;
	text-decoration: none;
}

.mainNavs {
	float: right;
	font: 12px Verdana, Geneva, sans-serif;
}
.mainNavs a {
	padding-right: 0px;
	padding-left: 30px;
	color: #999;
	text-decoration: none;
	border-left: 2px solid #4D76B7;
	margin-left: 30px;
}
.mainNavs a:hover {
	color: #FFF;
	text-decoration: none;
	border-left: 2px solid #4D76B7;
}
#content_holder {
	width: 998px;
	margin-right: auto;
	margin-left: auto;
	height: 560px;
	position: relative;
}
#footer {
	width: 998px;
	margin-right: auto;
	margin-left: auto;
	color: #666;
	font: 11px Verdana, Geneva, sans-serif;
	margin-top: 10px;
}
#footer a {
	color: #666;
	text-decoration: none;
}
#footer:hover, #footer a:hover {
	color: #CCC;
	text-decoration: none;
}
#aboutCopy {
	float: left;
	width: 275px;
	height: auto;
	color: #999;
	font: 11px/20px Verdana, Geneva, sans-serif;
	text-align: left;
	margin-top: 35px;
}
.active2 a:link, .active2 a:hover, a .active2 {
	color: #FFF;
}
#aboutCopy a {
	color: #CCC;
	text-decoration: none;
}
.smlText {
	font-size: 10px;
}
#about {
	float: right;
	width: 700px;
	height: auto;
	margin-top: 30px;
}

