body
{
	background-color: #003366;
	color: #CCCCFF;
	font-family: Arial, Helvetica, sans-serif;
}

img
{
	border: 0;
}

/********** Menu **********/

div#menu
{
	display: block;
	float: left;
	width: 10em;
	border: 2px solid #CCCCFF;
	padding: 0 1em 1em 1em;
}

div#menu ul
{
	list-style-type: square;
	line-height: 1.5em;
	margin: 0;
	padding-left: 1em;
}

div#menu h1
{
	display: block;
	text-align: center;
	font-size: x-large;
	font-weight: bold;
	margin-bottom: 0;
}

div#menu h2
{
	display: block;
	border-bottom: 1px solid #CCCCFF;
	line-height: 1.5em;
	text-align: center;
	font-size: medium;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0;
}

div#menu a
{
	display: block;
	width: 100%;
	text-decoration: none;
}

div#menu a:link, div#menu a:visited
{
	color: #CCCCFF;
}

div#menu h1 a:hover
{
	color: #EACC9E;
}

div#menu ul li a:hover
{
	color: #003366;
	background-color: #EACC9E;
}

/********** Content **********/

div#content
{
	padding-left: 13em;
}

div#content hr
{
	border-top: 1px solid #CCCCFF;
	/* display & left-justify for IE */
	height: 1px;
	text-align: left;
	/* left-justify for Mozilla */
	margin: 0 0 0 auto;
}

div#content h1
{
	padding: 0;
	margin: 0;
}

div#content p a:link, div#content p a:visited
{
	color: #CCCCFF;
	text-decoration: none;
	border-bottom: 1px dotted #CCCCFF;
}

div#content p a:hover
{
	color: #EACC9E;
	text-decoration: none;
	border-bottom: 1px dotted #EACC9E;
}

/********** Gallery View **********/
div.gallery
{
	display: block;
	float: left;
	width: 150px;
	border: 1px solid #CCCCFF;
	padding: 0.25em;
	text-align: center;
	margin: 0 1em 1em 0;
}

div.gallery img
{
	padding: 0.5em;
	border: none;
}

div.gallery span.caption
{
	font-style: italic;
	font-size: small;
}

/********** Full View **********/
table#gallery_info
{
	width: 25em;
	border: 0;
}

table#gallery_info th
{
	width: 8em;
	font-weight: bold;
	text-align: right;
	margin-left: 1em;
}