@charset "utf-8";
/* Gallery pages */

#gallery_body{
	width:811px;
	margin:20px auto;
}
#gallery_body .creep_head{
	padding-bottom:10px;
}
#gallery_body .creep_body{
	text-align:left;
}

#images .image{
	text-align:center;
	width:162px; /* divides into width of container evenly, so floats appear centered */
	height:180px;
	float:left;
}
#images a.image_title{
	display:block;
	margin:0 auto 6px;
	text-decoration:none;
}
#images a.image_title:hover{ text-decoration:underline; }
