* {
  padding:0px;
  margin:0px;
}

img {
  border:0px;
}

body {
  padding:0px;
  margin:0px;
  background:#9cb3b9 url('../images/bg_up.png') repeat-x 0 -1px;
}

#Top {
  width:100%;
  text-align:center;
}

#TopMenu {
  height:32px;
  margin:0 auto;
}

#ContentUp {
  width:100%;
  text-align:center;
  margin-top: 44px;
  height:300px;
  background: #373f41 url('../images/bg_top.png') repeat-x 0 100%;
}



#ContentBottom {
  width:886px;
  margin: 50px auto 0 auto;
  text-align:left;
  background:#8ba0a5  url('../images/bottom_bg.png') no-repeat 0 100%;
}

#ContentBottom .content {
  margin:20px 40px;
  padding-bottom:40px;
  font-family:Arial;
  color:#fff;
}

#ContentBottom p {
  margin-top:20px;
}
.cont {
  color:#373f41;
  font-size:12px;
  line-height:200%;
}
#ContentBottom h2 {
  margin-bottom:20px;
}

#ContentBottomTop {
  width:100%;
  height:10px;
  background:#829ba0;
}

#Footer {
  margin-top:100px;
  width:100%;
  height:300px;
  background: #343c3e url('../images/bg_footer.png') repeat-x;
}

#FooterH {
  padding-top:27px;
}

#FooterH img {
  margin-left:170px;
}

.footer1 {
  float:left;
  margin-top:30px;
  margin-left:170px;
  width:200px;
  color:#fff;
  font:11px Arial;
}

.footer2 {
  
}

.top_img {
  display:inline;
}

.fleft {
  float:left;
}

.fright {
  float:right;
}

a {
  color:#ac0d0d;
}

input,select {
  border:1px solid #8ea4a9;
  background:url(../images/inputbg.png) repeat-x;
  height:26px;
  font-size:18px;
  font-family:Arial;
  padding: 0 3px;
  color:#373f41;
  width:300px;
}

.mysubmit {
  cursor:pointer;
  margin-bottom:-10px;
}