/* CSS Document */

body,div,ul,li,a{
margin:0px;
padding:0px;
}

body{
background-color:#000000;
}

#content{
width:940px;
margin:0px auto;
background-image:url(images/content_bg.jpg);
border:5px solid #CCCCCC;
}

#banner{
width:940px;
height:250px;
/*border:1px solid #CCCCCC;*/
margin:0px auto;
}

#tg{
width:940px;
height:40px;
margin:0px auto;
border:1px dashed #CCCCCC;
}

#nr{
width:940px;
margin:0px auto;
}

.left{
width::200px;
height:1000px;
border:1px dashed #CCCCCC;
float:left;
font-family:"ÐÂËÎÌå";
font-weight:bolder;
}

.left a:link{
color:#000000;
text-decoration:none;
}
.left a:hover{
color:#FF00FF;
font-size:20px;
}

.right{
width:720px;
height:1000px;
float:right;
border:1px dashed #CCCCCC;
margin:0px auto;
}

.gd{
width:940px;
height:150px;
margin:0px auto;
border:1px dashed #0099CC;
}

#footer{
width:940px;
height:150px;
margin:0px auto;
border:1px solid #CCCCCC;
background-repeat:no-repeat;
}