﻿
html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background-image: url(/SiteImages/PageBackground/backgroundelements_07.jpg); 
	font-size:11px;
	font-family:Verdana;
	color:#2275B7;
}

h1 { 
	font:1.5em georgia,serif; 
	margin:0.5em 0;
}

h2 {
	font:1.25em georgia,serif; 
	margin:0 0 0.5em;
}
	h1, h2, a {
		color:white;
	}

p { 
	line-height:1.5; 
	margin:0 0 1em;
}

div#PageZone {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	width:100%;
	/*border-style:dotted; 
	border-color:Red*/
}

div#HeaderZone {
	background-image: url(/SiteImages/PageBackground/backgroundelements_01.jpg); 
	height:174px;
}
	div#HeaderZone p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
	}
	
	div#HeaderSplatter
	{ 
	z-index:2;
	position:absolute;
	top:0px;
	right:0;
	height:174px;
	width:266px;
	background-image: url(/SiteImages/PageBackground/backgroundelements_03.jpg); background-position: top left;
	}
	
	div#HeaderShadow
	{
		/*HeaderShadow.gif
		border-style:dotted; border-color:Red;*/
		position:absolute;
		width:100%;
		height:236px;
		background-image: url(/SiteImages/PageBackground/Headershadow.gif); background-position: top left;
	}
		
div#ContentZone {
	/*border-style:dotted; 
	border-color:yellow*/
	padding:1em 1em 5em; /* bottom padding for footer */
	margin: 0px auto -50px auto; 
}
div#ContentZone a
{
	color:Black;
	text-decoration:none;
}

	div#ContentZone p {
		text-align:justify;
		padding:0 1em;
	}

div#FooterZone {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#ddd;
	height:174px;
	background-image: url(/SiteImages/PageBackground/backgroundelements_02.jpg); background-position: top left;
}
	div#FooterZone p {
		padding:1em;
		margin:0;
	}
	
div#FooterShadow
	{
		/*HeaderShadow.gif
		border-style:dotted; border-color:Red;*/
		position:absolute;
		width:100%;
		height:26px;
		z-index:2;
		bottom:0;
		margin-bottom:174px;
		background-image: url(/SiteImages/PageBackground/FooterShadow.gif); background-position: top left;
	}