@charset "utf-8";
#container {
	height: 750px;
	width: 780px;
	position: relative;
	left: 20%;
	top: 50px;
	right: 0px;
	bottom: 0px;
}
#container #header {
	height: 150px;
	width: 780px;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 600px;
}
#container #navigation {
	height: 50px;
	width: 780px;
	position: absolute;
	left: 0px;
	top: 150px;
	right: 0px;
	bottom: 550px;
}
#container #content {
	height: 500px;
	width: 780px;
	position: absolute;
	left: 0px;
	top: 200px;
	right: 0px;
	bottom: 50px;
}
#container #footer {
	height: 50px;
	width: 780px;
	position: absolute;
	left: 0px;
	top: 700px;
	right: 0px;
	bottom: 0px;
	background-color: #000000;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	color: #FD7D0F;
	background-position: center;
	vertical-align: middle;
}
#container #content1 {
	height: 50px;
	width: 780px;
	position: absolute;
	left: 0px;
	top: 200px;
	right: 390px;
	bottom: 450px;
}
#container #content1-text {
	height: 200px;
	width: 780px;
	position: absolute;
	left: 0px;
	top: 250px;
	right: 0px;
	bottom: 200px;
	vertical-align: text-top;
	letter-spacing: normal;
	word-spacing: normal;
}
#container #content2 {
	height: 50px;
	width: 780px;
	position: absolute;
	left: 0px;
	top: 450px;
	right: 0px;
	bottom: 250px;
}
#container #content2-text {
	height: 200px;
	width: 780px;
	position: absolute;
	left: 0px;
	top: 500px;
	right: 0px;
	bottom: 50px;
}
