@charset "utf-8";
#content {
	top: 0px;
	background-image: url(imgs/bg-base.png);
	height: 1100px;
	width: 900px;
}
.body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	line-height: 13pt;
	color: #9a6834;
}
.bodyBigger {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13pt;
	line-height: 14pt;
	color: #9a6834;
}
.welcome {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13pt;
	line-height: 20pt;
	color: #9a6834;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: 14pt;
	color: #9a6834;
	font-weight: bold;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	line-height: 13pt;
	color: #9a6834;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
a:link {
	text-decoration: underline;
	color: #9a6834;
}
a:visited {
	text-decoration: underline;
	color: #9a6834;
}
a:hover {
	text-decoration: none;
	color: #9a6834;
}
a:active {
	text-decoration: underline;
	color: #9a6834;
}

.copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	line-height: 14pt;
	color: #9a6834;
	font-style: normal;
	font-weight: normal;
}
.bottomNav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 14pt;
	color: #9a6834;
	font-style: normal;
	font-weight: normal;
}
.imageColor { 
border: 2px solid #9a6834; 
}