body {
	margin:0px;
	background:#fff;
}

* {
	font-family:Raleway,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.cb {
	clear:both;
}

p {
	margin-top:0px;
	margin-bottom:0px;
}

.sheader {
	width:100%;
	max-width:960px;
	margin:0 auto;
	height:90px;
	position:relative;
	background:#fff;
}

.sheader .left {
	float:left;
	width:50%;
	min-width:300px;
	position:relative;
	vertical-align:middle;
	height:100%;
}

.sheader .centering {
	display:inline-block;
	height:100%;
	vertical-align:middle;
	width:1px;
}

.sheader .left img {
	display:inline-block;
	vertical-align:middle;
	max-height:70px;
	max-width:50%;
	padding:10px 0px 5px 10px;
}

.sheader .right {
	float:right;
	width:50%;
	min-width:300px;
	text-align:right;
	position:relative;
	vertical-align:middle;
	height:100%;
}

.sheader .right .wrap {
	display:inline-block;
	vertical-align:middle;
	width:90%;
	position:relative;
}

.sheader .right .contents {
	display:inline-block;
	vertical-align:middle;
	width:100%;
	position:relative;
}


.headline {
	background:#f9f9f9;
	padding:30px 15px;
}

.headline .wrap {
	width:75%;
	max-width:800px;
	margin:0 auto;
	text-align:center;
	font-size:3em;
	line-height:125%;
	font-family:Bitter,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.body {
	width:100%;
	max-width:960px;
	margin:0 auto;
	position:relative;
	display:block;
	background:#fff;
}

.body .main {
	
}

.body .main > .wrap {
	padding:30px 30px 0px 30px;
	line-height:150%;
}

.body > .box {
	width:100%;
	position:relative;
}

.body > .box > .wrap {
	border:5px solid #eee;
	margin:30px;
	padding:20px;
}

.lower {
	width:100%;
	max-width:960px;
	margin:0px auto;
}

.lower > .wrap {
	padding:0px 40px 40px 40px;
}

.sfooter {
	background:#f9f9f9 !important;
	padding:30px 15px !important;
}

.sfooter > .wrap {
	width:100%;
	max-width:960px;
	text-align:center;
	font-size:14px;
	margin:0 auto;
}

a {
	color:#428bca;
	text-decoration:none;
}

a:hover {
	color:#333;
}


@media (max-width:600px) {
	.body > .main { float:none;width:100%; }
	.body > .box { float:none;width:100%; }
	.body > .box > .wrap { margin-top:0px; }
	.sheader { height: auto; }
	.sheader .left {float:none; height:auto; width:100%; }
	.sheader .left img { max-height:50px; }
	.sheader .centering { display:none }
	.sheader .right {float:none; height:auto; width:100%; text-align:left; padding-left:15px; }
}

