body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
}
* {
	margin: 0px;
	padding: 0px;
}
#navContainer {
	background-color: #DABD9A;
	text-align: center;
	margin: 7px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 2px;
	border-bottom-width: 2px;
	width: 740px;
	position: absolute;
	left: 39px;
	top: 183px;
	border-top-color: #620367;
	border-right-color: #620367;
	border-bottom-color: #620367;
	border-left-color: #620367;
	height: 13px;
	z-index: 2;
}
a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#navigation {
}
#navigation ul {
}
#navigation li {
	display: inline;
	padding: 0px 9px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #640563;
	border-left-color: #680363;
}
#navigation li.endLink {
	border-right: 1px solid #DABD9A;
}
a:hover, #navigationa:hover {
	text-decoration: underline;
}

