﻿/* CSS layout */
#wrapper {
	background-image: url('../images/back-center.gif');
	background-position: center 3px;
	width: 975px;
	margin-right: auto;
	margin-left: auto;
	height: 580px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffee9d;
	font-size: 10pt;
}
#masthead {
	padding-top: 7px;
}
#top_nav {
	text-align: center;
}
#page_content {
	text-align: center;
	margin-right: 25px;
	margin-left: 25px;
}
#footer {
	font-size: 8pt;
	text-align: center;
	padding-top: 80px;
}
.nav {
	border: 2px ridge #ffee9d;
}
.center {
	text-align: center;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FFFF00;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

