div#header {
  background-color: #ffffff;
  position: relative;
  padding: 0px;
  margin: 0px;
}

.header-site {
  background-image: url("/images/layout/header_background.gif");
  background-repeat: repeat-x;
}

.header-home {
  background-image: url("/images/layout/header_home_background.gif");
  background-repeat: repeat-x;
}

#topMenu {
  position: absolute;
  top: 2px;
  right: 5px;
  line-height: 16px;
  text-align: right;
}

#searchForm {
  display: inline;
  margin: 0;
}

div#container {
  width: 906px;
  text-align: left;
  padding: 0px;
  margin: 0px;
  background: #fff;
  margin: 20px auto;
}

/* -----------------content--------------------- */
div#content { 
  background: #ffffff;
  padding: 0px;
  margin-left: 200px;
  margin-right: 0px;
  min-height: 600px;
  height: auto !important;
}

/* --------------left navi------------- */
div#navigation {
  float: left;
  width: 200px;
  margin: 0px;
  padding: 0px;
}

/* -----------footer--------------------------- */
div#footer {
  clear: both;
  margin: 0px;
  padding: 0px;
  text-align: right;
}

