html, body, ul{
  margin: 0;
  padding: 0;
  background-color: #94D5F8;
  font-family: Verdana;
  font-size: 12pt;
  line-height: 1.5
}
a{
  color: #000000;
}
a:hover{
  color: #000099;
}

#main{
  width: 980px;
  position: absolute;
  left: 50%;
  margin-left: -490px;
}
#header_top{
  float: left;
}
#header_thumb{
  text-align: right;
  margin-right: 9px;
}


#header_top ul{
  list-style: none;
  float: left;
  width: auto;
  padding-left: 0;
   margin-bottom: 30px;
   margin-right: 30px;
}
#header_top a:hover{
  color: #FF0000;
  text-decoration: none;
}


#header_top ul li{
  text-align: left
}

.clear{
  clear: both;
}
#left{
  float: left;
  width: 200px;

}
#left ul{
  list-style: none;
}
#left ul li{
  width: 200px;
}
#left a{
  font-size: 12px
}

#left a:hover{
  color: #FF0000;
  text-decoration: none;
}

#thumbs{
  float: right;
  width: 700px;
}
#top{
  width: 980px;


}
#top ul{
  float: left;
  width: 250px;
  margin: 0;
  padding: 0;
  padding-left: 70px;
  margin-bottom: 50px;
}
#top ul li{
  text-align: left
}
#top a:hover{
  color: #FF0000;
  text-decoration: none;
}


.title{
  text-align: center;
}
#footer{
  margin-top: 50px;
  width: 980px;
  text-align: center;
}
#thumbs img, #header_thumb img{
  border: 2;
  border: 2px solid #336600;
  -border: 0;
  margin-bottom: 5px;
}
#thumbs img:hover, #header_thumb img:hover{
  border: 2px dotted #000000;
  -border: 0;
}
/*for ie6 border thumb*/
#thumbs a, #header_thumb a{
-border: 2px solid #336600;

}
#thumbs a:hover, #header_thumb a:hover{
-border: 2px dotted #000000;
}
#adv{
  margin: 50px;
  text-align: center
}
#adv .content{
  text-align: center
}

.advert{
  margin: 10px 0;
  text-align: center
}

