* {
	margin: 0 auto;
	border: none;
}
body{
	text-align: center;
    font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: normal;
	line-height: 130%;
	color: #000000;
	background: #FBFAF9;
/*	background: #5B3A20;
	background-image: url(bg.jpg);*/
	background-repeat: repeat;
	width: 1100px;
}
h1 {
	text-align: center;
	padding-bottom: 0.5em;
	font-weight: bold;
	font-size: 17pt;
}
a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
figure {
	display: inline-block;
	margin: 0.5em;
}
img {
	max-width: 1000px;
}
#navigation {
	font-size: 13pt;
	clear: both;
	width: 100%;
	padding: 2px 0px 2px 0px;
	text-align: center;
}
#navigation a {
    background-color: #CCCC99;
    padding: 3px 7px 0px 7px;
    text-decoration: none;
    display: inline-block;
	border: 2px solid #330000;	
}
#navigation a.current {
	color: #000000;
    background-color: #999966;	
}
#navigation a:hover {
	background-color: #FFFFFF;
}
#main {
	width: 100%;
	text-align: left;
	padding-top: 1em;
	font-weight: bold;
}
#toplink { 
	position: fixed; 
	bottom: 0; 
	right: 0; 
	padding: 5px 5px 5px 5px;
	text-decoration: none;
	font-size: 25px;
	color: #FFFFFF;
	background-color: #999966;
	border-radius: 10px;
	transition: 1s;
}
.centered {
	text-align: center;
}
.adjusted {
	margin-left: 50px;
	position: relative;
}
.map {
	width: 1100px;
	height: 550px;
	border: none;
	margin: 0px;
	padding: 0px;
}
.topright {
	position: relative;
	top: 0;
	right: 0;
	float: right;
}
.highlighted {
	color: #990000;
}
.leftBlock {
	width: 49%;
	float: left;
	text-align: left;
}
.rightBlock {
	width: 49%;
	float: right;
	text-align: right;
}
.clearer {
	clear:left;
}
