@charset "UTF-8";
/* CSS Document */

body{
background-color:#000;
background-image:url(../images/back.gif);
margin-top: 0;
}

a:link{color:#000;font-weight: 900;text-decoration:none;}
a:visited{color:#333;font-weight: 900;text-decoration:none;}
a:hover{color:#39c;text-decoration:underline;}


.cont {
  margin-top: 0px;
  width: 800px;
  height: 450px;
  background-color:#000;
}

.menu {
  width: 800px;
  height: 288px;
  background-color:#000;
}

.sideLeft {
  text-align:center;
}

.sideRight {
  width:300px;
  text-align:center;
}

.sitemap {
  text-align:right;
  padding-right:15px;
}

.newsFrame {
  width: 277px;
  height:93px;
  margin-top:20px;
  background-image:url(../images/home/newshead.jpg);
  background-position:center top;
  background-repeat:no-repeat;
  background-color:#fff;
}

.news {
  width: 277px;
  font-size:11px;
  line-height:200%;
  color:#666;
  padding: 5 15px 5 15px;
  background-color:#fff;
}

.strongtext {
  font-size:12px;
  color:#c30;
  font-weight:bold;
}


h1{
  font-size:11px;
  color:#ccc;
  text-align:center;
}

.head {
  width:800px;
  height:25px;
  text-align:center;
  background-color:#000;
}

.foot {
  width:800px;
  height:25px;
  text-align:center;
  background-color:#000;
}
