body {
	margin: 0px;
	background-color: #1A3459;
	
}

/* fonts */

h1, h2, h3, h4 {
	font-family: Trebuchet MS;
	color: #0B386F;
	text-indent: 10px;
}
p {
	font: 10pt Trebuchet MS;
	text-indent: 10px;
}

img {
	padding: 0;
	border: 0;
}
p caption {
	font: small Trebuchet MS;
}

.header {
	font: 14pt Trebuchet MS;
	color: #1A3459;
	font-weight: bold;
	padding: 10px;
}

/* content division */
}
#wrapper {
	width: 800 px;
	background-color: transparent;
	height: 100%;
}
#main {
	width: 955x;
	height: 178px;
	padding: 0;
	background-image: url(http://pattiearnold.com/images/tropical/pattie_successville_header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0;
}
#menu{
	width: 602px;
	height: 20px;
	padding: 0;
	background-color: #1A3459;
	background-repeat: no-repeat;
	margin:0;
	color:#fffff;
	font: 11pt Trebuchet MS;
	font-weight:bold;
}
#maincontent {
	width: 602px;
	text-align:left;
	background-color: #ffffff;
	margin: 0;
}
#footer {
	width: 602px;
	padding: 0;
	height: 15px;
	background-color: #1A3459;

}
.footer{
	width: 100%;
	position: center;
	border: 0;
	background-color: #1A3459;
	padding: 0;
	color:#ffffff;
	font: 8px Trebuchet MS;
	vertical-align: middle;
}
/* Navigation buttons */
.nav{
	width: 20%;
	position: center;
	border: 0;
	background-color: transparent;
	padding: 0;
	color:#ffffff;
	font: 11pt Trebuchet MS;
	font-weight:bold;	
}
a
{
	color:#0690EC;
	text-decoration:none;
	font-weight:bold;
}

a:hover 
{
	color:#014470;
	text-decoration:none;
	font-weight:bold;
}