@charset "utf-8";
body {
	padding:0px;
	margin:0px;
	background-color:#f0f5fb;
	}
img {
	border:none;
	}
	
#toplevel {
	width:970px;
	margin-left:auto;
	margin-right:auto;
}
#menu {
	width:970px;
	height:74px;
	}
#banner {
	width:970px;
	height:146px;
	}
#content {
	width:950px;
	padding:10px;
	background-color:#FFFFFF;
	text-align:left;
	}
#footer1 {
	clear:both;
	width:970px;
	height:20px;
	background-color:#090643;
	}
#footer2 {
	clear:both;
	width:970px;
	height:50px;
	background-color:#FFF;
}
.image_left {
	float:left;
	margin-right:10px;
}
.image_right {
	float:right;
	margin-left:10px;
}