@charset "utf-8";
/* CSS Document */
.wrapper-gallery {
	width: 100%;
}
.gallery {
	text-align:center;
}
.body div.left{
	width:427px;
	text-align:center;
	float:left;
	margin-bottom:18px;
}
.body div.right{
	width:427px;
	text-align:center;
	float:right;
	margin-bottom:18px;
}
.gallery-left {
	float:left;
	width:445px;
}
.gallery img{
	margin-right:9px;
	margin-left:9px;
	margin-bottom:18px;
	border: solid 1px #e68f1a; 
}
.gallery-left img.bottom{
	margin-bottom:0px;
}
.gallery-right {
	float:right;
	width:445px;
}
.gallery-right img{
	float:right;
	margin-left:18px;
	margin-bottom:18px;
	border:none;
}
.gallery-right img.bottom{
	margin-bottom:0px;
}
.gallery-head {
	font-family:"Times New Roman", Times, serif;
	font-size:28px;
	color:#9e976f;
}