﻿/* CSS layout */
#masthead {
}
#top_nav {
		background-color:white;
}
#page_content {
		background-color:white;
}
#footer {
	clear: both;
}
#wrapper{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: auto;
	width: 800px;
}

