﻿/* CSS layout */
#masthead {
	position:relative;
	top:30px;

}
#top_nav {
}
#page_content {
	position:relative;
	top:30px;
	margin-left:10%;
	margin-right:10%;
}
#footer {
}