body {
	background-image: url(../img/layout/bg_layout.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
#siteHeader {
	background-image: url(../img/layout/sub_mainimg.jpg);
	height: 285px;
}
.before {
	float: left;
	width: 208px;
}
.after {
	float: right;
	width: 348px;
	margin-bottom: 20px;
}
.before figcaption, .after figcaption, .afters figcaption, .aftersSide figcaption {
	padding-top: 10px;
}
hr {
	display: block;
	clear: both;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 20px;
}
.afters {
	float: left;
	width: 273px;
}
.aftersSide {
	float: right;
	width: 273px;
}
