body {
	background-image: url(/img/bg.png);
	background-repeat: repeat-y;
}

.wrapper {
	width: 90%;
	max-width: 980px;
	overflow: auto;

}

.home {
	position: absolute;
	top: 47px;
	left: 0;
	background-image: url(/img/logo-text.gif);
	background-repeat: no-repeat;
	height: 46px;
	width: 380px;
	overflow: hidden;
	padding:0;
}

.head {
	position: fixed;
	height: 175px;
	width: 100%;
	top: 0;
	background-image: url(/img/header-bg.png);
	background-position: left -30px;
	background-repeat: no-repeat;
	z-index: 100;
	margin: 0 0 0 0;
}

.strapline {
	padding: 1.5em 0 80px 0;
}

.mainnav {
	position: relative;
	width: 26.530612244%;
	background-image: none;
	float:left;
}

.mainnav ul {
	list-style: none;
	padding: 180px 0 0 0;
	margin:0;
	background-image: url(/img/chair.png);
	background-repeat: no-repeat;
	background-position: 85% 55px;
	z-index:100;
}

.mainnav li {
	font-family: "Avenir LT W02 35 Light", helvetica, arial, sans-serif;
	text-align:right;
}

.mainnav li a:link, .mainnav li a:visited {
	color: #fff;
	font-size: 128.6%;
	text-decoration: none;
	padding: 8px 30px 0 0;
	display: block;
	min-height: 31px;
	border: 0;
	position: relative;
	z-index: 100;
}

.mainnav li.inside a:link, .mainnav li.inside a:visited {
	background-image: url(/img/nav-blog-divider.gif);
	background-repeat: no-repeat;
}

.mainnav li a:hover, 
.mainnav li.selected a:link, 
.mainnav li.selected a:visited, 
.mainnav li.inside a:hover {
	background-image: url(/img/nav-selected.gif);
	background-position: center right ;
	background-repeat: no-repeat;
}

.content {
	background-color: #f2f1f5;
	float:right;
	clear: none;
	width: 71.4285714286%;
	position: relative;
	padding: 163px 0 0 2.0408163274%;
	line-height: 1.5;
	min-height: 900px;
	-webkit-box-shadow: -6px 0px 30px 0px rgba(0, 0, 0, 0.7);
	box-shadow: -6px 0px 30px 0px rgba(0, 0, 0, 0.7);
}

.section {
	padding-bottom: 200px;
	margin-bottom: 200px;
}

