body
{
	background-color: Black;
	background-image: url(../gfx/background.gif);
	background-repeat: repeat-x;
	margin-top: 55px;
	color: White;
	font-family: Verdana, Arial, Sans-Serif;
}

SPAN.contentheader
{
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color: #cccccc;
	text-transform: uppercase;
	text-decoration: none;
}

TABLE#container
{
	width: 840px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

TABLE#container TD
{
	font-size: 10px;
}

TD#toplogo
{
	height: 43px;
	width: 100%;
	background-image: url(../gfx/logo.png);
	background-repeat: no-repeat;
	cursor: pointer;
	cursor: hand;
}

TD#topmenu
{
	height: 17px;
	font-size: 12px;
	height: 17px;
}

TD#topmenu A
{
	margin-right: 30px;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	vertical-align:top;
	color: White;	
}

TD#content
{
	height: 330px;
	width: 100%;
}

TD#content A:link, A:visited
{
	color: #cccccc;
	text-decoration: underline;	
}

TD#content A:hover
{
	color: #ccccaa;
	text-decoration: none;	
}

DIV#text
{
	font-size: 10px;
}

TD#footer
{
	height: 15px;
	font-size: 10px;
	color: #cccccc;
	width: 100%;
}

#footer A
{
	color: #cccccc;
	text-decoration: none;	
}

TD#links
{
	position: relative;
	height: 17px;
	text-align: right;
	top: -5px;
}

TD#links IMG
{
	border-style: none;
	vertical-align: top;
}

TD#links A
{
	border-style: none;
	vertical-align: middle;
}

TD#maincontent
{
	font-size: 10px;
	WIDTH: 280px;
}

TD#maingallery
{
	vertical-align: bottom;
	text-align: right;
	width: 560px;
}

TD.topscroll
{
	text-align: center;
	padding-bottom: 22px;
}

TD.bottomscroll
{
	text-align: center;
	padding-top: 26px;
}

TD.leftscroll
{
	width: 20px;
	vertical-align: middle;	
}

TD.rightscroll
{
	width:20px;
	vertical-align: middle;
	text-align: right;	
}

TABLE.gallery
{
	width: 100%;	
}

TD.gallerycomment
{
	margin: 0px 0px 0px 0px;
	padding-right: 30px;
	text-align: left;
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: normal;
	font-size: 9px;
	color: #cccccc;
	background-color: Black;
	text-decoration: none;
	padding-bottom: 10px;
}

TD.gallerycomment IMG
{
	cursor: pointer;
	cursor: hand;
}

#restartgallery
{
	text-align: left;
	margin-left: 93px;
}

#restartgallery A
{
	font-weight: bold;
	color: #cccccc;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	white-space:nowrap;
}

#nav a {
	display: block;
	margin-bottom: 10px;
	/*width: 10em;*/
}

#nav li { /* all list items */
	float: left;
	/*width: 10em;  width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: black;
	/*width: 10em;*/
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
