body {
	text-align: center;
	background-color: #B3AC7B;
	font-family: Georgia, serif;
	font-size: 14px;
	color: #a66c09;
}
div#container {
	background-image: url(./img/bg_top.gif);
	background-repeat: no-repeat;
	background-color: #fff9c9;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-left: auto;
	margin-right: auto;
	width: 757px;
	overflow: visible;
	padding-top: 115px;
	min-height: 460px;
	height: auto !important;
	height: 460px;
}
div#navi_container {
	background-image: url(./img/bg_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #fff9c9;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-left: auto;
	margin-right: auto;
	width: 757px;
	overflow: visible;
	min-height: 110px;
	height: auto !important;
	height: 110px;
	text-align: center;
}
ul#navi {
	list-style-type: none;
	width: auto;
	display: block;
	margin: 0px;
	padding: 0px;
	margin-left: 77px;
	padding: 40px;
}
ul#navi li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
ul#navi li a {
	display: block;
/*	border-top: 1px solid #a66c09;
	border-left: 1px solid #fff9c9;*/
	font-family: Verdana, sans-serif;
	float: left;
	color: #a66c09;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	padding-left: 7px;
	padding-right: 7px;
}
ul#navi li a:hover {
	color: #614a18;
/*	border-left: 1px solid #614a18;
	border-top: 1px solid #614a18;*/
}
#footer {
	font-size: 80%;
	color: #614a18;
	padding: 3px 0px 20px;
	margin: 0;
}
#footer a, #footer a:visited{
	color: #614a18;
	text-decoration:none;
}
#footer a:hover{
	color: #a66c09;
	text-decoration:underline;
}

a, a:visited{
  color: #a66c09;
}
a:hover{
  color: #614a18;
}
div#content {
	margin-left: auto;
	margin-right: auto;
	width: 580px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #614a18;
}
div.half
{
  width: 280px;
  margin-right: 5px;
  float: left;
  padding-bottom: 20px;
}
div.half p
{
  margin-top:0px;
  text-align:left;
}
div#content li{
  text-align: left;
  margin-left: 50px;
}
h1 {
  text-align: center;
	color: #571F1C;
 clear:both;
}
h2 {
/*	text-align: left;*/
	color: #571F1C;
	clear:both;
}
h3
{
/*	text-align: left;*/
  margin-top: 2em;
	color: #571F1C;
	clear:both;
}

table
{
	width: 90%;
  text-align: center;
	margin-left: auto;
	margin-right: auto;  
}
