html, body {
	padding: 0;
	margin: 0;
}
body {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 14pt;
	color: #4c4c4c;
}
.cf { clear: both; }

#Site {
	background-image: url(/media/bg.jpg);
	background-repeat: repeat-x;
	background-position: -50% 0;
	background-color: #64993d;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	margin: 1em 0 0.5em 0;
	color: #64993d;
}
h1 { color: #4c4c4c; }
p {
	line-height: 1.4em;
}
a {
	color: #64993d;
}
sup {
	font-size: 0.75em;
	line-height: 1em;
}
#header,
#header a {
	display: block;
	width: 200px;
	height: 190px;
}
#header a span { display: none; }
#header {
	margin: 0 0 0 140px;
}
#fw {
	width: 980px;
	height: 720px;
	padding: 50px 0 0 0;
	margin: 0 auto;
	background-image: url(/media/juteblatt.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
#nav {
	float: left;
}
#content {
	float: left;
	width: 750px;
	height: 402px;
	overflow: hidden;
}
#contentinner {
	padding: 0 20px 0 40px;
	height: 420px;
	overflow: scroll;
}
#ContentFrame {
	border: none;
	width: 670px;
	height: 430px;
}

#nav ul,
#nav ul li,
#nav ul li a {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	height: 70px;
	width: 110px;
}
#nav ul { padding: 10px 0 0 0;}
#nav ul li a span { display: none; }

