@charset "utf-8";
/* ----- wrapper ----- */
#wrapper {
	width:1040px;
	margin:0 auto;
	font-size:110%;
	text-align:left;
	background-color: #e5f4fd;
}
#siteNav {
	float:left;
	width:100%;
	background: url("../i/bg.gif") repeat-x bottom;
	font-size:93%;
	line-height:normal;
}

#main-body #content .timelineImg {
	height:700px;
	margin-left:1em;
}
/* ----- main-body ----- */
#main-body {
	float:left;
	width:100%;
}
#content {
	width:100%;
	background-color: #e5f4fd;
}
