@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

#startscroll {
	width: 736px;
	height: 166px;
	background-image: url(images/gale_background_01a.gif);
	background-repeat: no-repeat;
	text-align: center;
	margin-right: auto;
}
#endscroll {
	width: 736px;
	height: 136px;
	background-image: url(images/gale_background_03.gif);
	background-repeat: no-repeat;
}
#scrollmain {
	width: 736px;
	height: auto;
	background-image: url(images/gale_background_02.gif);
	background-repeat: repeat-y;
}
#content {
	width: 360;
	padding-left: 70px;
	padding-right: 70px;
	font-family: "Comic Sans MS";
	color: #1D0D10;
} 
.greenheader {
	float: left; 
	padding-right: 5px; 
	color: #336633; 
}
.picAlingLeft {
	float: left;
	padding-right: 5px;
	}
a:link {
	font-family: "Comic Sans MS";
	color: #400000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #400000;
}
a:active {
	text-decoration: none;
	color: #333333;
}
