/* CSS Document */
@charset "utf-8";
.right  {
	float: right;
	width: 380px;
}
.left {
	float: left;
	width: 450px;
}
#read #count {
	margin-bottom: 15px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #414658;
	background-color: #CBC16C;
	font-weight: bold;
}
#read .right img {
	margin-bottom: 15px;
}
#read .left img {
	margin-bottom: 40px;
}
#read .left h2 {
	font-size: 200%;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 25px;
}

#read  .left .text{
	background-color: #f1f1f1;
	margin-bottom: 15px;
	padding: 10px;
}

#main {
	clear: both;
}
#main p.impact:first-letter{
	font-weight: bold;
	font-size: 200%;
	background-color: #CBC16C;
}

#main h3 {
	font-size: 230%;
	font-weight: bolder;
	margin-bottom: 25px;
	line-height: 1.2em;
	text-align: right;
}
#main .right img {
	margin-bottom: 10px;
}

#main p {
	text-indent: 1em;
}
