/*
  Page layout
*/
body {
  background: #a0a0a0 url('images/body-bg.jpg') repeat-y center;
}

* html #container {  /* ie6 doesn't do such a good job centering */
  background-image: url('images/body-bg.jpg')
}
#container {
  background: url('images/body-bg.jpg') no-repeat top center;
  margin: 0 auto;
  padding-top: 24px;
  width: 826px;
}
#header, #main {
 margin-left: 10px;
 width: 806px;
}


/*
  #header
*/

#headerbar h2 {
  margin-top: 0;

}
#headerbar h2 a {
  display: block;
  font-size: 34px;
  padding: 22px 22px 18px;
  text-decoration: none;
}
#navtop {
  position: relative;
  top: -214px;
}
div.mission {
  background: #c6cfa5 url('images/liang-header.jpg') no-repeat top right;
  position: relative;
  top: 33px;
  height: 214px;

}
div.mission p {
  color: #336633;
  font: italic 20px 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  overflow: hidden;
  padding: 50px 0 0 0px;
  position: relative;
  text-align: center;
  width: 70%;
  left:-45px;
}
div.mission span {
  position: relative;
  left: 900px;
}


/*
  #main
*/
#main {
  clear: both;
}

#navleft, #feature {
  display: none;
}

#content {
  padding: 0 2em;
}
p.refer {
  float: right;
}
div.feature {
  border: 1px solid #666;
  float: right;
  margin-left: 1.4em;
  padding: 0 1.2em;
  width: 20em;
}


/*
  #footer
*/
#footer {
  clear: both;
  margin: auto;
  width: 75%;
}


#address-container {  
  position: absolute;
  top: 0px;
  margin: 35px 0px 0px 500px;
  *margin: 35px 0px 0px 190px;
  width: 200px;
  text-align: right;
}

