/* Body */
body { font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #999; margin: 0; }
/* Paragraphs and spans */
p { font-size: 12px; line-height: 16px; text-align: left; margin-top: 12px; margin-bottom: 0px; }
/* Headers */
h1 { color: #877400; font-size: 20px; font-weight: bold; text-align: left; margin-top: 0; margin-bottom: 12px; }

h2 {
	color: #666;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	margin-top: 12px;
	margin-bottom: 12px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
}
table {
	border-collapse: collapse;
}

tr.line0 {
	background-color: #fff;
}

tr.line1 {
	background-color: #ccc;
}

th {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background-color: #666;
	text-align: left;
	padding: 2px 4px;
}

td {
	font-size: 12px;
	padding: 2px 4px;
}

hr {
	margin: 12px 0 12px 0;
	height: 6px;
	background-color: #1a235c;
	border: none;
}

/* Links */
a { color: blue ; text-decoration: none; }
a:hover { color: blue ; text-decoration: underline; }
/* Container */
#container { width: 750px; margin-right: auto; margin-left: auto; }
/* Header */
#header { background-image: url(../images/header.jpg); background-repeat: no-repeat; width: 750px; height: 85px; margin: 0; }
/* Main menu */
#menu { background-color: #1a235c; text-align: left; width: 750px; height: 30px; margin: 0; border-bottom: 10px solid #fff; }
#menu ul { margin: 0 0 0 4px; padding: 0; list-style-type: none; }
#menu ul li { font-size: 14px; font-weight: bold; float: left; margin-top: 6px; margin-right: 15px; }
#menu ul li a { color: #fff; text-decoration: none; }
#menu ul li a:hover { color: #fff; text-decoration: underline; }
/* Page */
#page { background-color: #fff; text-align: left; width: 750px; min-height: 335px; margin: 0; }
/* Full content */
#page #content { width: 720px; margin-left: 15px; }
/* Footer and copyright */
#footer { background-color: #1a235c; width: 750px; height: 30px; clear: both; margin: 0; border-top: 10px solid #fff; }
#copy { width: 750px; height: 20px; margin: 0; padding: 12px 0 0; }
#copy ul { margin: 0; padding: 0; list-style-type: none; }
#copy ul li { font-size: 10px; float: left; margin-right: 15px; }
/* Photo gallery navigation */
p.spanHeader { color: #fff; background-color: #666; text-align: center; width: 100%; clear: left; margin-top: 0; padding-top: 2px; padding-bottom: 1px; }
p.spanHeader a, p.spanHeader a:hover { color: #fff; text-decoration: underline; }
/* Photo gallery */
table.photos { width: 720px; clear: left; margin-bottom: 5px; }
table.photos td { text-align: center; width: 240px; height: auto; padding: 0; }
table.photos td img { margin-top: 5px; }

/* Photo */

div#photo {
	text-align: center;
	margin-top: 7px;
}

div#photo img {
	margin-bottom: 5px;
}

div#photo .caption {
	color: #666;
	font-size: 10px;
}