@charset "utf-8";
#container {
	background-color: #FFF;
	margin: auto;
	height: auto;
	width: 760px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 4px;
	text-align: center;
	overflow: hidden;
}
#header {
	height: 125px;
	font-size: 11px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	vertical-align: bottom;
	text-align: right;
	width: 740px;
	margin: auto;
}
#navigation {
	height: auto;
	width: 160px;
	margin-top: 32px;
	float: left;
	text-align: right;
	line-height: 2;
	margin-left: 8px;
	padding-top: 80px;
	font-size: 11px;
	font-style: italic;
	padding-right: 24px;
	color: #000;
}
#content {
	height: auto;
	width: 535px;
	margin-top: 32px;
	margin-right: 8px;
	float: right;
	text-align: left;
	line-height: 2;
	padding-right: 16px;
	padding-bottom: 8px;
}
/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11.5px;
	color: #333;
	background-color: #644D33;
	list-style-type: square;
	overflow-y: scroll;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #000;
	font-weight: normal;
	letter-spacing: 150%;
}

.small_text {
	font-size: 10px;
	color: #666;
}
#navigation p a {
	color: #000;
	text-decoration: none;
}
#navigation p a:hover {
	color: #644D33;
	text-decoration: none;
}
#header p a {
	color: #999;
	text-decoration: none;
}
th {
	font-style: italic;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #644D33;
	padding-bottom: 0px;
}

#header p a:hover {
	color: #B99873;
	text-decoration: none;
}
#content p a {
	color: #333;
	text-decoration: none;
	border-bottom: solid 1px;
	border-bottom-color: #644D33;
}
#content p a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: solid 2px;
	border-bottom-color: #644D33;
}
