body {
	padding: 0;
	margin: 0;
	text-align: center;
	min-width: 1000;
	font: medium "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

.wrapper {
	width: 1000px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	height: 100%;
	margin: 0 auto;
	bottom: 0;
	top: 0;
	text-align: left;
}

.footer {
	background: url(images/footer.jpg) no-repeat;
	width: 990px;
	height: 12px;
	text-align: right;
	color: white;
	font-size: x-small;
	line-height: 1;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 10px;
}

.footer a {
	color: #025aa6;
	font-weight: bold;
	text-decoration: none;
}

.content {
	margin: 0 20px 20px;
	line-height: 1.4;
}

.textHeadline {
	line-height: 1;
	font-size: xx-large;
	color: #025faf;
	text-shadow: #414141 2px 2px 4px;
	letter-spacing: .1em;
}
