 html,body{
  margin: 0px;
  padding: 0px;
  text-align: center;
 }

 body{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #9B00FF url('/images/body.png') repeat-x;
 }

 #pagewidth{
  margin: 20px auto 20px auto;
  width: 768px;
  text-align: left;
  background: #9B00FF url('/images/pagewidth.png');
 }

 #header{
  position: relative;
  padding: 30px 0px 0px 0px;
  height: 200px;
  width: 100%;
  background: #9B00FF url('/images/header.png');
 }

 #leftcol{
  float: left;
  position: relative;
  width: 175px;
 }

#leftcol ul{
  margin: 0px;
  padding: 0px 0px 20px 20px;
  list-style: none;
 }

 #leftcol ul li{
  width: 145px;
  height: 27px;
  font-weight: bold;
  line-height: 25px;
  color: #9B00FF;
  background: url('/images/li.png');
 }

 #leftcol ul li a{
  display: block;
  margin: 0px;
  padding: 0px 0px 0px 21px;
  width: 124px;
  height: 27px;
  text-decoration: none;
  color: #9B00FF;
 }

 #maincol{
  float: right;
  display:inline;
  position: relative;
  width: 593px;
 }

 #maincol .powered{
  float: right;
  margin: 0px 31px 0px 0px;
  font-size: 10px;
  color: #FFFFFF;
  line-height: 32px;
 }
 #maincol .powered a{
  color: #FFFFFF;
  text-decoration: none;
 }
 #content{
  margin: 0px 21px 0px 0px;
  padding: 10px;
  min-height: 350px;
  font-size: 11px;
  line-height: 16px;
  color: #000000;
  background: #FFFFFF;
 }

 #content a{
  color: #000000;
 }

 h1{
  margin: 0px 0px 1px 0px;
  padding: 0px 0px 0px 10px;
  width: 562px;
  height: 32px;
  font-size: 12px;
  line-height: 32px;
  color: #FFFFFF;
  background: #9B00FF url('/images/h1.png');
 }

 h2{
  margin: 0px 0px 1px 20px;
  padding: 0px 0px 0px 10px;
  width: 135px;
  height: 32px;
  font-size: 12px;
  line-height: 32px;
  color: #FFFFFF;
  background: #9B00FF url('/images/h2.png');
 }

 #ad1{
  float: right;
  margin: 0px;
  padding: 0px 0px 10px 10px;
 }

 #ad2{
  margin: 0px 0px 0px 20px;
  padding: 10px 0px 0px 0px;
  width: 145px;
  height: 260px;
  vertical-align: middle;
  text-align: center;
  background: #FFFFFF;
 }

 #ad3{
  margin: 0px;
  padding: 20px 0px 0px 0px;
 }

 #footer{
  height: 110px;
  text-align: center;
  clear: both;
  background: #9B00FF url('/images/footer.png');
 }

 #partner{
  padding: 10px;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  color: #333333;
  background: #9B00FF url('/images/partner.png');
 }

 #partner a{
  color: #333333;
 }

 img{
  border: 0px;
 }

 .clearfix:after{
  content: ".";
  display: block;}n  height: 0;
  clear: both;
  visibility: hidden;
 }

 .clearfix{
  display: inline-block;
 }

 * html .clearfix{
  height: 1%;
 }

