#nav-trigger,
#nav-main,
.topbar,
.banner,
#footer,
div.col.three.sidebar,
.nextprev,
.backlink,
.button
	{display:none;}

section {padding:0;}

#content {padding-top:50px;}

.container {max-width:100%;}
.one,
.two,
.three,
.four,
.five,
.six,
.seven,
.eight,
.nine,
.ten,
.eleven {width:100%;float:none;}

body {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight:normal;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  background:#FFF;
}
#header {
    z-index: 9999;
    position: relative;
    width: 100%;
    background: #FFF;
    min-height:0px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0);
}

.logo {
    width:200px;
    padding:0;
    float:none;
}