#all-container{
	width:1210px;
	margin: 0 auto;
}

#container {
	display:inline;
	/* width:1210px; */
	width: 1415px;
	margin: 0 auto;
	padding: 0 5px 0 5px;
	flex:1 0 auto;
	/*background: url(../imagesHome/main_bg.gif);*/
	background: white;
}

#top{
	flex:0 0 auto;
	width:100%; margin:0px;background:url(../imagesHome/top_bg.jpg) top center repeat-x;
}

#header {
	width:1200px;
	margin:10px auto 7px auto;
	height: 110px;
	overflow: hidden;
}

#nav {
	width:1200px;
	margin:0 auto;
	margin-bottom: 0px;
}

#banner {
	width: 100%;
	border:0px solid black;
	height: 210px;
	margin:0 auto;
}
#main {
	clear:both; 
	width:1200px; 
	margin: 0 auto;
	overflow: hidden;

}


#footer	{
	flex:0 0 auto;
	width: 100%;
	height: 80px;
	background:url(../imagesHome/top_bg.jpg) top center repeat-x;
	position:relative;
	bottom:0px;
}
