body {
  margin: 0;
  background-color: #777;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Sans", Arial, Helvetica, "Sans Serif";
  font-size: 10pt;
}

#layout_header {
  margin: 0 auto;
  width: 900px;
  height: 94px;
  background-color: #eee;
  border-bottom: 4px solid #3e91a5;
  vertical-align: middle;
}

#header_logo {
  float: left;
  margin: 15px 15px 0 15px;
}

#layout_header2 {
  background-color: #fff;
  height: 15px;
  width: 900px;
  margin: 0 auto;
}

#layout_banner table {
  width: 100%;
}

#layout_banner #banner_left {
  /* background-image: url("/media/site/img/banner1_left.jpg"); */
}

#layout_banner #banner_right {
  /* background-image: url("/media/site/img/banner1_right.jpg"); */
}

#layout_banner #banner_center {
  width: 900px;
  height: 241px;
  background-image: url("/media/site/img/banner1.jpg");
}

#layout_content {
  width: 900px;
  margin: 0 auto;
  background-color: #fff;
}

#content_left {
  float: left;
  width: 180px;
  background-color: #fff;
  padding: 0 15px 15px 15px;
}

#content_right {
  float: left;
  width: 675px;
  background-color: #fff;
  padding: 0 15px 0 0px;
}

#left_menu {
  background-color: #3e91a5;
  color: #fd0;
  padding: 15px;
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 15px;
}

#left_menu ul {
  padding: 0;
  margin: 0;
}

#left_menu ul ul {
  margin: 0;
  padding-left: 20px;
}

#left_menu li {
  list-style-type: none;
}

#left_menu a:link { color: #fff; text-decoration: none; }  /* unvisited link */
#left_menu a:visited { color: #fff; text-decoration: none; }  /* visited link */
#left_menu a:hover { color:#ddf; }  /* mouse over link */
#left_menu a:active { color:#fdd; }  /* selected link */

#left_menu a.current:link { color: #fd0; text-decoration: none; }  /* unvisited link */
#left_menu a.current:visited { color: #fd0; text-decoration: none; }  /* visited link */

#layout_footer {
  width: 870px;
  height: 20px;
  background-color: #eee;
  /* border-top: 4px solid #d0d0d0; */
  border-top: 4px solid #3e91a5;
  margin: 0 auto;
  padding: 15px;
  font-size: 90%;
}

h1 {
  font-size: 150%;
  margin-top: 0;
  padding: 8px;
  text-align: center;
  background-color: #3e91a5;
  color: #fff;
}

h2 { font-size: 140%; }
h3 { font-size: 130%; }

div#login {
  float: right;
  background-color: #3e91a5;
  color: #fff;
  font-size: 80%;
  padding: 6px 10px;
  height: 37px;
  margin: 47px 15px 0 0px;
}

div.login2 {
  float: left;
  margin-right: 2px;
}

div.login3 {
  float: left;
  margin-right: 0;
}

input.login-edit {
  width: 52px;
  height: 13px;
  font-size: 100%;
}

input#submit {
  width: 30px;
  height: 21px;
  padding: 0;
  font-size: 95%;
}

div#header_nav {
  float: right;
  margin: 64px 15px 0 0;
}

div.nav_buttom {
  float: left;
  background-color: #3e91a5;
  margin-left: 5px;
  padding: 6px;
  font-size: 110%;
  font-weight: bold;
  width: 61px;
  text-align: center;
}

.nav_buttom a:link { color: #fff; text-decoration: none; }  /* unvisited link */
.nav_buttom a:visited { color: #fff; text-decoration: none; }  /* visited link */
.nav_buttom a:hover { color:#ddf; }  /* mouse over link */

.nav_buttom a.current:link { color: #fd0; text-decoration: none; }  /* unvisited link */
.nav_buttom a.current:visited { color: #fd0; text-decoration: none; }  /* visited link */

div.menu_sep {
  height: 8px;
}

