@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-repeat: no-repeat;
	background-image: url(art/buchananback.jpg);
	background-position: 0px 200px;
	background-color: #654024;
}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #993300;
	text-decoration: none;
}
#header {
	width: 940px;
	margin: 0px 0px 25px;
	padding: 0px;
	background-image: url(art/header.jpg);
	background-repeat: repeat-x;
	height: 163px;
	border-bottom: thick solid #973200;
}
#container {
	padding: 0px;
	width: 940px;
	margin: 0px;
}
#MenuBar {
	height: 38px;
	float: right;
	background: #D8C9AD url(art/grad10x40.jpg);
	border-bottom: medium solid #993300;
	width: 677px;
}
#right, #left, #center {
	width: 28%;
	float: left;
	border: 1px solid #996633;
	margin: 5px;
	padding: 5px;
	height: 220px;
	background: #FEF1DF url(art/ornamentbg.png) no-repeat bottom;
}
#right {
}
#left {
}
#center {
}
#footer {
	clear: both;
}
#content, #footer {
	padding-right: 25px;
	padding-left: 25px;
}
#MenuBar, #breadcrumb, #footer {
	text-align: center;
}
#logo {
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 400px;
	float: left;
}
#logo  img  {
	border: none;
}
#breadcrumb {
	float: right;
	height: 20px;
	width: 677px;
	background: #FEF1DF;
}
#search {
	float: right;
	height: 30px;
	width: 677px;
	text-align: right;
	margin-top: 71px;
}
