@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #000;
	font-size:14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#all {
	width: 900px;
	margin: 0 auto;
}
#header {
	background-image: url(images/top.png);
	height: 267px;
	width: 900px;
	background-color: #000;
}
#main {
	background-image: url(images/bottom.png);
	background-repeat: no-repeat;
	width: 900px;
	height: 150px;
}
#footer {
	clear: both;
	color: #666;
	margin-top: 10px;
	margin-right: 170px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: right;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;
}
#content {
	color: #FF7529;
	float: right;
	width: 650px;
}
#pages {
	float: right;
	width: 900px;
	margin-right: 50px;
}
#nav {
	margin-left: 265px;
	margin-top: 30px;
}
.navLinks {
	width: 130px;
	float: right;
}
#bio {
	margin-left: -20px;
}
#content #top {
	background-image: url(images/contentTop.png);
	background-repeat: no repeat;
	height: 13px;
}
#content #middle {
	background-image: url(images/contentMiddle.png);
	padding: 5px 15px;
}
#content #bottom {
	background-image: url(images/contentBottom.png);
	background-repeat: no repeat;
	height: 13px;
}
img {
	border: none;	
}
.thumbnail {
	float: left;
	margin: 20px 10px;
}
#pictures {
	clear: both;	
}
a:link, a:hover, a:visited {
	color: #93F;
}
.byline {
	text-align: center;
}
p {
	color: #FFF;
	line-height: 1.4em;
}
h1 {
	font-size: 28px;
}
ul {
	color: #FFF;
	padding-left: 15px;
}
.locate {
	width: 425px;
	float: right;
}
.showEntry {
	clear: right;	
}
.polaroid {
	float: left;
	margin-left: -160px;
	margin-top: -110px;
}
.highlight {
	color: #93F;
}