#container #contentarea {
}
#container #contentarea #contents {
	width: 802px;
	padding-top: 10px;
}
#container #contentarea #contents h1 {
	margin: 12px 0px;
	padding: 0px 0px 3px;
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #411f00;
	border-bottom: 1px solid #f2f2f2;
}
#container #contentarea #contents h2 {
	margin: 12px 0px;
	padding: 0px 0px 3px;
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #3E1D01;
	border-bottom: 1px solid #f2f2f2;
}
.gallery{
	float: left;
	height: 170px;
	width: 175px;
	border: 1px solid #CCCCCC;
	margin: 7px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.imagetop{
	text-align: center;
	height: 20px;
	width: 175px;
	overflow: hidden;
}
.thumb{
	width: 130px;
	text-align: center;
	height: 130px;
	margin-right: auto;
	margin-left: auto;
}
.imagebottom{
	height: 20px;
	width: 175px;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.leftside{
	text-align: left;
	height: 20px;
	width: 82px;
	overflow: hidden;
	float: left;
	font-size: 11px;
	padding-left: 3px;
}
.rightside{
	float: left;
	text-align: right;
	height: 20px;
	width: 82px;
	overflow: hidden;
	font-size: 11px;
	padding-right: 3px;
}
a{
	color: #3E1D01;
	text-decoration: none;	
}
a:hover{
	color: #ECA522;
	text-decoration: none;	
}

