@charset "ISO-8859-1";
#sg-float {
	float: left;
	padding: 0px;
	width: 148px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 0px;
}
.summer_h3 {
	color: #F2552F;
}

.fall_h3 {
	color: #801F1A;
}

.winter_h3 {
	color: #0099FF;
}

.spring_h3 {
	color: #82C63B;
}
#fall {
	background-color: #FFF8F1;
	float: left;
	height: 188px;
	width: 250px;
	padding: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#winter {
	background-color: #EDF6FF;
	float: left;
	height: 181px;
	width: 275px;
	padding: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#summer {
	background-color: #FEFFD1;
	float: left;
	height: 275px;
	width: 184px;
	padding: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#spring {
	background-color: #E1FCB4;
	float: right;
	height: 275px;
	width: 189px;
	padding: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
}