@charset "utf-8";
/* CSS Document */

body {
	background:url(http://www.fortlewis.edu/finding_aids/images_web/faBackground.jpg) #CFD0CA;
	text-align:center;
}
#diWrapper {
	background-color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	margin: 4px auto;
	width:1080px;
	font-size:13px;
}
#diHeader {
	background-color:#B5B5AC;
}
#diBackButtons {
	float:right;
	padding: 8px;
	font-weight: bold;
}

#diBackButtons a {
	color:#AB2A05;
	padding: 0 4px;
}


#diMainBody {
	padding:10px;
	text-align:left;
	margin: 8px 0; 
}
#diFooter {
	background-color:#B5B5AC;
	height:23px;
	clear:both;
}
