﻿/* CSS layout */
#masthead {
	position:relative;
	top:30px;

}
#top_nav {
}
#page_content {
	position:relative;
	top:30px;
}
#footer {
}