/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #8F9889;
	}
#container {
	position: absolute;
	width: 800px;
	min-height: 600px;
	left: 50%;
	margin-left: -400px;
	background-image: url(../images/homepageBackGround.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #E2E6D7;
	border-bottom: 19px solid #7C2540;
	}
#header {
	background-color: #AEBB95;
	border-bottom: 19px solid #7C2540;
	}
#navcontainer {
	position: absolute;
	top: 119px;
	left: 0px;
	width: 195px;
	}
#navcontainer ul {
	text-align: right;
	margin: 0px;
	padding: 0px;
	}
#navcontainer li {	
	padding: 0px;
	padding: 3px 20px 3px 0px;
	margin: 10px 0px;
	list-style: none;
	background-color: #8B907B;
	border-right: 8px solid #AEBB95;
	font-size: 12px;
	}
#navcontainer li a:link {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	}
#navcontainer li a:hover {
	color: #7C2540;
	}
#navcontainer li a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	}
h1 {
	font-size: 16px;
	color: #005E9D;
	font-style: italic;
	margin-left: 200px;
	}
p {
	text-indent: 15px;
	font-size: 14px;
	margin-right: 32px;
	margin-left: 200px;
	}
#hpImg {
	position: absolute;
	margin-right: 32px;
	margin-left: 542px;
	top: 451px;
	}

