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

body {
	margin: 0;
	padding: 0;
	background-color: #D7D7C7;
	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;
}
#header {
	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: 150px;
	background-color: white;
	background-repeat: no-repeat;
	background-position: bottom;
	}
#maincontent_container {
	width: 980px;
	height: auto;
	background-color: white;
	}
#maincontent {
	height:392px;
	width:980px;
}
#search {
	background:url(themes/firstchoice/images/searchbg.gif);
	background-repeat:no-repeat;
	background-position:0% 70%;
}







/*#footer_member {
	width: 980px;
	height: 80px;
	margin: auto;
	background-color: white;
	padding: 0px;
	}*/
#footer {
	width: 980px;
	height: 8px;
	background-color: #a78762;
	padding: 0px;
	margin:auto;
	}
/*#rightshadow {
	float: left;
	width: 10px;
	background-image: url(../images/rightbar.gif);
	background-repeat: no-repeat;
	background-position: left 40px;
	}*/	
/*#bottomshadow {
	height: 10px;
	width: 1000px;
	margin:auto;
	background-image: url(../images/bottombar.gif);
	background-color: #D7D7C7;
	background-position:center;
	background-repeat:no-repeat;
	}	*/
#copyright {
	width: 980px;
	height: 8px;
	margin: auto;
	background-color: #D7D7C7;
	padding: 0px;
	text-align: left;
	}