﻿/* CSS layout */
#masthead {
	margin-bottom: 10px;
	margin-top: 35px;
}
#top_nav {
	line-height: 8 px;
}
#page_content {
	background-color: #FFFFFF;
}
#footer {
	background-color: #FFFFFF;
	margin-bottom: 0px;
}
.centered
{
	margin: 0px auto 0px auto;
	width: 850px;
}
