h1{
	font-size: smaller;
	margin-bottom: 30px;
	font-weight: normal;
}
h2{
	border-left: 5px solid #8eaf29;
	padding-left: 5px;
}
#main a{
	border-bottom: 1px dotted #888788;
	text-decoration: none;
	color: #888788;
}

#main a:hover{
	color: #8eaf29;
	border-bottom: none;
}
.blog, .lead, .news{
	border: 4px solid #ccc;
	margin-bottom: 30px;
}
.blog{
	float: left;
	width:248px;
	min-height: 378px;
	height: auto !important;
	height: 378px;
	text-align: center;
	padding: 25px 25px 10px 25px;
	margin-right: 30px;
}
.blog h2{
	text-align: left;
	margin-bottom: 35px;
}
.photo{
	margin-bottom: 15px
}
.date{
	margin-bottom: 10px;
}

.lead, .news{
	float: right;
	width: 584px;

}
.lead{
	min-height: 100px;
	height: auto !important;
	height: 100px;
	padding: 25px 25px 0px 25px;
}
.news{
	min-height: 197px;
	height: auto !important;
	height: 197px;
	padding: 25px 25px 27px 25px;
}
.news h2{
	margin-bottom: 15px;
}
.news dt{
	float:left;
	width: 100px;
}
.news dd{
	margin: 0 0 10px 100px;  
}
