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


/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333;
	background: url(../_images/backgroundimage.png) repeat;
	margin: 0px;
	padding: 0px;
}
#container {
	background: #FFF;
	width: 780px;
	margin: 0px auto;
	position: relative;
}
#container a:link,
#container a:visited {
	text-decoration: none;
	color: #333;
}
#container a:hover {
	color: #566440;
	border-bottom: 1px dashed #566440;
}
#header {
	background: #85855C;
	margin: 0px;
	padding: 4px 30px 4px 4px;
	font-size: 140%;
	text-align: right;
	position: relative;
	float: right;
	width: 583px;
}
#sidebar {
	float: left;
	width: 160px;
	margin: 0px;
	height: 600px;
	padding: 0px;
	background: #58725A;
	position: relative;
	border: 1px solid #333;
}

#sidebar #menubar {
	position: absolute;
	top: 120px;
}

#content {
	float: right;
	width: 600px;
	margin: 0px;
	padding: 10px 10px 0px 5px;
	height: auto;
	position: relative;
}
#content h2 {
	text-align: center;
	letter-spacing: 0.1em;
	font-size: 120%;
	font-style: italic;
	color: #333;
}

#sidebar #picture {
	float: left;
	margin: 0px;
	position: absolute;
	top: 230px;
	left: 3px;
}
#footer {
	clear: both;
	background: #85855C;
	text-align: center;
}
#footer p {
	margin: 0;
	padding: 10px 0;
	color: #fff;
	font-size: 1em;
	text-align: center;
}
#list1 li   {
	padding: 0px 50px 0px 0px;
	list-style: circle;
	width: 160px;
	float: left;
	clear: both;
	margin: 0px;
}
#story {
	float: right;
}
#fampic {
	float: left;
	margin: 10px 15px 10px 10px;
	padding: 0px;
}
.header {
	font-size: 140%;
	font-style: italic;
	color: #333;
	font-weight: bold;
	letter-spacing: .1em;
}
.brochure {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
}
.links {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: italic;
	color: #333;
}
.ordinal {
	font-size: 60%;
	letter-spacing: -0.05em;
	vertical-align: 50%;
}
