body {
	background-image: url(content/background-body.gif);
}

#container {
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	border: 3px double #000000;
	}


#header {
	height: 151px;
	background-image: url(content/background-header.jpg);
}




#main {
	height: 1500px;
	background-image: url(content/main-background.png);
}



#navigation {
	list-style-type: none;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(content/background-navi.gif);
	background-repeat: repeat-x;
	clear: right;
}

#navigation li {
	float: left;
	width: 114.2px;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
}
#navigation a {
	color: #000000;
	text-decoration: none;
	display: block;
}

#navigation a:hover {
	background-image: url(content/background-navi-over.gif);
	color: #0033CC;
}
#content {
	width: 800px;
	height: 1450px;
	overflow: auto;
	clear: both;
}
#text {
	padding-right: 50px;
	padding-left: 50px;
}

#text h1 {
	font-style: italic;
	margin-top: 19px;
}
#text #h1link {
	font-size: 60%;
}
#text p {
	font-size: 80%;
	margin-top: 10px;
	margin-bottom: 10px;
}
