body {
	font-family: Tahoma, Verdana, sans-serif;
	color: #FFFF99;
	background-color: #CC9966; }
#bg {position:absolute;
	top: 0px;
	left: 0px; }
#title {
	position: absolute;
	top: 50px;
	left: 200px;}
#navbar {
	position: absolute;
	top: 150px;
	left: 200px;
	padding: 5px;
	width: 300px;
	text-align: center;
	border-top: solid #FFFF99 2px;
	border-bottom: solid #FFFF99 2px}
#display {
	position: absolute;
	top: 200px;
	left: 163px;
	width: 400px;
	height: 400px; }
#gallery_1 {
	position: absolute;
	top: 10px;
	left: 50px;
	width: 200px;
	height: 300px;
	padding: 10px;}
#gallery_2 {
	position: absolute;
	top: 10px;
	left: 200px;
	width: 200px;
	height: 300px;
	padding: 10px;}
div img { 
	border: 0px;
	margin: 4px; }	
a {
	text-decoration: none; }
a:link {
	color: #FFFF99; }
a:visited {
	color: #FFFF99; }
a:hover {
	color: white; }
address   {
	font-size: 8pt;
	color: white;
	margin: 1em 1em 1em 0em; 
	padding: 1em 2em 1em 1em;
	border-top: thin dotted;
	position: absolute;
	top: 530px;
	left: 170px;
	width: 350px; }