#banner {
	background:#fff;
	height:140px;
	margin-top: 0px;
}
#leftcontent {
	left:20px;
	top:50px;
	width:275px;
	background:#fff;
	float: left;
	padding-right: 25px;
	border-right: 1px solid #cccc99;
	height: 1000px;	
}
#rightcontent {
	right:10px;
	top:50px;
	width: 260px;
	background:#fff;
	left: 310px;
	float: right;
}
hr {
	border: 0px;
	color: #cccc99;
	height: 1px;    
    background:#cccc99;
	margin-top: 5px;
	margin-bottom: 5px;

}
.person {
	color: #003300;
	font-size: 0.9em;
	font-weight: bold;
}

