 * {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

#wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 900px;
	height: 580px;
	margin-top: -290px;
	margin-left: -450px;
}

a {
	color: #000;

}

#top a, #left a, #content a{
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

h1 {
	font-size: 18px;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-weight: bold;
	text-transform: lowercase;
}

#top {
	margin-bottom: 50px;
}

/******************* nav */
#nav {
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
	font-family: "Times New Roman", Times, Georgia, serif;
}

#nav li{
	padding-right: 0.3em;
	}
#nav a {
	color: #999;
}

#nav li.contactdata {
	font-weight: normal;
	padding-left: 5px;
}

#nav a:hover,#subnav a:hover {
	text-decoration: underline;
	color: black;
}

#nav a.selected {
	color: black;
	text-decoration: underline;
}

#subnav a.selected {
	font-weight: bold;
	text-decoration: underline;
}

#nav li {
	float: left;
}

/********************* subnav */
#subnav {
	list-style-type: none;
}

#subnav ul {
	list-style-type: none;
	margin: 0 0 0 15px;
}

#subnav ul li {
	font-size: 11px;
}

#container {
	
}

#left {
	width: 150px;
	float: left;
	line-height: 1.5em;
}

#content {
	width: 650px;
	float: left;
}

#content a{
	text-decoration: underline;
}

#content #caption {
	width: 100%;
	margin-top: 1em;
	width: 600px;
	margin-left: 20px;
}

#photoContainer{
	text-align: center;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

#content.references {
	font-size: 20px;
	font-family: Times, "Times new Roman", serif;
	width: 630px;
	float: left;
}

#thumbs {
	margin: 0 auto;
	text-align: center;
}

#footer {
	font-size: 10px;
	color: #999;
	text-align: center;
	padding-top: 150px;
}

#footer a {
	color: #999;
}

#prev, #next {
	display: block;
	float: left;
	width: 10px;
	font-size: 25px;
	padding-top: 25%;
}

#prev {
	padding-right: 10px;
}

#next {
	padding-left: 0px;
	text-align: right;
}

#middle{
	float: left;
	width: 600px;
}
	
#prev a, #next a{
	text-decoration: none;
}

/******************************** fixes */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
} /* a fix for IE Mac */