* {
  margin: 0px;
  padding: 0px;
}

body {
  font: 80% Verdana, Tahoma, arial, sans-serif;
  color: #2c3500;
}

img {
  border: none;
}

#wrapper {
  min-width: 1020px;
  width:expression(document.documentElement.clientWidth < 1000 ? "1000px" : document.documentElement.clientWidth + "px");
}

#top_banner {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 5px;
}

#top_banner img {
  border: 1px solid black;
}

#header {
  background: url(img/header_back.png) repeat-x;
  height: 87px;
  margin-bottom: 5px;
  padding-left: 5px;
}

#header img {
  margin-top: 9px;
}

#top_menu {
  float: right;
  width: 335px;
  background: url(img/top_menu_back.png) right bottom no-repeat;
  list-style: none;
  padding-top: 81px;
  padding-bottom: 1px;
}

#top_menu li{
  display: inline;
  margin-left: 20px;
}

#top_menu a{
  color: #fff;
  font-size: 11px;
  text-decoration: none;
}

#right {
  width: 152px;
  float: right;
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
}

#right img {
  border: 1px solid black;
}

#right a {
  color: #2c3500;
}

#right object {
  border: 1px solid black;
  display: block;
}

#left {
  width: 155px;
  float: left;
  padding-top: 5px;
  padding-left: 5px;
}

#left a {
  color: #2c3500;
}

#content {
  margin-left: 165px;
  margin-right: 165px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  overflow: hidden;
}

#content a {
  color: #2c3500;
}

#content .text li {
  margin-left: 20px;
}

.clear {
  clear: both;
}

#footer {
  padding: 5px;
  background: #d2e288;
  color: #fff;
  font-size: 8px;
  line-height: 12px;
  text-align: right;
  margin-top: 10px;
}

#footer a {
  color: #fff;
}

.box_title {
  display: inline;
  background: #d2e288 url(img/box_title_bg.png) top right no-repeat;
  font-size: 12px;
  border-left: 1px solid #2c3500;
  padding-right: 28px;
  padding-left: 5px;
  padding-top: 2px;
  position: relative;
  top: 3px;
  zoom: 1;
}

* html .box_title {
  margin-left: -3px;
}

.box_body {
  border: 1px solid #2c3500;
  background: #d2e288;
  zoom:1;
  padding: 5px;
  font-size: 11px;
}

* html .box_body {
  margin-left: -3px;
}

.box_content {
  border: 1px solid #2c3500;
  background: #fff;
  padding: 5px;
}

.error {
  color: red;
}

#content ul {
  padding-left: 20px;
}

#search_form select {
  width: 140px;
  background: #fff;
  border: 1px solid #2c3500;
}

#pages {
  padding-top: 10px;
  padding-bottom: 5px;  
}

.title {
  float: right;
  font-size: 15px;
  margin-top: 63px;
  position: absolute;
  right: 5px;
  font-style: italic;
  font-face: Arial;
  font-weight: bold;
}

h1 {
  font-size: 16px;
}


