

#w {
  display: block;
  max-width: 900px;
  min-width: 300px;
  margin: 0 auto;
}

#content {
  margin: 0 1em;
  background: #fff;
  padding: 0 10px;
}

#pagebody {
  padding: 15px 25px;
}

/* navigation bar */
#topnav nav {
    background: none repeat scroll 0 0 #000000;
    height: 41px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.nav {
	 float: right;
    margin:15px 0 0;
}
#topnav h1 {
  font-family: 'Boogaloo', 'Trebuchet MS', sans-serif;
  font-size: 3.3em;
  font-weight: normal;
  line-height: 70px;
  letter-spacing: 0.03em;
}
#topnav h1 a {
  text-decoration: none;
  padding: 3px 7px;
  color: #649554;
  background: #c8e3bf;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.65);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
#topnav h1 a:hover {
  background: #d6eece;
  color: #7ca76d;
}

#topnav #navbtn {
  display: none;
  float: right;
  top: 0;
  width: 20px;
  height: 70px;
  background: url('images/menu.png') center no-repeat;
  text-indent: -99999px;
  overflow: hidden;
}

#topnav nav {
  position: relative;
  top: 0;
  right: -10px;
  background: none;
}

#topnav nav ul {
  list-style: none;
}
#topnav nav ul li {

    color: #6D6D6D;
    float: left;
    font-size: 14px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: capitalize;

}

#topnav nav ul li a {
    color: #fff;
    display: block;
    padding: 0 12px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    transition: all 0.3s ease-in-out 0s;
    font-family: arial;
    font-weight: normal;


}
#topnav nav ul li a:hover {

    color: #FF7100;
    display: block;
    text-decoration: none;

}


/* responsive styles */
@media(min-width:768px) and (max-width:1024px) {

  #topnav { height: auto; }
  #topnav nav {
    display: none;
    position:absolute;
	margin-left:-206px;
    width: 100%;
    top: auto;
    right: auto;
	z-index:9999;
  }
  #topnav nav ul li { float: none; margin: 0; }
  #topnav nav ul li a {
    display: block;
    width: 100%;
    line-height: 1.4em;
    border: 0;
    padding: 6px 20px;
    background: #fff;
  }
  #topnav nav ul li a:hover {
    background: #9DA6AE;
  }
  #topnav navs ul li a.sel {
    color: #000;
    background: #9DA6AE;
  }

  #topnav #navbtn {
    display: block;
  }
}