@charset "utf-8";
* {	margin: 0;
	padding: 0;
}

/* _____________________________________________

Top Image and Navigation 
______________________________________________*/

#logobottom {	display: block;
				border-bottom: 1px solid #a99a6f;
				position: absolute;
				top: 87px;
}
#topbar {	border-top: 1px solid #a99a6f;
			border-bottom: 1px solid #a99a6f;
			background-color: #e5dfbd;
			width: 98.5%;
			height: 19px;
			position: absolute;
			top: 86px;
			left: 27px;
}
#topbar ul {	margin-left: .75em;
}
#topbar ul li {	display: inline;
}
#topbar a {	text-decoration: none;
			color: #000;
			padding: 0 .75em 0 .75em;
}
#topbar a:hover {	padding: 0 .75em 0 .75em;
					background-color: #bdad7f;
}
#topbar a:visited {	text-decoration: none;
			color: #000;
}
#slogan {	position: absolute;
			left: 350px;
			top: 55px;
			font-size: 18px;
			margin-top: -1.3em;
			font-style: italic;
			font: "Myriad Pro", "Times New Roman", serif;
}

/* _____________________________________________

Page Content
______________________________________________*/

#content {	font-family: "Goudy Old Style", "Times New Roman", serif;
			margin-top: 4em;
			margin-left: 3em;
}
#content h1 {	font-size: 1.2em;
				margin-bottom: 1em;
}

/* _____________________________________________

Bottom Navigation 
______________________________________________*/


#bottom ul{	text-align: center;
			padding-top:4em;
			clear: both;
}
#bottom li {	display: inline;
				padding: 0 .5em;
				border-right: 1px solid #000;
}
#bottom li a {	text-decoration: none;
				color: #000;
}