﻿/* CSS layout */
body {
	background-color: #5A5A5A;
	font-family: "AvantGarde Bk BT", "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
p {
	margin-left: 20px;
	margin-right: 20px;
}
hr {
	border: 1px #5A5A5A solid
}
#wrapper {
	border: 1px black solid;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: #746E6E;
}
#masthead {
	height: 50px;
	padding: 10px;
	color: white;
	font-family: "AvantGarde Bk BT", "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
.bourne {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	padding-right: 20px;
	letter-spacing: 3px;
	color:#6ED5E6;
}
#page_title {
	height: 22px;
	width: 240px;
	float: right;
	text-align: right;
	padding-right: 5px;
	color: white;
	font-size: 15px;
	white-space:nowrap;
	padding-bottom:-10px
}
#top_nav {
	height: 22px;
	width: 710px;
	float: left;
	white-space:nowrap
}
#page_content {
	clear: left;
	min-height: 600px;
	padding-top: 5px;
	border-top: 1px solid #6ED5E6;
}
#bottom_nav {
	width: 950px;
	height: 25px;
	padding: 5px;
	font-size: 100%;
	color: white;
	text-align: center;
}
a:link {
	color: #6ED5E6;
	text-decoration: none;
}
a:visited {
	color: #6ED5E6;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #fff;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}

.bottom_nav {
	text-align: center;
	color: #000;
	position: relative;
}
.bottom_nav a:link {
	color: #fff;
	text-decoration: none;
}
.bottom_nav a:visited {
	color: #fff;
	text-decoration: none;
}
.bottom_nav a:active {
	text-decoration: none;
	color: #fff;
}
.bottom_nav a:hover {
	color: #fff;
	text-decoration: underline;
}
.arrow {
	padding-left: 20px;
	padding-right: 20px;
	color: #6ED5E6;
}
#credit {
	width: 960px;
	height: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 70%;
	margin-left: 10px;
	color: #fff;
}

.photo,a.photo
	{
	border: 1px black solid;
	margin-left:10px;
	margin-right:10px}

.photo_right,a.photo_right
	{
	border: 1px black solid;
	float:right;
	margin-left:10px
}
.photo_left,a.photo_left
	{
	border: 1px black solid;
	float:left;
	margin-right:10px
}
#footer {
	width: 960px;
	height: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 70%;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
}
#footer_top {
	width: 100%;
	float: left;
	text-align: center;
	text-transform: uppercase;
}
#footer_bottom {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #746E6E;
}
.footer {
	text-align: center;
	color: #fff;
}
.footer a:link {
	color: #fff;
	text-decoration: none;
	text-transform: lowercase;
}
.footer a:visited {
	color: #fff;
	text-decoration: none;
}
.footer a:active {
	text-decoration: none;
	color: #fff;
}
.footer a:hover {
	color: #fff;
	text-decoration: underline;
}
.footer_bottom a:link {
	color: #746E6E;
	text-decoration: none;
}
.footer_bottom a:visited {
	color: #746E6E;
	text-decoration: none;
}
.footer_bottom a:active {
	text-decoration: none;
	color: #746E6E;
}
.footer_bottom a:hover {
	color: #fff;
	text-decoration: underline;
}
#more_photos {
	font-size: 80%;
	padding: 5px;
}

