﻿/* CSS layout */
#masthead {
}
#top_nav {
}
#page_content {
}
#footer {
}
#masthead a {
	color: #b5b5b5;
	text-decoration: none;
}

#masthead a:hover {
	color: #ffffff;
	text-decoration: none;
}

#footer a {
	color: #292729;
	text-decoration: none;
}

#footer a:hover {
	color: #000000;
	text-decoration: none;
}