body {
	background: #333333;
	background-image: url(images/bg.png);
	background-repeat:repeat-x;
	font-family: Verdana, serif;
	font-size: 10px;
}

h1, h2, h3 {
	padding: 0px;
	margin: 0px;
	line-height: 1.2em;
}

img {
	border: 0px none;
}

p {
	line-height: 1.2em;
}

li {
	line-height: 2em;
}

#middle {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

#frame {
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: #FDFDFD;
	margin-left: -450px;
	position: absolute;
	border: 1px solid black;
	top: -250px;
	left: 50%;
	width: 900px;
}

#main_pic {
	width: 400px;
	height: 300px;
}

#content {
	float: right;
	padding: 10px;
	text-align: left;
	width: 480px;
	font-size: 1.1em;
}

#greco {
	background-image: url(images/greco.png);
	width: 200px;
	height: 51px;
	margin-left: 10px;
}

#grunwald {
	background-image: url(images/grunwald.png);
	width: 200px;
	height: 71px;
	margin-top: 35px;
	margin-left: 280px;
}

.navigation {
	font-size: 1.1em;
	padding-top: 6px;
	padding-bottom: 6px;
	font-family: Tahoma, sans-serif;
	background: #DDDDDD;
	width: 100%;
	text-align: center;

}

.navigation a {
	color: #333333;
	text-decoration: none;
	padding: 5px;
	margin-left: 20px;
	border: 1px solid #DDDDDD;
	font-weight: bold;
}
.navigation a:hover {
	background: white;
	color: #333333;
	border: 1px solid black;
}

#quote {
	width: 280px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 35px;
	margin-left: 100px;
	border-top: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	font-family: serif;
	font-size: 1.2em;
	color: #BBBBBB;
}

#quote span {
	display: block;
	text-align: right;
	color: #999999;
	font-size: 0.8em;
}

