@charset "utf-8";
/* CSS Document */

#galleryBox{
	background-color:#FFF;
	color:#0c1e3c;
	padding:0px;
	border:4px solid #0c1e3c;
	margin-bottom:0px;
	z-index:1000;
}
#galleryBox h1{
	margin:0px 4px;
	padding:6px 14px;
}
.galleryThumb{
	float:left;
	margin:0px 0px 4px 4px;
	width:160px;
	height:160px;
}
.galleryThumb img{
	width:160px;
	height:160px;
	background:#717780;
}
#contentBox{
	padding-top:4px;
}
