﻿/* CSS layout */
#masthead {
				font-weight: 700;
				text-align: center;
				font-family: "Lucida Handwriting";
				font-size: x-large;
				background-color: #9999FF;
				color: #FFFFCC;
}
#top_nav {
				position: relative;
}
#page_content {
				height: auto;
}
#footer {
}
