body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px auto;
	background-color: #FFFFFF;
	background-image: url(http://www.lib.uiowa.edu/images/bodybg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 100%;
}
h1 {
	display:none;
}
#body {
	margin-right: auto;
	margin-left: auto;
	width: 60em;
	min-width: 960px;
	margin-top: 5px;
}
#header {
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center top;
	width: 60em;
	min-width: 960px;
	height: 70px;
}
#footer {
	float: left;
	width: 100%;
	height: 4em;
	line-height: 1.2em;
	text-align: left;
	font-size: 0.7em;
	color: #666;
	font-weight: bold;
	margin-top:20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000;
	background-color: #F5F5F5;
	padding-top: 5px;
}
