﻿/* CSS layout */
}
#container {
	margin: 0px auto;
	width:917px;
}
#masthead {
	background-color: #E5DFBD;
	margin: 0px auto;
	width: 915px;
	height: 170px;
}
#page_content {
	margin: 0px auto;
	background-image: url('images/exptextb.jpg');
	min-height: 400px;
	width: 917px;
	background-repeat: repeat;
}
#footer {
	background-color: #E5DFBD;
	margin: 0px auto;
	width: 917px;
	height: 30px;
}

