@charset "UTF-8";

body {
	margin-left: 56px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(poppies.png);
	background-repeat: no-repeat;
}
#scroller {
	margin-top: 250px;
}

#marqueecontainer{
	position: relative;
	width: 650px; /*marquee width */
	height: 200px; /*marquee height */
	overflow: hidden;
	padding-left: 0px;
	z-index: -1;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
}


#gradient{
position: relative;
width: 650px; /*marquee width */
height: 200px; /*marquee height */
z-index: 1;
-webkit-box-shadow: inset -16px 19px 77px 24px rgba(0,0,0,0);
-moz-box-shadow: inset -16px 19px 77px 24px rgba(0,0,0,0);
box-shadow: inset -16px 19px 77px 24px rgba(0,0,0,0);
float:left;
}



#atoz {
	margin-top: 135px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -40px;
	color: #107A86;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-size: 2em;
}

#atoz a {
	color: #107A86;
	text-decoration: none;
}

#atoz a hover {
	color: #1095A4;
	text-decoration: underline;
}
