@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

#background {
	position:absolute;
	height: 800px;
	width: 753px;
	top: 5px;
	left: 5px;
	background-color:#FFFACD;
}

#banner {
	position:absolute;
	height: 125px;
	width: 753px;
	top: 5px;
	left: 5px;
	font-size: 2em;
	text-align: center;
	background-color:#228B22;
	border:solid #000000 1px;
}

#navigation {
	position:absolute;
	height: 25px;
	width: 753px;
	top: 105px;
	left: 5px;
	background:#B8860B;
	color:#FFF8DC;
	border:solid #000000 1px;
	}
#navigation ul{
margin: 3px 0 0 0;
}

#navigation li{
float: left;
text-align:center;
list-style-type:none;
border-right:1px solid;
}

#navigation li a{
display:block;
padding:0 5px;
font-size:1.09em;
font-weight:bold;
color: #FFF8DC;
}

#navigation .highlighted, #navigation a:hover{
background:#DAA520;
}

#footer {
position:absolute;
height: 40px;
width: 753px;
top: 795px;
left: 5px;
background-color:#228B22;
text-align:center;
color:##FFFACD;
border: solid black 1px;
padding-top:10px;
font-size: 0.7em;
}

#title {
	position:absolute;
	height: 31px;
	width: 460px;
	top: 145px;
	left: 53px;
	font-size: 1.4em;
}

#content {
	position:absolute;
	height: 600px;
	width: 560px;
	top: 180px;
	left: 54px;
	font-size: 1em;
	list-style-image: ;				}

#bulleted list {
	list-style-image: ;
}

#wrapper {
position: absolute;
left: 2%;
width: 40%;
}
