@charset "utf-8";
/* CSS Document */

body {
	background-color: #999;
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	PADDING-TOP: 0px;
}


#wrapper {
	MARGIN: 0px auto;
	width:1024px;
	height:768px;
	background-color:#9C0;
	position:relative;
	background-image: url(image/wrapperbg.JPG);
	background-repeat:repeat-x;
}

#header {
	margin: 0px auto;
	width:900px;
	height:100px;

}
#banner {
	margin:0px auto;
	width:900px;
	height:350px;
	float:none;
	background-image:url(image/mainbannerbg.jpg);
	background-repeat:no-repeat;
	
	
}

#bottom {
	margin:0px auto;
	width:850px;
	height:300px;
	float:none;
	position: absolute;
	top:385px;
	left:83px;
	
}
#bottomleft {
	width:272px;
	height:295px;
	float:left;
	margin-left:8px;
	background-color:#CF0;
}
#bottomcenter {
	width:272px;
	height:295px;
	float:left;
	margin-left:8px;
	background-color:#bfedad;
}

#bottomright {
	width:272px;
	height:295px;
	float:left;
	margin-left:8px;
	background-color:#C9F;
}

#footer {
	margin:0px auto;
	width:900px;
	height:30px;
	float:none;
	position: absolute;
	top:738px;
	left:55px;
	background-color:#b3e17d;
	
}
.footertext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:400px;
	margin-left:320px;
	margin-top:16px;
}

.bodytext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:6px;
	display:block;
}

.bodyimg {
	margin:6px;
}
#logo {
	width:223;
	height:72;
	float:left;
	margin-top:22PX;
	
	
}

#search {
	width:267px;
	height:58px;
	float:right;
	margin-top:27px;
	background-image:url(image/search_bg.JPG);

}
.inputtype {
	margin-left:30px;
	margin-top:18px;

}
.searchbtn {
	margin-left:3px;
	margin-top:18px;

}

