htm
{
	background: #949494;
}

body
{
	margin: 0;
	background: #949494;
	padding: 0;
	min-width: 988px;
	color: white;
	line-height: 20px;
	font-family: sans-serif;
	font-size: 11pt;
}

:link, :visited
{
	color: inherit;
	text-decoration: inherit;
}

:link:hover, :visited:hover
{
	margin-left: -2px;
	margin-right: -2px;
	padding-left: 2px;
	padding-right: 2px;
	background-color: black;
	color: white;
}

#wrap
{
	margin: 15px auto;
	padding: 0;
	width: 958px;
}

#main
{
	position: relative;
	margin: 0;
	background: transparent url("images/museum.jpg") no-repeat scroll 4px 4px;
	padding: 0;
	width: 100%;
	height: 737px;
}

#borderTop, #borderBottom
{
	position: absolute;
	left: 0;
	margin: 0;
	background: transparent none repeat-x;
	padding: 0;
	width: 100%;
	height: 4px;
}

#borderTop
{
	top: 0;
	background-image: url("images/border_top.gif");
}

#borderBottom
{
	bottom: 0;
	background-image: url("images/border_bottom.gif");
}

#borderLeft, #borderRight
{
	position: absolute;
	top: 0;
	margin: 0;
	background: transparent none repeat-y;
	padding: 0;
	width: 4px;
	height: 100%;
}

#borderLeft
{
	left: 0;
	background-image: url("images/border_left.gif");
}

#borderRight
{
	right: 0;
	background-image: url("images/border_right.gif");
}

#borderTopLeft, #borderTopRight, #borderBottomLeft, #borderBottomRight
{
	display: block;
	position: absolute;
	width: 8px;
	height: 4px;
}

#borderTopLeft, #borderBottomLeft
{
	left: 0;
}

#borderTopRight, #borderBottomRight
{
	right: 0;
}

#borderTopLeft, #borderTopRight
{
	top: 0;
}

#borderBottomLeft, #borderBottomRight
{
	bottom: 0;
}

#header
{
	display: block;
	position: absolute;
	left: 34px;
	top: 24px;
	margin: 0;
	padding: 0;
	width: 402px;
	height: 53px;
}

#navigation
{
	position: absolute;
	right: 24px;
	top: 24px;
	margin: 0;
	padding: 0;
	width: 220px;
	list-style: none inside;
	font-size: 10pt;
	text-align: right;
}

#navigation li
{
	margin: 0;
	margin-bottom: 2px;
	padding: 0;
}

#navigation li.active
{
	font-weight: bold;
}

#pane
{
	position: absolute;
	left: 34px;
	top: 104px;
	margin: 0;
	background: white;
	padding: 0;
	width: 649px;
	max-height: 600px;
	overflow: auto;
	color: black;
	opacity: 0.8;
}

#content
{
	margin: 20px 20px 60px;
}

.footer
{
	margin: 15px 0;
	padding: 0;
	padding-right: 24px;
	text-align: right;
	font-size: 9pt;
}

.footer li
{
	display: inline;
	margin: 0;
	margin-left: 20px;
}

p
{
	margin: 20px 0;
	padding: 0;
}

ul
{
	margin: 0;
	margin-left: 50px;
	padding: 0;
	list-style: square outside;
}

#content ul:first-child
{
	margin-left: 20px;
}

li
{
	margin: 0;
	padding: 0;
}

dl
{
	position: relative;
	margin: 0;
	padding: 0;
}

dt
{
	position: absolute;
	left: 0;
	margin: 0;
	background: transparent url("images/dots.gif") repeat-x 0 1.1em;
	padding: 0 2px;
	width: 250px;
}

/*
div.dots
{
	position: absolute;
	left: 0;
	margin: 0;
	margin-top: 14px;
	border-top: 1px dotted black;
	padding: 0;
	width: 250px;
	height: 0;
	z-index: -1;
}
*/

dd
{
	margin: 5px 0;
	margin-left: 250px;
	padding: 0;
	padding-left: 5px;
	font-style: italic;
}

/* Safari hack */

dt
{
	margin-top: 5px;
#}

dl dt:first-child
{
	margin-top: 0; /* compensate for no margin collapse */
}
