
body       {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	background: #383F3F;
	margin: 0 0 0 0;
	padding: 0;
}
img {
	border: 0px;
}
p {
	color: #888;
	font-size: .75em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.7em;
	text-align: left;
	margin: 0 0 15px 0;
}
#header {
	width: 335px;
	height: 35px;
	margin: 0 auto;
	padding: 5px 0 0 0;
}
a#index, a:visited#index {
	border: none;
	width: 110px;
	height: 35px;
	background: url(index.gif) no-repeat bottom;
	display: block;
	float: left;
}
a:hover#index, a:active#index {
	border: none;
	width: 110px;
	height: 35px;
	background: url(index.gif) no-repeat top;
	display: block;
	float: left;
}
a#previous, a:visited#previous {
	border: none;
	width: 110px;
	height: 35px;
	background: url(previous.gif) no-repeat bottom;
	display: block;
	float: left;
}
a:hover#previous, a:active#previous {
	border: none;
	width: 110px;
	height: 35px;
	background: url(previous.gif) no-repeat top;
	display: block;
	float: left;
}
a#next, a:visited#next {
	border: none;
	width: 110px;
	height: 35px;
	background: url(next.gif) no-repeat bottom;
	display: block;
	float: left;
}
a:hover#next, a:active#next {
	border: none;
	width: 110px;
	height: 35px;
	background: url(next.gif) no-repeat top;
	display: block;
	float: left
}
#footer {
	margin: 0 auto;
}
#footer p {
	color: #555;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .75em;
	text-align: center;
	clear: both;
	padding: 15px 5px 7px 5px;
}
#footer p a:link, #footer p a:visited {
	color: #888;
	text-decoration: none;
	border-bottom: 1px solid #555;
}
#footer p a:hover, #footer p a:active {
	color: #ccc;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}
.picframe {
	background: url(frame_small.gif) no-repeat;
	width: 205px;
	height: 168px;
	float: left;
	color: #FFF;
}
.picframe_large {
	margin: 0 auto;
	padding: 0;
	background: url(frame_large.gif) no-repeat;
	width: 700px;
	height: 525px;
}
.pic_large {
	width: 600px;
	height: 450px;
	padding-top: 37px;
	padding-bottom: 37px;
	padding-left: 49px;
	padding-right: 49px;
	float: left;
}