@charset "utf-8";
/* CSS Document */

body {
	background-color: #F3ECE2;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #332411;
}
h1 {
	margin: 0;
	font-size: 22px;
	color: #332411;
	font-family: "Times New Roman", Times, serif;
}
h2 {
	margin: 0;
	font-size: 16px;
	color: #332411;
	font-family: "Times New Roman", Times, serif;
}
h3 {
	margin: 0;
	color: #332411;
	font-family: "Times New Roman", Times, serif;
}
table {
	margin: 0 auto;
	border: 1px #917961 solid;
	background-color: #FFF;
	color: #332411;
}
tr {
	padding: 3px;
}
td {
	padding: 3px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	vertical-align: top;
}

#box {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	border-right: 1px #332412 solid;
	border-left: 1px #332412 solid;
}
#top {
	margin: 0;
	padding: 0;
	height: 126px;
	background-image: url('/images/top.jpg');
	background-repeat: repeat-x;
}
#top-title{
	margin: 0;
	padding-top: 35px;
	padding-left: 10px;
	height: 150px;
	line-height: 30px;
}
.title {
	font-size: 32px;
	color: #F3ECE2;
	font-family: "Times New Roman", Times, serif;
}
#navi {
	margin-top: 33px;
	height: 27px;
	width: 800px;
}
.current {
	color: #EDE3D3;	
}
#content-top {
	margin: 0;
	padding: 0;
	height: 14px;
	background-image: url('/images/content_top.jpg');
}
#content {
	margin: 0;
	padding-top: 0;
	padding-left: 40px;
	padding-right: 40px;
	min-height: 500px;
	background-image: url('/images/content_body.jpg');
	background-repeat: repeat-y;
}
#bottom {
	margin: 0;
	height: 80px;
	background-image: url('/images/bottom.jpg');
}
#copyright {
	margin: 0;
	padding-top: 55px;
	display: block;
	text-align: center;
	color: #EDE3D3;
	font-size: 11px;
}
#contact {
	margin: 0 auto;
	padding-top: 15px;
	padding-left: 40px;
	border: 1px #000 solid;
	background-color: #F3ECDA;
	width: 460px;
	height: 370px;
}
#contact-button {
	text-align: center;	
}
.excerpt {
	margin: 0 auto;
	padding-left: 5px;
	padding-right: 5px;
	width: 750px;
	border: 1px #333 solid;
	font-size: 11px;
}
.bold {
	font-weight: 900;	
}
.italic {
	font-style: italic;	
}
.center {
	margin: 0 auto;
	text-align: center;	
}
.odd {
	background-color: #F7F2E6;
}
.underline {
	text-decoration: underline;
}
.updated {
	color: #F00;
	font-size: 10px;
	font-weight: 900;
	text-align: center;
}

#navi-list {
	padding-top: 12px;	
}
#navi-list ul {
	margin-top: 10px;
}
#navi-list li {
	display: inline;
	list-style-type: none;
	font-size: 14px;
	font-weight: 900;
}
#navi-list a {
	padding: 10px 15px;
	text-decoration: none;
	color: #D8C9B0;
}
#navi-list a:hover {
	text-decoration: underline;	
	color: #EDE3D3;
}