body {
	background-color: #94836B;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: "Baskerville Old Face";
}
#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding: 30px 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	background-color: #94836B;
}
#top {
	background-image: url(images/top.gif);
	width: auto;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #F7EFEA;
	position: relative;
	height: 65px;
	margin: 0px;
	padding: 0px;
}
#top h1 {
	color: #706041;
	margin-left: 150px;
	padding: 20px 0px 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 2.5em;
}
#main {
	background-color: #F7EFEA;
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 10px;
	position: relative;
	width: auto;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#menu {
	width: 140px;
	float: left;
	margin-top: 10px;
	margin-bottom: 20px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#menu li {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#menu a {
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 4px;
	display: block;
	text-decoration: none;
	color: #706041;
	background-image: url(images/link_grad.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#menu a:hover {
	color: #A28B5E;
}
#right {
	margin-left: 150px;
	margin-right: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#right h2 {
	color: #706041;
	font-size: 1.1em;
	margin: 0px;
	padding: 10px 0px 0px;
}
#right img {
	border: 1px solid #706041;
	margin: 1px;
}

#right p {
	color: #706041;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#right a {
	color: #000066;
	text-decoration: none;
}
#right a:hover {
	color: #706041;
	text-decoration: underline;
}

.clear {
	clear: both;
}


#footer {
	color: #FFFFFF;
	text-align: center;
	font-weight: normal;
	font-size: 1em;
	padding-top: 5px;
	padding-bottom: 10px;
}
#footer a {
	color: #FFFFFF;
}
#footer a:hover {
	color: #F0E2D9;
	text-decoration: none;
}
