h1, body
{
	color: #EEEEEE;
	background-color: #222222;
	font-family: Georgia, Arial, Times, Impact;
}
a:link
{
	color: #777777;
	background-color:;
	text-decoration: none;
}
a:visited, a:active
{
	color: #AAAAAA;
	background-color:;
	text-decoration: none;
}
a:hover
{
	color: #FFFF00;
	background-color:;
	text-decoration: none;
}
a.silentLink
{
	color: #222222;
}
a.leftArrow
{
	color: #222222;
}
a.leftArrow:hover
{
	display: block;
	color: #222222;
	background:url(res/arrow_left_lighted.png) center top no-repeat;
}
a.rightArrow
{
	color: #222222;
}
a.rightArrow:hover
{
	display: block;
	color: #222222;
	background:url(res/arrow_right_lighted.png) center top no-repeat;
}
hr
{
	height: 1px;
	margin: 0px;
}
#nav
{
	float: left;
	min-width: 170px;
	min-height: 1000px;
}
.navItem
{
	list-style-type: none;
}
.imageRow
{
	margin: 0px;
}
.imageList
{
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.mainImageItem
{
	display: inline;
}
.mainImage
{
	border: 0px;
	margin: 2px;
}
.footerImageItem
{
	display: inline;
}
.footerImage
{
	border: 0px;
	margin: 2px;
}
.noPhotoTitle
{
	color: #222222;
	background-color: #222222;
}
.photoTitle
{
	color: #EEEEEE;
	background-color: #222222;
}
.innerPhotoContainer
{
	float: left;
	padding: 5px;
	background-color: #222222;
	border-left: #555555 solid 1px;
	border-top: #555555 solid 1px;
	border-right: #000000 solid 1px;
	border-bottom: #000000 solid 1px;
}
.photoContainer
{
	float: left;
	height: 230px;
	margin: 10px;
	background-color: #222222;
	text-align: center;
}
.copyright
{
	float: none;
	clear: both;
  color: #FFFFFF;
}
.copyrightText
{
	color: #AAAAAA;
	font-size: small;
}
