/* CSS Document */
#monthly_special_sash{
	background-repeat: no-repeat;
	height: 142px;
	width: 213px;
	position: fixed;
	/* For Stupid IE6 */
	_position: absolute;
	top: -6px;
	right: -5px;
	/* For Stupid IE6 */
	_top: -15px;
	_right: -10px;
	font-size: 1px;
	text-indent: -99999px;
	display: block;
	z-index: 9999;
	cursor: pointer;
	/* For Stupid IE6 */
 	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../monthly_special/images/MontlySpecialSash.png');

}
 
/*. The following rule lets FFox display the background image with Transparency*/
#monthly_special_sash[id]{
	background-image: url(../monthly_special/images/MontlySpecialSash.png);
} 

#monthly_ad{
	clear: both;
}
#season_icon{
	position: relative;
	left: -10px;
	top: -15px;
} 

#spring{
 
}
#spring h1{
	color: #5A8A3E;
	font-size: 2.5em;
}
#spring h2{
	color: #A4DD55;
	font-size: 1.75em;
}
#spring p{
	color: #333333;
	font-size: 1.25em;
}

#summer{
 
}

 
#summer h1{
	color: #ECB630;
	font-size: 2.5em;
}
#summer h2{
	color: #3399FF;
	font-size: 1.75em;
}
#summer p{
	color: #333333;
	font-size: 1.25em;
}

#fall{
 
}
#fall h1{
	color: #B01D23;
	font-size: 2.5em;
}
#fall h2{
	color: #CC9900;
	font-size: 1.75em;
}
#fall p{
	color: #333333;
	font-size: 1.25em;
}

#winter{
 
}
#winter h1{
	color: #1E70B9;
	font-size: 2.5em;
}
#winter h2{
	color: #66FFFF;
	font-size: 1.75em;
}
#winter p{
	color: #333333;
	font-size: 1.25em;
}