body {	
	text-align: center;
	background-color: #85a6cb;
	margin-top: 34px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin-bottom: 20px;
}

#container {
	
	width: 850px;
	margin: 0 auto;
}

.photos, .end_photo {
	margin-right: 14px;	
	position: relative;
	display: inline;
}

.end_photo {
	maring-right: 0px;
}

.photos a img, .end_photo a img {
	border-style: solid;
	border-width: 1px;
	border-color: #85a6cb;
}

.photos a:hover img, .end_photo a:hover img {
	border-color: #005591;
}


#nav_container {
	width: 850px;
	height: 64px;
	background-color: white;
	padding-top: 30px;
}

.content_container {
	background-color: white;
	padding: 16px;
}

.content_container a {
	color: #446e9f;
}

.content_container a:hover {
	color: #ae906c;
}

.blue_content {
	background-color: #e7eef6;
	padding: 16px;
	color: #585858;
	font-size: 12px;
	letter-spacing: 0px;
	font-family: verdana, sans-serif;
	text-align: left;
	line-height: 125%;
}

ul {
	position: relative;
	left: 18px;
	list-style-type: disc;
}

#footer {
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	height: 20px;
	padding-top: 8px;
	color: white;
	font-size: 11px;
	font-family: verdana, sans-serif;
	letter-spacing: -1px;
	text-align: center;
}

#footer a {
	text-decoration: none;
	color: white;
}

#footer a:hover {
	color: white;
	text-decoration: underline;
}

.hidden_img {
	display: none;
}
