* {
	margin:0px;
	padding:0px;
}
td {
	padding:3px;
}
p {
	margin:4px 0 10px 0;
}
body  {
	font-family: Myriad, Arial, Helvetica, sans-serif;
	background-image:url(images/bg_grid.gif);
	font-size:.9em;
	line-height:130%;
	margin: 0 0 5px 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #201D1E;
}
#wrapper {
	width:970px;
	background: #FFFFFF;
	margin: 0 auto;
	padding: 0 0 0 0;
	text-align:left;

} 
#header {
	height:460px;
	overflow:hidden;
	width:970px;
	clear:left;
}

#container {
	background-image:url(images/bg_dates.jpg);
	background-repeat:no-repeat;
	clear:left;

}
#autumn {
	float:left;
	display:inline;
	width:270px;
	margin:30px 30px 30px 80px;

}
#winter {
	float:left;
	display:inline;
	width:270px;
	margin:30px 28px 30px 0px;

}
#spring {
	float:left;
	display:inline;
	width:270px;
	margin:30px 0px 30px 0px;

}
#season {
	clear:both;
	padding: 12px 55px 10px 50px;
	font-size: 1.1em;
	height:120px;
	background-color:#FFF;
}

.padtext {
	padding:4px 15px 15px 15px;
}

.wrapright { 
	float: right;
	margin-left: 8px;
}
.wrapleft { 
	float: left;
	margin-right: 8px;
}
#footer {
	height:70px;
	margin-top:10px;
	margin-bottom:0px;
	clear:both;
	background-color:#D75130;
}
#ftdmg{
	width:214px;
	float:left;
}
#ftcopy{
	width:450px;
	height:45px;
	float:left;
	margin:25px 0 0 100px;
	color:#FFF;
	font-size:.9em;
}
#footer a, footer a:visited {
	color:#fff;
}
#footer a:hover {
	color:#000;
}

