body {
	background-color: #ffffff;
	font-family: Arial, Verdana, sans-serif;
}

#page {
	position: absolute;
	left: 50px;
	top: 30px;
}

#header {
	position: relative;
	left: 92px;
	top: 0px;
	padding-bottom: 20px;
}

#logo {
	position: relative;
	left: 0px;
	top: 0px;
	vertical-align: middle;
}

#navigation {
	position: absolute;
	left: 123px;
	top: 50px;
	font-size: 10px;
	text-align: left;
}

#contact {
	position: absolute;
	left: 425px;
	top: 125px;
	text-align: right;
	font-size: 11px;
}

#content, #content-quotes {
	clear: both;
	position: relative;
	width: 440px;
	left: 215px;
}

#sidebar-images {
	position: absolute;
	text-align: right;
	width: 200px;
	left: 0px;
	margin-top: 15px;
}

#content-images {
	text-align: left;
	width: 200px;
	left: 230px;
	margin-top: 70px;
}


.gallery-section {
	width: 450px;
	position: relative;
	left: 215px;
	clear: both;
}

.gallery-section .image {
	float: left;
	width: 150px;
	height: 160px;
}

.gallery-section .image p {
	text-align: left;
	width: 140px;
}

.gallery-section h2 {
	position: absolute;
	width: 200px;
	top: 0px;
	text-align: right;
	margin: 0px;
	right: 464px;
}

h1 {
	font-size: 20px;
	color: 974b76;
	padding-left: 180px;
}

h2 {
   color: #23408f;
   font-size: 16px;
}

h3 {
   font-size: 14px;
}

.smaller {
	font-size: 13px;
}

#content p {
	font-size: 12px;
	margin-bottom: 15px;
}

ul {
	list-style-type: none;
	padding: 0px;
	padding-bottom: 0px;
	margin:0px;
}

li {
	font-weight: bold;
	color: #23408f;
	padding: 0px;
	margin: 0px;
}

#navigation li, #contact li {
	margin-bottom: 2px;
	margin-top: 2px;
}

#footer li {
	display: inline;
	font-size: 9px;
	margin-right: 11px;
}

#footer p {
	font-size: 10px;
	padding-top: 3px;
	padding-bottom: 20px;
	margin: 0px;
	color: #23408f;
}

.here {
	color: #974b76;
}

a { text-decoration: none; }
a:visited, a:link {color: #23408f}
a:hover, a:active {color: #5370cf}

a:visited img, a:link img {border: 1px solid #bbbbbb}
a:hover img, a:active img {border: 1px solid #222222}

img {
	margin: 0px;
}

.image {
	margin-bottom: 20px;
}

.image img {
	margin-bottom: 5px;
}

.image p, #content-images p {
	margin: 0px;
	font-size: 10px;
	text-align: right;
}

#content img.pretext {
	padding-bottom: 10px;
}

#content-images p {
	text-align: left;
}

p.attribution, #content-images p.attribution {
	font-size: 9px;
}

p.gallery-popup {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	color: #60607f;
	margin: 2px;
	padding: 0px;
	text-align: center;
}
p.gallery-popup-credit {
	font-style: italic;
	text-align: center;
}

p.quote {
    font-size: 12px;
    margin-bottom: 2px;
}

p.quotesource {
   font-size: 11px;
   margin-top: 0px;
   margin-left: 30px;
}

#home {
	position: absolute;
	left: 150px;
	top: 80px;
}

#home #navigation {
	left: 270px;
	top: 180px;
	width: 300px;
	font-size: 12px;
}

#home #navigation li {
	margin-bottom: 8px;
	margin-top: 2px;
}


#home #contact {
	left: 120px;
	top: 400px;
	font-size: 12px;
}

