body, div, ul, li {
	margin:0;
	padding:0;
}

/*---------------Ò³ÃæÈÝÆ÷-----------------------*/
div#container{
	height:100%;
	width:100%;
	padding-top: 75px;
/*	background-color:gray;*/
}

/*--------------Ö÷ÌâÃæ°åboard------------------*/
div#board{
	margin:auto;
	width:782px;
	height:400px;
}

/*---------»ÃµÆ¿Ø¼þ----------*/
div#slide{
	float:left;
	height:100%;
	width:600px;
	border:3px solid #a2c1df;
}
#slide {
        position:relative;
        width:740px;
        height:240px;
        margin:auto;
}
#pic_list {
        position:absolute;
        left:0;
        bottom:0;
        width:100%;
        list-style: none;
        overflow:hidden;
        z-index:2;
}
#pic_list li {
        float:left;
        width:100px;
        height:52px;
        padding-top:10px;
}
#pic_list li img {
        position:absolute;
        top:18px;
        width:65px;
        height:35px;
        margin:0 20px;
        border:1px solid #fff;
}
#this_pic {
        position:absolute;
        width:100%;
        height:100%;
        border:none;
}
#transparence {
        position:absolute;
        left:0;
        bottom:0;
        width:100%;
        height:50px;
        border-top:1px solid #fff;
        background:#000;
        z-index:1;
}

/*-------------------------±ßÀ¸-------------------*/
div#sidebar{
	float:right;
	width:170px;
	height:100%;
	background-color:#e8e8e8;
	border:3px solid #a2c1df;
	position: relative;
}
#sidebar #calendar{
	height:140px;
}

#sidebar #notice{
	height:180px;
	font-size: 12px;
	padding: 5px;
	line-height: 19px;
}
#notice a{
	text-decoration: none;
}
#notice span{
	display: block;
	height: 20px;
	text-align: center;
	font-size: 11pt;
	font-family: "Arial Black";
	font-weight: 600;
	border-bottom: 2px solid #8fc6ec;
	background-color:#b5d8f1;
}
#notice li{
	display: block;
	list-style: none;
	border-bottom: #8FC6EC dashed 1px;
	padding-left: 12px;
	background-image: url(images/aico.gif);
	background-repeat: no-repeat;
	background-position-x: 1.6em;
	background-position:left;
}

#sidebar #login{
	font-family:serif;
	font-size:12px;
	font-style:normal;
	font-weight:600;
	line-height:1.6em;
	padding: 0 6px;
	position: absolute;
	bottom: 0;
}
#login label{
	float:left;
}
#login input{
	width:93px;
	float:right;
}
#login .button{
	float:left;
	width:40px;
	margin:3px 5px 3px 5px;
}

/*--------------»ÃµÆÆ¬¿Ø¼þslide------------------*/
#control{
	display:block;
	margin:auto;
	background-image:url(line.png);
	background-position:center;
	background-repeat:x;
}
#control li{
	display:block;
	float:left;
	margin:5px;
}

.change{
	width:10px;
}

/*--------------Ò³½Åfooter------------------*/
.clear{
	clear: both
}
#footer{
	margin:auto;
	width:690px;
}
#logo {
	width:200px;
	float: left;
	margin-top:13px;
}
#navigator {
	float: right;
	width: 450px;
	padding-top: 17px;
	line-height: 20px;
	text-align: center;
}
#navigator a{
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
	color:green;
}

#navigator span{
	font-size: 11px;
	font-weight: 300;
	text-decoration: none;
}

