.generalLook {
	width: 700px;
	padding: 10px;
	border: 1px dashed #DDDDDD;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.generalLook:hover {
	background-color: #EEEEEE;
	border: 1px dashed #CCCCCC;
}

.generalLook h1 {
	font-size: 11pt;
	color: #336699;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	margin-left: 20px;
	font-weight: lighter;
}

.thumbnail {
	padding-right: 0px;
	right: 0px;
	margin-right: 3px;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
}
.leftColAlbum {
	width: 300px;
	clear: right;
	float: left;
}
