@import url('https://fonts.googleapis.com/css?family=Roboto+Slab');

body {
	background-color: #FFF;
}

.t-primary-bgcolor {
	background-color: #6F1012;
}

a {
	color: #c61f18;
}

.header-wrapper {
	background-image: url(body_bg.png);
	background-repeat: repeat-x;
}

.header {
	height: 205px;
}

.header__logo {
	padding: 22px 10px;
	float: left;
}

.header__nav {
	float: left;
	margin-top: 74px;
	margin-left: 69px;
}

.header__nav a {
	color: white;
	font-family: 'Roboto Slab';
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 1px;
	display: inline-block;
	padding: 16px 16px 16px 17px;
}

.header__nav a:hover {
	text-decoration: none;
	color: #cccccc;
}

.header__contact {
	display: none;
}

.main-wrapper {
	clear: both;
}