body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #999999;
	scrollbar-shadow-color: #999999;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color: #999999;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-base-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	color: #616161;
	text-align: center;
	background-image: url(../images/bg.gif);
}





#index{
	width:1000px;
	height:400px;
	background-color: #FFFFFF;

}
a:link, a:visited, a:active {
	color: #616161;
	text-decoration: none;
}

#page {
	width: 1000px;
	height:100%;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D4D4D4;
	border-left-color: #DEDEDE;
	background-color: #FFFFFF;
	}

#header {
	width:1000px;
	height: 70px;
	background-color: #FFFFFF;
}
#logo {
	width: 200px;
	height: 70px;
	float: left;
}
#header-middle {
	width:700px;
	height: 70px;
	text-align: right;
	float: left;
}

#menutop {
	width: 700px;
	height: 20px;
	text-align: right;
	background-image: url(../images/header/menutop_line.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#menu-bg {
	width: 700px;
	height: 50px;
	float: left;
	padding-top: 10px;
}


#header-right {
	width: 100px;
	height: 70px;
	float: left;
	background-image: url(../images/header/right_line.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 40px;

}


#banner{
	width:1000px;
	height:150px;
	background-color: #FFFFFF;

}
#banner-left{
	width:200px;
	height:150px;
	float: left;
	background-image: url(../images/banner_left_bg.jpg);
	background-repeat: no-repeat;
}
#banner-middle{
	width:700px;
	height:150px;
	float: left;
}
#banner-right{
	width:100px;
	height:150px;
	float: left;
	background-color: #96D2E7;
}


#title-bg{
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 35px;
	margin-bottom: 12px;

}



#breadCrumb{
	width: 50%;
	font-size: 12px;
	text-align: right;
	float: right;
}





#content{
	width: 1000;
	height:330px;
}

#left {
	width: 200px;
	height:100%;
	float: left;
	background-color: #FFFFFF;
}

#middle{
	width: 700px;
	height:100%;
	float: left;
	background-color: #FFFFFF;
	line-height: 1.6;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E6E6E6;
	border-left-color: #E6E6E6;
	background-image: url(../images/middle_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}



#right {
	width: 100px;
	height:100%;
	float: right;
	border-top-width: 40px;
	border-top-style: solid;
	border-top-color: #F0F0F0;
	background-color: #FFFFFF;
}
#footer {
	width: 1000px;
	height: 70px;
	color: #666666;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 1px;
	background-color: #F7F7F7;
}
#footer-index {
	width: 950px;
	color: #666666;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 1px;
	text-align: center;
	padding: 15px;
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 10px;
}

#footer-left {
	width: 200px;
	float: left;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #EDEDED;
	height: 70px;
}
#footer-middle {
	width: 700px;
	float: left;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #EDEDED;
	height: 70px;
	padding-top: 15px;
}
#footer-right {
	width:100px;
	float: left;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #DEDEDE;
	height: 70px;
}
