* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
	background: #dadada;
}
body {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 15px;
	line-height: 1.4;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 18px;
	margin-top: 0;
}
a {
	color: #2B6992;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.wrapper {
	background: url(../images/site/solignum/bg.jpg) repeat-y top left;
	margin: 0 auto;
	width: 760px;
}
header {
	height: 112px;
	padding: 21px 0 0 52px;
}
h1.logo {
	background: url(../images/site/solignum/logo.png) no-repeat top left;
	color: transparent;
	display: block;
	height: 79px;
	margin: 0;
	overflow: hidden;
	text-indent: -500px;
	width: 178px;
}
.svg h1.logo {
	background: url(../images/site/solignum/logo.svg) no-repeat top left;
}
nav {
	float: left;
	padding: 0 25px;
	width: 18.2%;
}
nav ul {
	list-style: none;
	padding: 0;
}
nav a {
	color: #303030;
	font-weight: bold;
	padding: 0 0 10px 0;
}
.content {
	background: #fff;
	background: rgba(255, 255, 255, .87);
	float: right;
	min-height: 350px;
	padding: 20px;
	position: relative;
	width: 63.6%;
}
.content:before {
	content: url(../images/site/solignum/house.jpg);
	display: block;
	height: 307px;
	left: -137px;
	position: absolute;
	top: 0;
	width: 137px;
}
.clear {
	clear: both;
}