@charset "utf-8";



/* -- Menu
-------------------------------------------------------------------------------- */
article > h1 {
	background: url(../img/vis.png) no-repeat center 0;
	background-size: auto 100%;
}
article h1 img {
	top: 27px;
	margin-left: -117px;
	width: 234px;
	height: auto;
}
article > section:first-of-type {
	padding-bottom: 0;
	position: relative;
}
article > section:after {
	background: url(../../img/bg_cont.gif) repeat;
	content: "";
	display: block;
	height: 250px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
}
article > section div {
	font-size: 13px;
	background: url(../../img/bg_body.gif) repeat;
	padding: 35px 15px;
	margin-bottom: 15px;
	border: 5px solid #B58C11;
	position: relative;
	z-index: 1;
}
article > section div p + p {
	margin-top: 1.5em;
}
article > section div + img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}
