﻿/* CSS layout */
#masthead {
	text-align: center;
	position: relative;
}
#top_nav {
	background: #FF99FF center;
	border: #0000FF double;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
}
#page_content {
	position: inherit;
	table-layout: inherit;
}
#bottom_nav {
	border: #0000FF double;
	background: #FF99FF;
	text-align: center;
	color: #FFFFFF;
}  
#footer {	text-align: center;
}