body {
	text-align : left;
	color : white;
	font-family : arial, helvetica, verdana;
	font-size : 9pt;
	background-image: url('background.gif');
	background-attachment: fixed;
	float: none;
}
a:link, a:visited {
	color: silver;
}
#header {
	text-align : center;
}
#footer {
	text-align : center;
	font-size : 8pt;
}
#main {
	background : #494949;
	width : 715px;
	height : 300px;
	text-align : left;
	overflow : auto;
}
#content {
	padding : 20 20;
}
#picture {
	padding : 5 5;
	float: left;
}
#picturedetail {
	padding : 5 5;
}
.tagline {
	font-size: 1.1em;
	color: #dde099;
	text-indent: 40px;
	font-variant: small-caps;
}
.headline {
	color: #dde099;
	text-decoration: none;
	font-style: normal;
	font-size: 1.5em;
	font-variant: small-caps;
}

#hours {
	position: absolute;
	right: 5px;
	bottom: 250px;
	background-color: #ffffff;
	color: #000000;
	z-index: 100;
	float: right;
	width: auto;
	height: auto;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	border: thick solid #757575;
	font-size: 0.75em;
	text-align: right;
}
