#wrapper {
	
	width:auto;
	background-image: url(images/bg8.jpg);
}

#wrapper #gallery {
	width:675px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;

}

#gallery .holder {
	width:210px;
	height:180px;
	float:left;
}

.holder .thumb {
	width:140px;
	height:180px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
}

.holder .title {
	width:140px;
	height:40px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	overflow:hidden;
}

.title h3 {
	margin:0;
	font-family:"Comic Sans MS", cursive;
	font-size:12px;
	overflow:hidden;
	color:#333;
	text-align:center;
}


.holder img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.clearFloat {
	clear:both;	
}
