body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5em;
  color: #666666;
}

a:link, a:visited {
  color: #000AFF;
  text-decoration: none;
}

a:active, a:hover {
  color: #FF0710;
  text-decoration: none;
}

h1 {
  font-size: 14px;
  font-weight: bold;
  color: #666666;
}

h2 {
  font-size: 14px;
  font-weight: bold;
  color: #666666;
}

h3 {
  font-size: 14px;
  font-weight: bold;
  color: #666666;
}

#container {
  width: 900px;
  margin: auto;
}

#title span {
  color: #898989;
}

#header_img {
  width: 900px;
  height: 100px;
  background: url('images/logo.png') no-repeat;
}

#menu {
  float: left;
  height: 80px;
  width: 900px;
}

.menulink{
  float: left;
  width: 775px;
  height: 35px;
  margin: 0px;
  padding: 0px;
}

.menulink ul {
  margin: 0px;
  padding-left: 25px;
  padding-top: 10px;
  list-style: none;
}

.menulink li{
  display: inline;
}

.menulink li a{
  float: left;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  width: 150px;
  background: url('images/menu_bg.jpg') no-repeat;
  border-left: 1px solid #FFFFFF;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.menulink li a:hover, .menulink li .current{
	background: url('images/menuhover.jpg') no-repeat;
}

#content_left {
  float: left;
  width: 500px;
  padding-left: 50px;
  padding-right: 10px;
  text-align: justify;
  padding-bottom: 20px;
}

#content_right {
  float: right;
  width: 300px;
  padding-left: 30px;
  padding-bottom: 10px;
}

#footer {
  float: left;
  width: 900px;
  height: 92px;
  margin: 0px auto;
  color: #FFFFFF;
  background: url('images/footer_bg.jpg') repeat-x;
}

#footer_left {
  float: left;
  width: 450px;
  margin-top: 40px;
  padding-left: 50px;
  font-weight: bold;
}

#footer_left a {
  color: #fff;
  font-weight: bold;
}

#footer_right {
  float: left;
  width: 330px;
  margin-top: 10px;
  padding-left: 70px;
}