@charset "UTF-8";
body {
	background-color: #607D9F;
}
/* CSS Document */

#container {
	background-image: url(Images/kim%20settler%20image.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	height: 686px;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#columns {
	margin-left: 40px;
	margin-top: 48px;
	margin-right: 40px;
	color: #27415A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#menu {
	color: #FFFFFF;
	text-align: center;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 125px;
}
#menu ul {
	background-color: #3E5879;
}
a {
}
#menu a {
	text-decoration: none;
	color: #CCCCCC;
	font-size: 12pt;
	width: 90px;
	display: block;
	float: left;
	border-top-color: #989898;
	border-right-color: #989898;
	border-bottom-color: #989898;
	border-left-color: #989898;
}
#menu a:hover {
	text-decoration: none;
	color: #333333;
	font-size: 12pt;
	width: 90px;
	display: block;
	float: left;
	border-top-color: #669999;
	border-right-color: #669999;
	border-bottom-color: #669999;
	border-left-color: #669999;
}
