/* CSS Document */

div#dark_background {
	background-color:#190439;
	color: #fff;
	min-height:465px;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align:right;
}

div#dark_background h1{
	color: #fff;
}

div#dark_background strong{
	color: #fff;
	font-size:1.2em;
}


div#dark_background h2{
	color: #fff;
}

div.gel {
	width: 211px;
	height: 114px;
	float: left;
	text-align:center;
}

div.gel h2{
	margin: 10px 0 0 0;
	padding-left: 0px;
	text-align:center;
	font-size:1.4em;
}

div.gel p{
	margin: 0;
}

div.gel a:link, div.gel a:visited{
	color: #fff;
	font-weight:bold;
}

div.gel a:hover, div.gel a:hover h2{
	color: #fff;
	text-decoration:underline;
}

div#menus {
	margin-left: 30px;
	background-image:url(/images/gel_pink.png);
}

div#leaflets {
	margin-left: 30px;
	background-image:url(/images/gel_orange.png);
}

div#calendars {
	margin-left: 30px;
	background-image:url(/images/gel_blue.png);
}




