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

#content {
	width: 888px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
h1 {
	position: relative;
	height: 170px;
	width: auto;
	background-image: url(resources/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
h1 a {
	position: absolute;
	top: -999em;
}
#content h2 {
	position: relative;
	height: 441px;
	background-image: url(resources/main-image.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 0.7em;
	background-color: #000;
	color: #FFF;
}
#content h2 span {
	position: absolute;
	top: 45px;
	width: 350px;
	left: 500px;
}
#text {
	font-size: 0.8em;
	padding-left: 380px;
	background-image: url(resources/vanslice.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 50px;
}
#text p {
	padding-bottom: 1em;
}
.hilight {
	font-size: 1.2em;
	font-weight: bold;
}
.hilight em {
	color: #82BF41;
}
.hilight a {
	color: #74B938;
}
#footer {
	height: 131px;
	position: relative;
	background-image: url(resources/footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#footer p {
	font-size: 0.8em;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding-top: 90px;
}
#contactbox {
	font-size: 0.7em;
	font-weight: bold;
	position: absolute;
	top: 68px;
	width: 200px;
	right: 50px;
}
#contactbox p span {
	font-weight: normal;
}
#contactbox p span a {
	color: #6EBC2B;
	text-decoration: none;
	font-weight: bold;
}
form {
	font-size: 0.85em;
}
