body {
	background: #d7d7d7 url('images/mainBG.jpg') repeat-x;
	}

body > p {
	color: #000;
}

#main {
	position: absolute;
	left: 50%;
	top: 70px;
	width: 750px;
	margin-left: -400px;
}

#titleAndLogo {
	position: absolute;
	width: 750px;
	height: 210px;
}

#logo {
	position: absolute;
	right: 0px;
	top: 10px;
	width: 200px;
	height: 190px;
}

#title {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 507px;
	height: 210px;
	background: #fff;
	border: 1px solid #575757;
}

#mainContent {
	position: absolute;
	left: 0px;
	width: 770px;
	border: 1px solid #575757;
	top: 225px;
	background-color: #fff;
}

#navigation {
	border-bottom: 1px solid #575757;
	background-color: #922222;
	padding-top: 10px;
	padding-bottom:10px;
	padding-left: 85px;
}

#navigation a {
	color: #fff;
	font-family: georgia, serif;
	margin-left: 20px;
	text-decoration: none;
}

#navigation a:hover {
	color: #c6c6c6;
	font-family: georgia, serif;
	text-decoration: underline;
}

#content {
	position: relative;
	width: 690px;
	left: 60px;
	top: 0px;
	background-color: #fff;
	bottom: 0px;
}

#content > p span {
	font-family: georgia, serif;
	color: black;
}

#content h1 {
	margin-left: 50px;
	margin-right: 10px;
	margin-top: 5px;
	font-family: georgia, serif;
	font-size: 14pt;
}

#content p {
	margin-left: 10px;
	margin-right: 10px;
	font-family: georgia, serif;
	font-size: 1em;
	text-align: justify;
	}

#content ul {
	list-style: none;
}

#content ul li a {
	color: #000;
	text-decoration: none;
}

#content ul li a:hover {
	color: #000;
	text-decoration: underline;
}

#footer {
	padding-top: 20px;
	width: 770px;
	position: relative;
	height: 70px;
	top: 665px;
	}

#footer p {
	margin-top: 0px;
	text-align: center;
	font-family: georgia, serif;
	font-size: 8pt;
	color: #575757;
	}
