﻿/* CSS layout */
#masthead {
}
#top_nav {
	width: 950px;
	background-color: #336699;
	padding-top: 5px;
}
page_content {
	width: 950px;
	background-image: url('../Graphics/silverswimmer%20backround.jpg');
}
#footer {
	width: 950px;
	background-color: #000000;
}

a:link {
	color: #800000;
	font-weight: bold;
}
a:visited {
}
a:hover {
	color: white#FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #F8E081;
}
.interior links {
	font-size: small;
	font-weight: bold;
	font-style: normal;
color: #200000;


