body {
  margin: 0px;
  padding: 0px;
}

body, td {
  font: 12px Verdana;
  color: #333333;
}

a {
  color: #0099cc;
  text-decoration: underline;
}

a:hover {
  color: #666666;
  text-decoration: none;
}

a:focus {
  outline: none;
}

#main {
  wi1dth:1000px;
  min-width: 1000px;
}

#main_inner {
  text-align: left;
}

*html #main {
  width:expression(
      (document.compatMode && document.compatMode == 'CSS1Compat')
                ?
                (document.documentElement.clientWidth < 1000 ? "980px" : "auto")
                :
                (document.body.clientWidth < 1000 ? "980px" : "auto")
  );
}


/*---------------------------------------------------------------*/
#btns {
  text-align: right;
  margin-right:100px;
  padding-top: 22px;
}

#btns img {
  padding-left: 15px;
}

#head {border-top: solid #ffffff 1px;
  height: 206px;
  background: #38a5d9 url('/img/sys/head.jpg') repeat-x left top;
}

#mainmenu {
  width: 100%;
  border-collapse: collapse;
  margin-top: 158px;
}

#mainmenu td {
  width: 20%;
  text-align: center;
  height: 48px;
  background: url('/img/sys/mm.jpg') no-repeat left center;
}

#mainmenu .l, #mainmenu .r {
  width: 10%;
}

#mainmenu .l {
  background
}

#mainmenu td a {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}

#logo {
  width: 316px;
  height: 153px;
  position: absolute;
  top: 20px;
  left: 57px;
  background: url('/img/sys/logo.png') no-repeat;
  //background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/sys/logo.png', sizingMethod='scale');
}

/*----------------------------------------------------------------------*/
#middle {
  margin: 0px 100px;
}

#middle .leftcol {
  width: 230px;
  float: left
}

#leftmenu {
  margin-top: 38px;
  margin-bottom: 49px;
}

#leftmenu a {
  display: block;
  background: url('/img/sys/mark1.jpg') no-repeat left 5px;
  padding-left: 10px;
  color: #0099cc;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

#leftmenu a:hover {
  color: #666666;
}

#lastnews {
  margin-bottom: 49px;
}

#banner {
}


/*-------------------------------------------------------------------*/
#middle .rightcol {
  margin-left: 233px;
  min-height: 700px;
  //height: 700px;
  padding-top: 40px;
  padding-left: 7px;
}
*:first-child+html #middle .rightcol {
  height: auto;
}

#middle .main_header {
  color: #38a5d9;
  font-size: 18px;
}

/*-------------------------------------------------------------------*/

#foot {
  border: solid #ffffff 1px;
  height: 92px;
  margin-top: 100px;
  background: url('/img/sys/foot.jpg') no-repeat left top;
  color: #999999;
  font-size: 11px;
  padding: 0px 100px 0px 100px;
}

#dev {
  background: url('/img/sys/galaxy.jpg') no-repeat right center;
  float: right;
  text-align: right;
  padding-right: 35px;
  margin-top: 22px;
}

#foot a {
  color: #999999;
}

#copyright {
  margin-top: 22px;
  float: left;
}

#cntr {
  text-align: center;
  margin-top: 22px;
}
/*------------------------------------------------------*/

#lastnews .head {
  font-size: 14px;
  font-weight: bold;
  color: #999999;
  text-align: left;
  margin-bottom: 4px;
}

#lastnews .newdate {
  font-style: italic;
  font-size: 11px;
  padding-left: 4px;
}

#lastnews .newtext {
  margin-bottom: 14px;
}

#lastnews .blockfoot {
  text-align: center;
}

#lastnews .blockfoot a {
  color: #999999;
}
