/* chamcam local */
#logo {
  float: left;
}

#Header {
  position: relative;
/*  margin-bottom: 0px; */
}
#wrapper {
  padding-top: 0px;
  background: #fff;
}
#nav {
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 30px;
  padding-left: 30px;
  background: #0863a9 url(../images/bg_nav.gif) top left no-repeat;
}
#nav ul {
  list-style: none;
  margin-left: 20px;
  padding: 0px;
}
#nav li {
  float: left;
  width: 130px;
  line-height: 30px;
  

}

/* basic styling */
.Asset span.Header h1, #Content .Asset span.Header h2, .Asset span.Header h3, .Asset span.Header h4 {
  font-size: 20px;
  color: #000;
}
.Asset span.Text {
  color: #222;
  font-size: 13px;
}
/* nav links */
#SiteWrapper #nav li a {
  display: block;
  text-align: center;
  width: 130px;
  font-weight: bold;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}
#SiteWrapper #nav li a:hover,
#SiteWrapper #nav li a.on {


}
