body {
	margin: 0px;
	padding: 0px;
}

.container {
	position: absolute;
	left: 50%;
	top: 50px;
	right: auto;
	bottom: auto;
	margin-left: -450px;
	width: 900px;
	padding: 0px;
	}

.top {
	width: 900px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

#img {
	background: url(../images/map.jpg) no-repeat; 
	float: left; 
	width: 310px; 
	height: 249px; 
	margin-right: 30px; 
}

#intro {
	float: left;
}

#heading1 {
	background: url(../images/logo.gif) no-repeat; 
	display: block; 
	width: 321px; 
	height: 70px; 
	margin-top: 30px;
}

#heading2 {
	background: url(../images/neisendorf.gif) no-repeat; 
	display: block; 
	width: 269px; 
	height: 54px; 
	margin-top: 50px;
	margin-right: 20px;
	float: left;
}

#heading3 {
	background: url(../images/national-louis.gif) no-repeat; 
	display: block; 
	width: 258px; 
	height: 54px; 
	margin-top: 50px;
	float: left;
}

#heading1 h1, #heading2 h2, #heading3 h2 {
	display: none;
}

.navbar {
	width: 900px;
	height: 47px;
	padding: 6px 17px;
	background: url(../images/navbar-bg.gif) no-repeat;
}

#nav_1 a {
	width: 167px;
	height: 35px;
	display: block;
	float: left;
	margin-right: 26px;
}

#nav_2 a {
	width: 157px;
	height: 35px;
	display: block;
	float: left;
	margin-right: 26px;
}

#nav_3 a {
	width: 182px;
	height: 35px;
	display: block;
	float: left;
	margin-right: 26px;
}

#nav_4 a {
	width: 138px;
	height: 35px;
	display: block;
	float: left;
	margin-right: 26px;
}

#nav_5 a {
	width: 116px;
	height: 35px;
	display: block;
	float: left;
}

#nav_1 span, #nav_2 span, #nav_3 span, #nav_4 span, #nav_5 span {
	display: none;
}

#nav_1 a {
	background: url(../images/nav-1.gif) no-repeat;
}

#nav_2 a {
	background: url(../images/nav-2.gif) no-repeat;
}

#nav_3 a {
	background: url(../images/nav-3.gif) no-repeat;
}

#nav_4 a {
	background: url(../images/nav-4.gif) no-repeat;
}

#nav_5 a {
	background: url(../images/nav-5.gif) no-repeat;
}
			
#nav_1 a:hover, #nav_2 a:hover, #nav_3 a:hover, #nav_4 a:hover, #nav_5 a:hover  {
	background-position: 0px -35px;
}

.content {
	margin: 30px 0px 20px 10px;
	padding: 0px;
}

#left {
	float: left;
	width: 525px;
}

#right {
	float: right;
	width: 300px;
}

.content h2 {
	font-size: 14pt;
	line-height: 20pt;
}

.content p, li, td {
	font-size: 10pt;
	line-height: 18pt; 
}

#dash {
	background: url(../images/div-dash.gif) left no-repeat;
	width: 300px;
	height: 1px;
	margin: 10px 0px;
	padding: 0px;
}

.footer {
	width: 900px;
	background: url(../images/footer-bg.gif) top center no-repeat;
	padding-top: 8px; 
	text-align: center; 
}

.footer {
	font: 8pt arial, helvetica, sans-serif;
}

a, a:visited {
	color: #681d3d;
	text-decoration: underline;
}

a:hover, a:active {
	color: #d4ac07;
	text-decoration: underline;
}

h1, h2, p, td, div, li {
	font-family: Arial;
}

.clear {
	clear: both;
}
