body {
	margin: 100px 0px; padding:0px;
	background-color: rgb(130,178,25);
	background-image: url('');
	background-repeat: repeat-x repeat-y;
	
	}
#center {position: absolute; top: 0px; left: 50%; width: 980px; height: 1320px; margin-left: -490px; background-color: rgb(82,112,12); border-left: 1px solid rgb(122,59,23); border-right: 1px solid rgb(122,59,23) }

/* top section where title is */
#top { position: absolute; top: 0px; left: 0px; width: 980px; height: 115px; background-color: rgb(90,165,72);  border-top: 5px solid rgb(82,112,12); }

/* drop down rectangle of all the text of the site */	
#content {
	width: 940px;
	height: 1000px;
	text-align: left;
	background-color: white;
	color: ;
	z-index: 3;
	font-family: sans-serif;
	position: absolute; top: 153px; left: 50%; margin-left: -470px
	}

#content h3 {text-align: center}

#content h4 {text-align: center}


#text {width: 900px; text-align: left;
	background-color: white;
	color: rgb(0,0,0);
	z-index: 4;
	font-family: sans-serif;
	position: absolute; top: 10px; left: 50%; margin-left: -450px
}


/* styleizes the menu */
#menu {border-bottom: 5px solid rgb(140,82,46); border-top: 5px solid rgb(140,82,46); padding: 0px; position: absolute; top: 110px; left: 0px}

#menu ul
{
text-align: center;
padding-bottom: 14px;
padding-top: 0px;
padding-left: 0;
margin-top: 0;
margin-left: 0;
margin-bottom: 0;
background-color: rgb(122,59,23); 
width: 980px;
font-family: sans-serif, Arial;
font-weight: bolder;
font-size: 1em;
}
#movemenu {position: relative; top: 8px; left: 0px}

#menu ul li { display: inline;
	}

#menu ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 12px;
padding-top: 14px;
color: white;
text-decoration: none;
letter-spacing: -1px

}

#menu ul li a:hover
{
	color: rgb(122,59,23);
background-color: white;
}


/* sets the background color on the menu of the part of the site that the visitor is at */
#selected { background-color: white}
#menu #selected {color: rgb(122,59,23);}

