﻿#leafletBody 
{
	background-color:#E0CCE2;
	margin-top:-30px;
}

.leafletContent
{
	background-color: White;
	border: thin solid #85548C;
	margin:  2em 4em 2em 8em;
	padding: 2em 4em 2em 8em;
	width: 65%;
	overflow: auto auto;
}

#leafletFooter
{
	clear:both;
	width: 100%;
	min-height:130px;
	line-height:130px; /* This vertically centers the text */
	font-size:12px;
	text-align:center;
	background-image:url('Images/footer-bg.jpg');
	background-repeat:no-repeat;
}

#leafletHeader
{
	clear:both;
	width: 100%;
	min-height:183px;
	/* line-height:50px; This vertically centers the text */ 
	font-size:14px;
	font-weight:bold;
	text-align:center;
	background-image:url('Images/Company_Logo.jpg');
	background-repeat:no-repeat;
}
