* {
	margin: 0;
	padding: 0;
}

html {
	min-width: 960px;
}

.wrapper {
	margin: 0 auto;
	width: 960px;
	background: url(../images/background.png) top center no-repeat;
	background-size: 960px;
}

.clearfix:after {
	display: block;
	clear: both;
	content: '';
}

.header img {
	margin: 35px 0 80px 35px;
	outline: none;
}

.nav ul {
	float: left;
}

.nav li {
	display: table-row;
}

.nav a {
	display: table-cell;
	width: 230px;
	height: 43px;
	vertical-align: middle;
	background: url(../images/button.png) left no-repeat;
	border-bottom: 2px solid #fff;
	font: 13px/13px 'PT Serif', serif;
	text-decoration: none;
	color: #000;
	text-align: center;
}

.section {
	float: right;
	width: 700px;
}

.section article {
	padding: 0 10px 0 0;
}

.section h1 {
	text-transform: uppercase;
	font: bold 30px/40px 'PT Serif', serif;
	margin: 0 0 25px;
	text-align: center;
}

.section p {
	text-indent: 20px;
	font: 15px 'PT Serif', serif;
	margin: 0 0 20px;
}

.footer {
	float: left;
	width: 100%;
	border-top: 1px solid #000000;
	margin: 55px 0 0;
	/*margin: 5px 0 0;*/
}

.footer p {
	padding: 85px 0 35px 65px;
}




