body {
	font: 12px/20px Arial, Verdana;
	text-align: center;
	background-color: #00658D;
}
h1 {
	font-size: 200%;
	padding: 10px;
	color: #000000;
	text-align: left;
	margin: 0;
}
h2 { font-size: 150%; padding: 10px; }
a { text-decoration: none; }
img { border: none; }

#wrapper {
	position: relative;
	width: 860px;
	text-align: left;
	margin: 0 auto;
	padding-bottom: 0px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 0;
}

#logo {
	position: absolute;
	top: 1px;
	left: 80px;
	z-index: 100;
	margin: 0;
	padding: 0;
}

#header { position: relative; height: 95px; margin: 0; padding: 0; }

#topNav	{
	position: absolute;
	top: 15px;
	left: 650px;
	color: #3e2200;
	margin: 0;
	padding: 0;
}
#topNav a {
	color: #fea527;
	font-weight: bold;
	font-size: 14px;
}
#topNav a:hover { border-bottom: 1px dotted #3e2200; }

#navigation {
	position: absolute;
	top: 66px;
	left: 330px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	text-indent: -9999px;
	margin-right: 5px;
	padding: 0;
}


#mortgageManual a { width: 152px; height: 29px; background: url('../images/mortgage-manual.png') no-repeat; 
display: block; margin: 0; padding: 0; }
#loanAudit a { width: 152px; height: 29px; background: url('../images/loan-audit.png') no-repeat; 
display: block; margin: 0; padding: 0; }
#contactUs a { width: 152px; height: 29px; background: url('../images/contact-us.png') no-repeat; 
display: block; margin: 0; padding: 0; }

#mortgageManual a:hover, #loanAudit a:hover, #contactUs a:hover { background-position: 0 -29px; }

#main {
	position: relative;
	width: 840px;
	margin: 0;
	padding: 0;
}

#content {
	position: relative;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	background-image: url(../images/frame.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
}

#contentArea {
	position: relative;
	width: 100%;
	background: #f1f1ed url('../images/inner-bottom.gif') no-repeat left bottom;
	display: block;
	margin: 0;
	padding: 0;
	min-height: 300px;
	background-color: #f1f1ed;
}

#AShopcontentArea {
	position: relative;
	width: 100%;
	background: #f1f1ed url('../images/inner-bottom.gif') no-repeat left bottom;
	display: block;
	min-height: 300px;
}

#contentAreaTop {
	background: url('../images/inner-top.png') no-repeat;
	height: 10px;
	width: 800px;
	margin: 0;
	padding: 0;
}
.contentareatext { padding: 10px; text-align: left; margin: 0; }


#textBox { position: absolute; top: 30px; left: 350px; }

#footer {
	position: relative;
	height: 50px;
	margin-top: 15px;
	width: 750px;
	text-align: center;
	padding: 0;
}

#copyright {
	font-weight: normal;
	color: #000000;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
#subNav { float: right; margin-right: 20px; color: #3e2200; }
#subNav a { font-weight: bold; color: #3e2200; font-size: 10px; }
#subNav a:hover { border-bottom: 1px dotted #3e2200; }
#pricetag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #000000;
}
.borderimage {
	border: 1px solid #000000;
}
