body {
	margin: 0 0 15px 0;
	text-align: center;
	background: #690 url(images/background.gif);
}
a:link {
	color: #ff9;
	text-decoration: none;
	border-bottom: 1px dotted #ff9;
}
a:visited {
	color: #dce10b;
	text-decoration: none;
	border-bottom: 1px dotted #dce10b;
}
a:hover, a:active {
	color: #ffc;
	border-bottom: 1px solid #ffc;
}
h2 {
	font-size: 1.5em;
	text-transform: uppercase;
	color: #ff9;
}
h3 {
	font-size: 1.25em;
	color: #ff9;
}
h4 {
	font-size: 1em;
}
hr {
	float: left;
}
table th {
	padding: 5px;
	font-size: 1.25em;
	font-weight: bold;
	background-color: #960;
	border: 1px solid #fff; 
}
table td {
	padding: 5px;
	vertical-align: top;
}
table td.subhead {
	font-size: 1em;
	font-weight: bold;
}
div#container {
	margin: 0 auto;
	width: 750px;
	text-align: left;
	font: 0.75em "Bookman Old Style", "Times New Roman", Times, serif;
}
div#header {
	height: 172px;
	background: url(images/banner.jpg) top left no-repeat;
}
div#header h1 {
	display: none;
}
div#menu {
	padding-top: 146px;
	padding-left: 30px;
	height: 25px;
	text-align: center;
}
div#menu a:link, div#menu a:visited {
	margin: 0 auto;
	padding: 0 2px;
	display: block;
	width: 70px;
	height: 17px;
	color: #fff;
	text-decoration: none;
	border-bottom: 0;
}
div#menu a:hover, div#menu a:active {
	color: #ffff99;
	border-bottom: 0;
}
div#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div#menu li {
	float: left;
	position: relative;
	width: 85px;
	height: 17px;
	text-align: center;
	z-index: 2;
}
div#menu li ul li {
	width: 83px;
}
div#menu li:hover, div#menu li.over {
	background: url(images/menu-header-bg.gif);
}
div#menu li ul {
	display: none;
	position: absolute; 
	top: 17px;
	left: 0;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #fff;
	background: url(images/menu-bg.gif);
}
div#menu li > ul {
	top: auto;
	left: auto;
}
div#menu ul li ul li a {
	border-width: 0 2px;
}
div#menu ul li ul li a:hover {
	border-width: 0 2px;
	border-style: solid;
	border-color: #ffff99;
}
div#menu li:hover ul, div#menu li.over ul {
	display: block;
}
div#menu li:hover ul li {
	background: none;
	border-width: 0;
}
div#submenu {
	clear: both;
	float: right;
	padding-right: 15px;
	width: 264px;
	height: 20px;
	background: url(images/sub-menu-bg.jpg) top left no-repeat;
}
div#submenu a:link, div#submenu a:visited {
	color: #fffff0;
	text-decoration: none;
	border-bottom: 0;
}
div#submenu a:hover, div#submenu a:active {
	color: #ffff99;
	text-decoration: underline;
	border-bottom: 0;
}
div#submenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div#submenu li {
	float: left;
	position: relative;
	width: 85px;
	height: 17px;
	text-align: center;
}
div#content {
	clear: right;
	margin: 5px auto;
	margin-top: 20px;
	width: 720px;
	color: #fffff0;
	background: #c90 url(images/page-bg.jpg);
	border: 1px solid #fff;
}
div#picturesOfTheDay {
	float: right;
	margin-left: 10px;
	width: 252px;
	text-align: center;
}
div#picturesOfTheDay img {
	border: 1px solid #fff;
}
div#watermark {
	padding: 10px;
	min-height: 200px;
	/*height: 200px;*/
	background: url(images/watermark.jpg) bottom left no-repeat;
	/*background-position: bottom 1px;*/
}
div#footer {
	text-align: center;
	font-size: 0.73em;
	color: #fffff0;
}
div#thumbs {
	float: left;
	margin-top: 5px;
	width: 335px;
}
div#thumbs img {
	margin: 0 5px 5px 0;
	border: 1px solid #fff;
}
div#thumbs a:link, div#thumbs a:visited, div#thumbs a:hover, div#thumbs a:active {
	border: 0;
}
div#mainImage {
	float: right;
	width: 352px;
	text-align: center;
}
div#mainImage img {
	border: 1px solid #fff;
}
table#contact {
	float: right;
	background-color: #960;
	border: 1px solid #fff;
}
table#contact label {
	display: block;
	text-align: right;
}
div#contactInfo {
	float: left;
}
p#map {
	text-align: center;
}
h3.title {
	margin-bottom: 0;
	padding-bottom: 0;
}
div.pressPost {
	clear: left;
}
div.author, div.publication, div.date {
	font-weight: bold;
}
div.publication {
	font-style: italic;
}
div.pressEntry {
	margin: 10px 0;
}