@charset "utf-8";
/* CSS Document */
.season_container {
	height:234px;
	width:1000px; 
	position:relative;
	margin:0 auto;
	font-family:Georgia, "Times New Roman", Times, serif;
}
	.season_container .left {
		background-image:url('../images/summer-left.jpg'); 
		height:234px; 
		width:300px; 
		position:absolute; 
		left:-300px;
	}
	
	.season_container .welcome {
		background-image:url('../images/summer-mid.jpg'); 
		height:234px; 
		width:1000px; 
		position:relative; 
		margin:0 auto;
		color:#FFF;
		font-size:18px;
		float:left;
	}
	
	.season_container .right {
		background-image:url('../images/summer-right.jpg'); 
		height:234px; 
		width:300px; 
		float:left; 
		position:absolute; 
		right:-300px;
	}
	

	.season_container .welcome_text {
		margin:55px 0 0 265px;
		width:430px;
	}
	
	.season_container .welcome a {
		font-family:Arial, Helvetica, sans-serif;
		color:#50c720;
		font-size:12px;
		font-weight:bold;
	}
	
	.feat-title {
		background-image:url('../images/summer-featured.jpg');
		background-repeat:no-repeat;
		height:40px;
		width:104px;
		float:left;
	}
	
	.featured p {
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#1d3d10;
		font-weight:bold;
		float:left;
		margin:16px 0 0 10px;
		text-decoration:underline;
	}