@charset "UTF-8";
#navigation {
	position:absolute;
	width:199px;
	height:627px;
	z-index:1;
	left: 7px;
	top: 148px;
	background-color: #781102;
}
#container {
position:relative;
	width:1024px;
	height:800px;
	z-index:1;
	margin: 0 auto;
	text-align: center;
}
#logo {
	position:absolute;
	width:200px;
	height:115px;
	z-index:2;
	left: 7px;
	top: 16px;
	background-color: #781102;
}
#header {
	position:absolute;
	width:784px;
	height:115px;
	z-index:3;
	left: 225px;
	top: 16px;
	background-color: #781102;
}
#content {
	position:absolute;
	width:784px;
	height:630px;
	z-index:4;
	left: 225px;
	top: 147px;
	background-color: #781102;
	color: #FCF0A8;
	overflow: auto;
}
#container #content p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
}
