﻿/* CSS layout */
#masthead {
}
#navlink {	
}

#page_content {
	position: relative;
	margin-right: 50px;
	margin-left: 50px;
	top: 75px;
}
#menu {
	position: relative;
	margin-right: 50px;
	margin-left: 50px;
}
#footer {
position:relative;
	top:100px; 
}


