#banner {
	background:#fff;
	height: 50px;
	margin-top: 0px;
}
#leftcontent {
	left: 20px;
	top: 10px;
	width: 270px;
	background: #fff;
	float: left;
	padding-right: 25px;
	border-right: 1px solid #cccc99;
}
#rightcontent {
	right:10px;
	top:50px;
	width: 270px;
	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;
}
.name {
	color: #003300;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.4em;
	margin-top: 10px;
}
.namenormal {
	color: #003300;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.4em;
}

#news{
margin-top: 15px;
border-top: 1px solid #cccc99;
}

#archive {
width: 220px;
float: right;
text-align: right;
color: #666;
}
