body {
  margin: 0px;
  padding: 0px;
}

body, td {
  font: 12px Arial;
  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;
  background: url('/img/sys/bg_lt.jpg') no-repeat left top;
}

#main_inner {
  text-align: left;
  background: url('/img/sys/bg_rt.jpg') no-repeat right top;
  padding-top:22px;
}

*html #main {
  width:expression(
      (document.compatMode && document.compatMode == 'CSS1Compat')
                ?
                (document.documentElement.clientWidth < 1000 ? "980px" : "auto")
                :
                (document.body.clientWidth < 1000 ? "980px" : "auto")
  );
}

#main_outer{
  background: url('/img/sys/bg_ct.jpg') repeat-x top;
}

/*---------------------------------------------------------------*/
#logo{
  height:158px;
  width:441px;
  position:relative;
  left:49px;
  top:0px;
  background: url('/img/sys/logo.png') no-repeat;
  -background:none;
  -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/sys/logo.png', sizingMethod='crop');
  cursor:pointer;
}

#lmenu{
  width:150px;
  margin-left:35px;
  -margin-left:17px;
  margin-top:50px;
  float:left;
}
#lmenu .side_menu{
  display:block;
  color:#00254a;
  font-size:16px;
  font-family: Times New Roman;
  font-weight:bold;
  margin-bottom:11px;
}
/*---------------------*/

.middle{
  background: url('/img/sys/bg_cb.gif') repeat-x bottom;
}
.middle_outer {
  background: url('/img/sys/bg_rb.gif') no-repeat right bottom;
}
.middle_inner {
  background: url('/img/sys/bg_lb.gif') no-repeat left bottom;
  p1adding-bottom:77px;
}

.mainblock{
  margin-left:215px;
  background: url('/img/sys/lb.gif') repeat-y left;
}
.mainblock_outer{
  background: url('/img/sys/lt.jpg') no-repeat left top;
}
.mainblock_inner{
  background: url('/img/sys/bag.gif') no-repeat left bottom;
}

#mainmenu{
  margin-left:145px;
  padding-right: 20px;
  height:45px;
  background: #6792c7;
}
#mainmenu table{
  width:100%;
  height:100%;
  border-collapse:collapse;
}
#mainmenu table td{
  width:25%;
  text-align: center;
  background: url('/img/sys/mmenui.jpg') no-repeat center center;
}
#mainmenu .top_menu{
  color: #ffffff;
  font-size:18px;
  font-family: Times New Roman;
}

.middle .content{
  margin:35px 27px 0px 75px;
}
.middle .content .main_header{
  color:#666666;
  font-size:23px;
}
.middle .content .main_text{
  min-height:500px;
  -height:500px;
  padding-bottom:77px;
}
/*-----------------*/
#foot{
  background: #093c6f url('/img/sys/foot.jpg') no-repeat left top;
  padding: 11px 40px;
}
#dev{
  float:right;
  background: url('/img/sys/galaxy.jpg') no-repeat left center;
  padding-left:30px;
  color: #fefefe;
  font-family: Times New Roman;
}
#dev a{
  color: #fefefe;
}
