﻿/* CSS layout */
}
#container {
	margin: 0px auto;
	width:917px;
}
#masthead {
	background-color: #84B2EF;
	margin: 0px auto;
	width: 917px;
	height: 140px;
}
#page_content {
    margin: 0px auto;
	background-image: url('images/indenture2.jpg');
	min-height: 400px;
	width: 917px;
}
#footer {
	background-color: #B4D3FF;
	margin: 0px auto;
	width: 917px;
	height: 30px;
}

