body {
	background-color: #000000;
	padding: 0px;
	margin: 0;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover{
	color: #ffffff;
	background-color: #6FB8B7;
}
.albumTitle {
	font-size: 25px;
}

#topLine {
	height: 22px;
	background-image: url(topLineBack.gif);
	background-position: right;
	text-align: right;
	padding-right: 20px;
	padding-top: 3px;
}
#topLine a {

	color: #000000;
	text-decoration: none;
}
#topLine a:hover{
	color: #000000;

}
table {
	color: #000000;

}
.thumbsBox{
	width: 120px;
	height: 110px;
	text-align: center;
	float: left;
	word-wrap:break-word;
	word-break:break-all;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 4px;
	margin-right: 0px;
}
.thumbsBox a{
	word-wrap:break-word;
	word-break:break-all;
	border: 1px solid #83DAD4;
	text-align: center;
	width: 100px;
	float: left;
	height: 95px;
	overflow: hidden;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#contentBox {
	padding-top: 10px;
	min-height:500px;
}
.control {
	border-top-width: 1px;
	border-top-color: #8FDAD6;
}
#logoBox {
	float: left;
}
