body {
 margin-top: 20px;
 background-color: #21160A;
 font-family: Garamond MS, serif;
 font-size: 12px;
 color: #000;
 text-align: center;
}

a { 
 color: #D19E5C;
 font-weight: bold;
}

a:hover {
 color: #E6B069;
 font-weight: bold;
}

h1 {
 font-size: 16px;
 color: #C37C1F;
}

h2 {
 font-size: 14px;
 color: #C37C1F;
}

table {
 align: center;
 border: 0px;
}

#plate {
 width: 700px;
 margin: auto;
 padding: 10px;
 background-color: #F3CA94;
 text-align: left;
 clear: both;
}

#header {
 width: 700px;
 height: 240px;
 text-align: left;
}

#header .left {
 width: 160px;
 height: 230px;
 padding: 5px;
 float: left;
 background-color: #fff;
 text-align: left;
}

#header .right {
 width: 520px;
 height: 240px;
 float: right;
 background-color: #FFBF6C;
 text-align: center;
}

#bar {
 width: 700px;
 height: 20px;
 clear: both;
 background-color: #E7AD61;
 text-align: center;
}

#container {
 width: 700px;
 background-color: #fff;
 text-align: center;
}

.content {
 width: 510px;
 background-color: #fff;
 float: right;
 padding: 10px;
 text-align: left;
 font-family: Georgia, Garamond MS, serif;
 font-size: 12px;
 line-height: 16px;
 color: #000;
}

.content img {
 border: 6px solid #F3CA94;
}
.navi {
 width: 160px;
 float: left;
 text-align: left;
 background-color: #5A4222;
}

.navi h2 {
	color: #F6DF1B;
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.navi ul {
	padding: 0;
	border-bottom: 1px solid #A47F4E;
}
.navi li {
	border-bottom: 1px solid #A47F4E;
	list-style: none;
}
.navi li a {
	font-size: 14px;
	font-family: Georgia, Garamond MS, serif;
	color: #F3CA94;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.navi li a:hover {
	background: #794B0D;
	color: #FFEF67;	
}

#footer {
 clear: both;
}