body {
	background-color:#004370;
	padding:0; margin:0;
	font-family:"Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
}
/*this wrapper and body below centers the content section of the page*/
#wrapper {
	width:800px;
	margin:0 auto;
	padding:0;
	background-image:url(images/bg_strip.jpg);
	background-repeat:repeat-y;
}

body {
	text-align:center;
}
/*the wrapper div below realigns the text to the left*/
#wrapper {
	text-align:left;
}			
#mystory {
	background-image:url(images/mystory.gif);
	background-repeat:no-repeat;
	width:245px;
	height:324px;
	margin-left:60px;
	margin-top:-20px;
}	

#copy {
	background-image:url(images/copy.gif);
	background-repeat:no-repeat;
	padding-top:0px;
	color:#004370;
	float:right;
	width:431px;
	height:324px;
	padding-right:45px;
	margin-top:-20px;
}	
#copy p{
	padding:30px;
}
p {
	text-align:justify;
	color:#004370;
	font-size:14px;
	line-height:2.25em;
	padding:20px;
	margin-right:10px;
	margin-left:10px;
}
.mystory p{
	color:#004370;
	margin-left:0px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	margin-bottom:-10px;
}
.copy p{
	color:#004370;
	text-align:center;
	margin-left:300px;
	font-size:16px;
	font-weight:bold;
}	
#email {
	width:400px;
	float:right;
	padding-right:40px;
	margin-bottom:0px;
	padding-bottom:0px;
}	
	
.email p{
	color:#004370;
	text-align:left;
	font-size:15px;
	font-weight:bold;
}	
#footer {
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width:800px;
	height:86px;
}
#masthead {
	background-image:url(images/masthead.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:800px;
	height:260px;
}		
h3 {
	color:#004370;
	font-size:18px;
	text-align:center;
}
hr {
	margin:-10px 60px 0px 60px;
	color:#004370;
}	
#rde {
	margin-right:10px;
	text-align:right;
	background-color:#004370;
	padding-bottom:15px;
	padding-right:10px;
}	
#rde img {
	border:none;
	margin-bottom:-2px;
}
#rde a {
	color:#928C97;
	font-size:16px;
	text-decoration:none;
	font-weight:bold;
}
#rde a:hover {
	color:#928c97;
	font-size:16px;
	font-weight:bold;
}		



