/* CSS Document */

#gallery {
width:660px;
float:right;
}
#gallery_t {
	width:650px;
	padding-left:10px;
	

}
#gallery_t .gbg {
	background-image: url(images/base.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: 150px;
	float: left;
	margin-right: 12px;
	margin-top: 10px;
	text-align: left;
}


#gallery .gbg {
	background-image: url(images/base.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: 150px;
	float: left;
	margin-right: 5px;
	margin-bottom: 20px;
}
.gbg .thm {
	margin-top: 5px;
	margin-left: 6px;
	border: 1px solid #999999;
}
.gbg p{
	font-size: 10pt;
	width: 138px;
	margin-top: 2px;
	margin-left: 6px;
}
.sp5 {padding-bottom:10px;}

#gallery h3{
	background-image: url(images/dot.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	font-size: 16pt;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top: 2px;
}
