body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color:#3A5515;
	
	padding: 0px;
	margin: 0;
}

#container {position:absolute;left:100px;top:100px;width:850px;}

a {
	color:#3A5515;
	text-decoration: none;
}
a:hover{
	color:#99CC00;
	background-color: #3D5100;
}
#header {
	border-bottom-width: 1px;
	border-bottom-color: silver;
	border-bottom-style: solid;
}
.albumTitle {
	position:absolute;
	top:-20px;
	left:5px;
	font-size: 20px;
	
	color:teal;	
}

#topLine {
	height: 22px;
	
	background-position: right;
	text-align: right;
	padding-right: 20px;
	padding-top: 3px;
}
#topLine a {
	font-size: 12px;	
	font-weight:bold;
	color: navy;
	text-decoration: none;
}
#topLine a:hover{
	color: #99CC00;

}
table {
	font-family: Arial, Helvetica, Verdana, sans-serif;	
	color:teal;
	font-size: 18px;
	letter-spacing:0.20em;
}
.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;
	padding: 5px;
	border: 1px solid navy;
	text-align: center;
	color:black;
	width: 100px;
	float: left;
	height: 93px;
	overflow: hidden;
	background-color:#ffffff;
}
#footer {
	text-align: right;
	height: 28px;
	
	padding-right: 20px;
}
#footer a{
	font-size: 12px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 25px;
	color: navy;
}
#footer a:hover{
	color: #99CC00;
}
#contentBox {
	padding-top: 10px;
	min-height:500px;
}
.control {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #5B7900;
}
#logoBox {
	float: left;
}
