body {
	margin: 0;
	padding: 0;
	background-color: #6C9C58;
}
#lightBox{
	position: absolute;
	z-index: 50;
	background-image: url('images/transbk.png');
	width: 100%;
	min-height: 750px;
	height:100%;
	text-align: center;
	display: none;
}
#lightBox img{
	border: 10px solid #FFFFFF;
	margin-top: 25px;
}
#albumList{
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	max-width: 800px;
	min-width: 550px;
}
#albumList ul{
	margin-top: 0px;
	margin-bottom: 5px;
	padding-left: 0px;
}
#albumList ul li{
	display: inline;
	padding: 5px 15px 5px 15px;
	font-family: arial;
	font-size: 0.8em;
}
#albumList ul li:hover{
	background-color: #9A9A9A;
}
#albumList ul li a{
	color: #FFFFFF;
	text-decoration: none;
}
#bkContainer{
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	background-position: top left;
	max-width: 800px;
	min-width: 550px;
	height: 400px;
	border: 1px solid #FFFFFF;
}
#hidePictures{
	float: right;
	padding: 5px 3px 3px 3px;
}
#hidePictures a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: arial;
	font-size: 0.7em;
}
h3{
	font-family: arial;
	text-align: center;
	margin-top: 3px;
}
h3:hover{
	color: #FFFFFF;
}
dl{
	font-family: arial;
}
dt{
	font-weight: bold;
	margin-top: 10px;
}
dl:hover{
	color: #FFFFFF;
}
#pictureList{
	margin: 25px 10px 10px 50px;
}
#pictureList a img{
	border: 1px solid #FFFFFF;
}
#footer{
	color: #FFFFFF;
	text-align: center;
	font-size: 0.8em;
	margin-top: 20px;
}
