body{
	background-color:#d9d9d9;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:14px 0;
	min-width:842px; /* wide enough for shadow */
	padding:0;

}

#pageWrapper {
	position: relative;
	background-image:url(http://escapekey.com/allcovered/pgBkgGr.gif); /* shadow on sides */
	background-repeat:repeat-y;
	margin:0 auto;
	width:842px;
	}
	
/* all top images include shadows */

#masthead {
	width: 842px; /* includes shadow */
	position: relative;
	background-image:url(http://escapekey.com/allcovered/pgBkgTop.gif); /* Top */
	padding-top:3px;
	}
#logo {
	float: left;
	height: 80px;
	width: 234px;
	padding-left:6px;
	}
#mastheadRt {
	float: right;
	width: 596px;
	height: 80px;
	}
#underMsthdborder {
	background-color: #afb6c6;
	width: 830px;
	margin-left: 4px;
	clear: both;
	height: 2px;
}

#maincontent {
	width: 730px;
	margin-bottom: 30px;
	margin-left: 30px;
	padding: 30px;
	clear: both;
	}

#bgBtm {
	background-image:url(http://escapekey.com/allcovered/pgBtmGr.gif);
	background-repeat:no-repeat;
	clear:both;
	height:9px;
	}

#footer {
	clear:both;
	margin:0 auto;
	padding:12px 24px 0 24px;
	}
/* end page layout */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #E90303;
	padding-bottom: 4px;
	margin: 10px 0 0 0;
}

h2 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #606060;
	margin:0 0 1em 0; padding:0;
}
h3 {
	font-size: 12px;
	color: #45409f;
	margin-bottom:0.2em;
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color: #0448a5;
	text-decoration: underline;
	font-weight: normal;
}
a:visited {
	color: #666699;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
	font-weight: normal;
}
a:active {
	color: #FF9900;
	text-decoration: underline;
	font-weight: normal;
}

