@charset "utf-8";
/* CSS Document */
body{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

p{
padding:0 5px 0 10px;
}

h1{
padding-left:5px;
}

h2{
padding-left:5px;
}

h3{
padding:0px;
margin:0px;
}

h4{
margin-left:5px;
}

a{
color:#666666;
}

a:hover{
color: #008748;
}

#site{
width:800px;
min-height:600px;
border:1px solid #000000;
margin-right:auto;
margin-left:auto;
margin-top:15px;
padding:3px;
}

#head{
width:800px;
height:200px;
}

#aside{
width:800px;
margin-top:5px;
margin-bottom:4px;
font-size:10px;
}

#contentarea{
margin-bottom:10px;
}

#menu{
width:165px;
height:400px;

float:left;
}

#menu a{
color:#000000;
}

#content{
width:625px;
height:490px;
float:left;
margin-bottom:10px;
margin-left:10px;
overflow:scroll;
overflow-x:hidden;

}

#footer{
width:800;
height:20px;
clear:both;

}

.fotext{
text-align:center;
width:615px;
float:right;
}

.menu-li{
width:160px;
height:30px;
background-color: #d8d8d8;
border-bottom:1px solid #666666;
padding:0px;
}

.menu-li a{
height:30px;
width:153px;
display:block;
padding-top:8px;
padding-left:7px;
text-decoration:none;
}

.menu-li a:hover{
background-color: #e8e8e8;
height:22px;
width:153px;
display:block;
}
p{
margin-left:5px;
margin-right:5px;
}

#prev{
width:200px;
float:left;
}

#next{
width:200px;
float:left;
text-align:right;
}

#topic{
width:215px;
float:left;
text-align:center;
}

#control{
width:615px;
text-align:center;
}


/*Carousel*/
#carousel-wrapper {
    width: 615px;
    height: 483px;
    overflow: hidden;
}
#carousel-content {
    width: 2500px;
}
#carousel-content .slide {
    float: left;
    width: 615px;
    height: 483px;
	background-color: #ededed;
}


