#background {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #A7925B;
	height: 1189px;
	width: 1500px;
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: visible;
}
#nav_bar {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	height: 929px;
	width: 250px;
	position: absolute;
	left: 580px;
	top: 25px;
	visibility: visible;
	background-image: url(images/new_navbar.jpg);
	font-style: oblique;
	font-weight: bolder;
	color: #AD0E16;
	font-variant: small-caps;
	text-align: center;
}
#text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #72633D;
	height: 807px;
	width: 431px;
	position: absolute;
	top: 126px;
	background-color: #FFFFFF;
	visibility: visible;
	left: 130px;
	padding: 10px;
}
#title {
	height: 100px;
	width: 450px;
	position: absolute;
	left: 130px;
	top: 25px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #A7925B;
	position: absolute;
	height: 34px;
	width: 700px;
	left: 130px;
	top: 954px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

