body,td,th {
	font-family: Times New Roman, Times, serif;
}
#wrap {
	height: 100%;
	width: 985px;
	margin: 0;
	padding: 0;
}

#content {
	float: left;
	width: 775px;
	height: auto;
	top: 0px;
	border-left: 1px solid #999;
	padding: 0px 0px 0px 10px;
	text-align: center;
}

#content h3 a:hover {
	color: #996633;
}
	
#navigation {
	float: left;
	width: 180px;
	height: auto;
	
	padding-right: 5px;
	padding-left: 5px;
}

.Navigation {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	color: #000000;
	text-decoration: none;
}
.Navigation a:hover {
	font-style: normal;
	font-weight: lighter;
	color: #996633;
	text-decoration: none;

}

