body {
  margin: 0;
  background-color: black;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial;
  font-size: 13px;
}


#page {
  background: url(/img/background.png) no-repeat 28px 0 #000000;
  margin: 0 auto;
  /*width: 1238px;*/
  padding-top: 107px;
}

a {
  color: #1c95d2;
  text-decoration: none;
  font-size: inherit;
}
a:hover {
  text-decoration: underline;
}

img {
  border: none;
}


table {
  border: none;
}
tr {
  border: none;
}
td {
  vertical-align: top;
  padding: 0;
  border: none;
}


hr {
  height: 1px;
  background-color: #ededed;
  border: none;
}



h1 {
  font-size: 20px;
  display: none;
}
h2 {
  font-size: 17px;
  margin:0;
  margin-top: 15px;
}
p {
  font-size: 13px;
  line-height: 20px;
  margin:0;
  margin-top: 8px;
}
p.title {
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  color: #888888;
  margin-bottom: 15px;
}

.c {
  padding-left: 46px;
  padding-right: 46px;
}
.l {
  padding-left: 46px;
  padding-right: 10px
}
.r {
  padding-left: 10px;
  padding-right: 46px;
}



#title {
  /*margin-top: 108px;*/
  margin-left: 87px;
  margin-bottom: 9px;
}

#body_top {
  background: url(/img/body-top.png) no-repeat 0 0;
  width: 916px;
  margin-left: 78px;
}
#body_bottom {
  background: url(/img/body-bottom.png) no-repeat 0 100%;
  width: 916px;
  padding: 8px 0;
}
#body_middle {
  background-color: white;
}

#body_menu {
  padding-top: 20px;
  width: 232px;
  float: left;
}
#body_content {
  float: left;
  overflow: hidden;
  width: 684px;
  min-height: 440px;

  margin-top:-8px;
  padding-top:50px;
  margin-bottom:-8px;
  padding-bottom:28px;
  border-left: solid 1px #ededed;
}






div.menu_item0 {
  height: 34px;
  background: url(/img/menu-bg0.png) no-repeat 0 0;
}
div.menu_item0t {
  padding:10px 20px 10px 16px;
  color: #777777;
  font-size: 13px;
}
div.menu_item0t:hover {
  color: #222222;
  cursor: pointer;
}
a.menu_item {color: inherit; text-decoration: none;}

div.menu_item1 {
  height: 34px;
  background: url(/img/menu-bg1.png) no-repeat 0 0;
  color: #222222;
}
div.menu_item1t {
  padding:10px 20px 10px 16px;
  color: #222222;
  font-size: 13px;
}




#footer {
  color: #595959;
  margin: 16px;
  padding-left: 77px;
  font-size: 12px;
  font-weight: normal;
}
