html, body {
	margin: 20px;  
	background-color: #576777; 
	text-align: center; 
}

body, tr, td { 
	font-size: 11px; 
	font-family: Verdana; 
	color: #221F1F; 
}

a:visited, a:link { 
	color: #77936A; 
	text-decoration: none; 
	font-weight: bold; 
}

a:hover { 
	color: #E41C24; 
	text-decoration: none;
	font-weight: bold; 
}

#content {
	background-color: #FFE3A0;
	text-align: justify; 
	padding: 15px 20px 20px 5px; 
	line-height: 16px;
}

#left {
	background-color: #FFE3A0;
}

#navi {
	background: url('images/round_03.jpg') repeat-x bottom; 
	background-color: #FFE3A0;
	color: #433D3D;
	font-size: 11px; 
}

#bottom {
	background: url('images/round_16.jpg') no-repeat top;
	height: 38px;
	text-align: center; 
	padding-top: 7px; 
	font-size: 9px; 
}

.quote {
	width: 50%;
	float: right;
	font-size: 10px;
	line-height: 18px;
	margin: 0px 15px;
	padding-left: 10px;
	font-style: italic; 
	border-left: 1px dashed #C2C8A4;
	color: #000033;
}
