#container {
	width: 800px;
	text-align:center;
	margin: 0 auto 0 auto;
}
.separator {
	clear: both;
	height: 10px;
}
#description {
	float: left;
	width: 800px;
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	color: #666666;
	margin-top: 10px;
}
#description img {
	margin-top: 3px;
	margin-left: 3px;
}
#mainPic {
	height: 432px;
	width: 800px;
	text-align: center;
}
#imgPhoto {
	vertical-align: middle;
}
#thumbnails {
	background-color: #000000;
	float: none;
	padding-bottom: 3px;
	margin-top: 20px;
}
#thumbnails img {
	margin-top: 3px;
	margin-left: 3px;
}
body {
	text-align: center;
	min-width: 800px;
}
#footer {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	color: #666666;
	text-align: center;
}
#header {
	font-family: "Courier New", Courier, mono;
	font-size: 36px;
	color: #CCCCCC;
	text-align: right;
	vertical-align: middle;
	height: 100px;
	width: 800px;
	line-height: 90px;
}
#main {
	width: 800px;
	height: 600px;
}
#header img {
	float: left;
}
#header a:link, a:visited {
	color: #666666;
	text-decoration:none;
}
#header a:hover, a:active {
	color: #000000;
	text-decoration:none;
	font-weight: bold;
}
#footer a:link, a:visited {
	color: #666666;
	text-decoration:underline;
}
#footer a:hover, a:active {
	color: #000000;
	text-decoration:none;
	font-weight: bold;
}
.credits {
	font-family: "Courier New", Courier, mono;
	font-size: 10px;
	color: #000000;
	line-height: 10px;
}
