body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7903d5;
	background-color: #000000;
	padding: 0px;
	margin: 0;
		background: url(notes.jpg) no-repeat;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover{
	color: #fff;
	background-color: #333;
}
#header {
	border-bottom-width: 1px;
	border-bottom-color: #994bd5;
	border-bottom-style: dashed;
}
.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 {
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
#topLine a:hover{
	color: #000;

}
table {
	color: #000;
	font-size: 12px;
}
.thumbsBox{
	width: 170px;
	height: 170px;
	text-align: center;
	float: left;
	word-wrap:break-word;
	word-break:break-all;
	margin-top: px;
	margin-bottom: px;
	margin-left: px;
	margin-right: 0px;
}
.thumbsBox a{
	word-wrap:break-word;
	word-break:break-all;
	padding: 0px;
	border: 1px solid #000;
	text-align: center	;
	width: 165px;
	float: left;
	height: 165px;
	overflow: hidden;
}

#contentBox {
	padding-top: 10px;
	min-height:500px;
	width: 100%;
}
.control {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #b287d4;
}
#logoBox {
	float: left;
}
