@charset "UTF-8";
#menubar {
	width: 700px;
	text-align: center;
	margin-bottom: 20px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
#navlinks  li  {
	display: inline;
	font-weight: bold;
	font-variant: small-caps;
	padding-right: 1em;
	padding-left: 1em;
	font-size: small;
}
#navlinks a {
	text-decoration: none;
	color: #000000;
	font-size: large;
}
#navlinks li.last {
	border-right: 0;
}
#navlinks a:visited {
	color: #000000;
}
#navlinks a:hover {
	color: #666666;
}

#contact {
	font-size: 60%;
	font-weight: lighter;
	text-transform: uppercase;
	width: auto;
	text-align: center;
	padding-top: 2%;
	padding-bottom: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: center bottom;
}
#contact a, a:visited {
	text-decoration: none;
	color: #000000;
}
#contact a:hover, a:active {
	text-decoration: none;
	color: #666666;
}
#contact li {
	display: inline;
	list-style-type: none;
}
#menubar #navlinks a.current,#menubar #navlinks a.current:hover,#menubar #navlinks a.current:active {
	color: #FF0000;
	cursor: default;
}

