#container {
	width: 1000px;
	top: 30px;
}
#header {
	background-image: url(images/image_01.gif);
	height: 50px;
	width: 1000px;
	background-repeat: no-repeat;
}
#content {
	background-image: url(images/image_03.gif);
	height: 477px;
	width: 717px;
	float: right;
	padding-top: 0px;
	padding-bottom: 0px;
}
#navi {
	background-image: url(images/image_02.gif);
	height: 477px;
	width: 283px;
	background-repeat: no-repeat;
	float: left;
}
#footer {
	background-image: url(images/image_04.gif);
	height: 73px;
	width: 1000px;
	background-repeat: no-repeat;
	float: left;
}
#link {
	height: 30px;
	width: 1000px;
	text-align: center;
	text-indent: 300px;
}
#content #text {
	height: 477px;
	width: 640px;
	margin-left: 50px;
	overflow: auto;
}
.Stil11 {font-size: 13px;font-variant:small-caps; }