body
{
	font: normal 13px Georgia, serif;
	color: #555555;
	background: #101017 url('../images/background.gif') bottom left fixed repeat-x;
	padding: 0px;
}

div#sectionNavigation
{
	padding-left: 20px;
	padding-bottom: 20px;
	color: #303030;
}

div#sectionNavigation a
{
	color: #555555;
	text-decoration: none;
}

div#sectionNavigation a:hover
{
	color: white;
	background: none;
}

div#sectionNavigation a:active
{
	color: white;
	background: none;
}

h1
{
	font-size: 12px;
}

a:link
{
	color: #aaa;
	text-decoration: none;
}

a:visited
{
	color: #999;
	text-decoration: none;
}

a:hover
{
	color: #FFF;
}

a:active
{
}

a img
{
	border: none;
}

a.image
{
	color: none;
	border: none;
	background: none;
}

#container
{
	width: 759px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-color: #000;
	border: 1px #222 solid;
}

div#imageCenteringDiv
{
	text-align: center;
	width: 759px;
	height: 450px;
	padding-top: 75px;
	color: #999;
}

div#imageCenteringDiv h1
{
	font-size: 18px;
}

div#breadcrumb
{
	margin: 10px;
}


div.largeImage
{
	visibility: hidden; //don't show image
	display: none; // don't reserve space for image
}

iframe#thumbnails
{
	scrolling: auto;
	border: 0px none #000;
	frameborder: 0px;
	background-color: #000;
}

div#thumbnails
{
	border: 0px none #000;
}

div#thumbnails img
{
	border: 1px solid silver;
	height: 24px;
}