@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../../images/BG.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#bodyHome {
	margin: 0px;
	padding: 0px;
	background-image: url(../../images/index/homeBG.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

#container{
	width:1000px;
	position:relative;
	margin:0 auto;
	//zoom:1;
	//overflow:auto;
}

#leftMenu{
	width:202px;
	float: left;
	padding-left: 17px;
	position:relative;
}

#leftMenuBG{
	width:202px;
}

#leftMenu_link{
	width:162px;
	padding: 10px 20px 5px 20px;
	background-image: url(../../images/leftMenu/leftMenu_bg.gif);
	background-repeat: repeat-y;
}

#main{
	width:781px;
	float: left;
	overflow:visible;
	position:relative;
	zoom:1;
}

#footer{
	width:964px;
	float: left;
	position:relative;
	zoom:1;
	margin-top:20px;
	padding:15px 18px 0 18px;
	background-image: url(../../images/footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#webList{
	width:691px;
	position:relative;
	background-image: url(../../images/webList_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding:15px 50px 0 40px;
	height: 16px;
}

#pageList{
	position:relative;
	margin:10px 0 10px 0;
	text-align: center;
	vertical-align: middle;
}

.floatLeft{
	float: left;
	position:relative;
}

.floatRight{
	float: right;
	position:relative;
}
