body {
	background-color: #000000;
	text-align: center;
	background-image: url(images/patt_48d06da6cea2f.jpg);
	background-repeat: repeat;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #DD9029;
	text-align: justify;
	margin-right: 250px;
	margin-left: 250px;
	line-height: 1.4em;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #A11F22;
	font-weight: normal;
	margin-right: 200px;
	margin-left: 200px;
	margin-top: 10px;
	text-align: center;
}
#container {
	height: 768px;
	width: 900px;
	margin-left: -450px;
	left: 50%;
	position: absolute;
	top: 0px;
}
#header {
	position: absolute;
	height: 60px;
	width: 900px;
	top: 0px;
	left: 0px;
	background-color: #000000;
}
#mainimage {
	position: absolute;
	height: 290px;
	width: 900px;
	left: 0px;
	top: 60px;
	background-color: #333333;
}
#topnav {
	height: 40px;
	width: 900px;
	left: 0px;
	top: 360px;
	position: absolute;
	background-color: #000000;
	text-align: left;
}
#topnav img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#body {
	position: absolute;
	height: 300px;
	width: 900px;
	left: 0px;
	top: 400px;
	background-color: #333333;
	background-image: url(images/bodyback.jpg);
	text-align: left;
}
#scrollbox {
	position: absolute;
	height: 300px;
	width: 700px;
	top: 400px;
	left: 100px;
	overflow: scroll;
	overflow-x : hidden;
}
#scrollbox p {
	margin-left: 100px;
	margin-right: 100px;
}
#footer {
	background-color: #000000;
	position: absolute;
	height: 40px;
	width: 900px;
	left: 0px;
	top: 700px;
}
#footer p {
	text-align: center;
	color: #9F2426;
	margin-top: 10px;
}
