html {
	margin: 0;
	padding: 0;
	background: #eee;
}

body {
	font-family: Verdana, Garamond, Helvetica, Arial, sans;
	font-size: 76%;
	margin: 0;
	padding: 0;
	background: #eee;
}

#header {
	width: 100%;
	background: #eee;
	border-top: 5px solid #003050;
	border-bottom: 1px solid #999;
	padding: 0;
}

#header h1 {
	margin: 0;
	padding: 0.3em;
	padding-right: 0;
	background: #a9b9e9 url(titlebg.gif) bottom center repeat-x;
	border-bottom: 5px solid #003050;
}

#menu {
	position: absolute;
	left: 855px;
	width: 150px;
	padding: 1em 1em 0;
	margin: 0;
	border: 1px solid #003050;
	border-top: none;
	text-align: center;
}

#menu h2 {
	margin: 0;
	padding: 0.5em 0;
	text-align: center;
	border-bottom: 1px solid #aaa;
}

#menu h2 a {
	padding: 3px 5px;
	text-decoration: none;
	border: 1px solid #003050;
	background: #a9b9e9;
	color: #111;
}

#menu h2 a:hover {
	background: #8999c9;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	padding: 0.5em 0;
}

#content {
	position: absolute;
	left: 0;
	width: 855px;
}

#content .title {
	margin: 0;
	padding: 0.5em;
	text-align: center;
	background: #dedeef url(small-titlebg.gif) bottom center repeat-x;
	border: 1px solid #003050;
	border-width: 1px 0;
}

#content .title a {
	text-decoration: none;
	color: #003050;
}

#content .title a:hover {
	color: #D0A000;
}

#content .top {
	border-top: none;
}


#photos table {
	border-collapse: collapse;
	width: 853px;
}

#photos {
	border-bottom: 1px solid #003050;
}

#photos td {
	padding: 5px;
	border: 1px solid #003050;
	background: #ddd;
	text-align: center;
}

#photos td img {
	border: 1px solid #003050;
}
