body {
	margin: 0px 0px 20px 0px;
	padding: 0 0 25px 0;
	background: #FFEEA9;
	font-family: Garamond, Arial;
	font-size: 12pt;
}

A:link {
  color: black; 
}

A:visited {
	color: #624F03; 
}


.logo {
	position: absolute;
	left: 56%;
	margin-left: -300px;
	margin-top: 60px;
	z-index: 98;
	width: 563px;
}

.logopic {
	position: absolute;
	left: 50%;
	margin-left: -302px;
	margin-top: 35px;
	z-index:98;
	}
	
.logopic2 {
	position: absolute;
	left: 50%;
	margin-left: -270px;
	margin-top: 70px;
	z-index:99;
	}

.content {
  position: absolute;
	height:auto;
	left: 40%;
	width: 800px;
	margin: 95px 0 0 -300px;
	border-style: solid;
	border-color: black;
	border-width: 1px 10px 1px 10px;
	z-index: 0;
	background: #C1B068;
	padding: 0;
}

#header, #footer {

	background: #E3BE2A;
	padding: 0 25px 0 0px;
	text-align: right;
	margin: 0;
}

#footer {
	border-top: 1px solid black;
	font-size: 12px;
	line-height: 19px;
}

#tagline {
  text-align: right;
	padding: 0 25px 0 0;
	width: 100%;
	margin: 0;
}

#header {
	border-bottom: 1px solid black;
}

#title {
	margin: 25px 0 0 25px;
}

#text {
  margin: 20px 25px 10px 125px;
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	border-color: #72652E;
	padding: 0px 10px 0px 10px;
}

ul {
	padding: 0;
}

#menu {
  background: transparent;
	float: left;
	width: 100px;
	padding: 0;
	margin: 0;
	color: #000;
	font-family: Times New Roman;
	font-size: 14px;
	line-height: 15px;

}

#menu li {
	padding: 0;
	margin: 0;
	border-width: 0 1px 1px 0;
	border-style:solid;	
	border-color: black;
	list-style-type: none;
}

#menu li a {
	text-decoration: none;
	display: block;
	padding: 3px 3px 3px 5px;
	margin: 0;
	
}

#menu li a:hover {
	background: #E3BE2A;
}


	
	
.rightborder {
	float: right;
	margin: 10px 0px 10px 10px;
	border: 1px solid black;
}	
