
body {
  background: #ffffff;
  margin: 0 0 0 0;
  height:100%;
}

#container {

  width:100%;
  background: #ffffff;
  margin: 0 0 0 0;
  font-size: 20px;
  font-family: arial, serif;
background-image:url('http://www.oregon-windshield.com/images/header-bg.jpg');
background-repeat: repeat-x;;
}


#sidenav {
  margin-top: -4px;

  background-image: url('../images/Sidenav.jpg');
  background-repeat: repeat-y;
}

html>body #sidenav {
margin-top: 0px;

}

#content {
  width:760px;
  padding-right:10px;
  position:absolute;
  left:240px;
  top:179px
}


#commercLEFT {
  width:300px;
  margin-left:30px;
  text-align:center;
}


#commercRIGHT {
  width:380px;
  margin-left:320px;
  margin-top:-57px;
  text-align:center;
}

.bigtext {
  font-size:24px;
  line-height: 28px;
  font-weight:bold;
}

.orange {
  color:red;
  font-weight:bold;
}

.blue {
  color:#4700B8;
}


.foot {
  font-size: 9px;
  font-family: arial, serif;
}


