#snow {
	background-color: #FFCCCC;
	background-image: url(http://www.southfayette.org/gfx/snow.jpg);
	background-repeat: no-repeat;
	height: 52px;
	padding-left: 70px;
	padding-top: 8px;
	font-size: 12px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006600;
}
#snow h1 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	font-style: normal;
}
#alert {
	background-color: #FFFF99;
	background-image: url(http://www.southfayette.org/gfx/info.jpg);
	background-repeat: no-repeat;
	height: 52px;
	padding-left: 70px;
	padding-top: 8px;
	font-size: 12px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006600;
}
#alert h1 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	font-style: normal;
}

