.screen {
	display: none;
}

body {
	font-family: Georgia, Times, "Times New Roman", serif;
}

h1, h2, h3 {
	font-style: italic;
	font-weight: normal;
}

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

#header {
	min-height: 120px;
	_height: 120px;
}

#logo img {
	float: right;
	border: none;
}

#content {
	clear: both;
	border-top: 1px solid #000;
}
#content td {
	vertical-align: top;
}
#content td * {
	margin-right: 10px;
}

#thumbs {
	list-style: none;
	border-top: 1px solid #000;
	margin: 25px 0 0 0;
	padding: 10px 0 0 0;
}
#thumbs li {
	display: inline;
	margin-right: 10px;
}
#thumbs img {
	border: none;
}

#pics {
	border-top: 1px solid #000;
	margin: 10px 0 0 0;
	padding: 25px 0 0 0;
}
#pics a {
	background: none !important;
}

#footer p {
	border-top: 1px solid #000;
	margin-top: 25px;
	padding-top: 15px;
	font-size: 0.84em;
	text-align: center;
}