body {
	color: #000;
	font-size: 0.8em;
	line-height: 1.3em;
	background-color: #ffc;
	font-family: Arial, Helvetica, sans-serif;
}
#banner { height: 130px; width: 100%; left: 0; top: 0; position: absolute; visibility: visible; }
#navbar { width: 180px; left: 0; top: 145px; position: absolute; visibility: visible; padding-left: 20px; }
#content { text-align: justify; width: 560px; left: 180px; top: 145px; position: absolute; visibility: visible; }

h1 {
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.7em;
	font-weight: 700;
	color: #441410;
	font-style: italic;
}
h2 {
	font-size: 1.1em;
	color: #441410;
	font-style: italic;
}
.imgright {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
	
}
.imgrleft{
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	
}
.clearboth {
	clear: both;
}
.bordered {
	border: 1px solid #680504;
}
.borderbottom {
	background-color: #CECA9B;
	border-bottom: 1px solid #6B0B09;
	
}
.imgcenter {
	float: right;
	padding-right: 30px;
}
