@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align:center;
	}
#site_wrapper {
	width: 980px;
	height: auto;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	background-color: #D7D7C7;
	border: 1px solid #666;
	}
#content_container {
	width: 980px;
	height: auto;
	background-color: white;
	text-align:left;
}
#header2 {
	width:980px;
	height: 99px;
	background-color: white;
	}
#header_left {
	width:393px;
	height:99px;
	float:left;
}
#header_search {
	width: 577px;
	padding-top:10px;
	padding-right:10px;
	text-align:right;
}
#header_slogan {
	width: 577px;
	padding-top:15px;
	padding-right:10px;
}
#header_right {
	width:577px;
	height:99px;
	float:left;
	text-align:right;
}
#navigation {
	width: 980px;
	height: 28px;
	margin-top: 5px;
	background-color: #DDDDDD;
	}
#banner {
	width:980px;
	margin-top:0px;
	height: 140px;
	background-color: white;
	background-repeat: no-repeat;
	background-position: bottom;
	overflow:hidden;
	}
#maincontent_container {
	width: 980px;
	height: auto;
	background-color: white;
	}
#maincontent {
	height:392px;
	width:980px;
	
}

#search {
	background:url(../images/searchbg.gifb);
	background-repeat:no-repeat;
	background-position:0% 70%;
}

	#footer2 {
	width: 980px;
	height: 8px;
	background-color: #a78762;
	}
#copyright {
	width: 980px;
	height: 8px;
	margin: auto;
	background-color: #D7D7C7;
	padding: 0px;
	text-align: left;
	}
