#gallery {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
	padding: 0px;
	height: 180px;
}
#gallery a {
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 180px;
	width: 150px;
	float: left;
	color: #8E6224;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
}
#gallery a:hover {
	color: #442F11;
}

#gallery a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 10px;
}
#pic_right {
	float: right;
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#pic_left {
	float: left;
}
#centralize {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#reg_list #no_bull {
	background-image: none;
	font-size: 15px;
	color: #666;
}
