body {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	}

#main_content {
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	padding-top: 125px;
	width: 860px;
	color: #000000;
	position: relative;
	margin: 0 auto;
	font-size: 0.75em;
	text-align: left;
	}

.navbar {
	color: #FFFFFF;
	text-align:center;
	height: 30px;
	}

.navbar a {
	text-decoration: none;
	color: #FFFFFF;
	}

.navbar a:hover {
	color: #8C3E17;
	}
	
.navbar ul {
	margin: 0 auto 0;
	list-style-type: none;
	width: 320px;
}

.navbar li {
	float: left;
	font-weight:600;
	font-size: 1.3em;
	}

.footernav a{
	font-size: 0.7em;
	color: #F1F1F1;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}

	

#logo {
	position: absolute;
	left: 0px;
	top: -1px;
	width: 168px;
	height: 67px;
}
#frontpage_content {
	background-image: url(../images/frontpage_top.jpg);
	background-repeat:no-repeat;
	padding: 190px 190px 0 275px;
}
#loan_calculator {
	position: absolute;
	left: 35px;
	top: 182px;
	width: 199px;
	height: 346px;
	color: #c95920;
}

h1 { 
	font-size: 1.8em;
	color: #009901;
	}

h2 {
	font-size: 1.3em;
	color:#c95920;
	margin: 3px auto;
	}

h3 {
	font-weight: bold;
	text-align: center;
	font-size: 1.3em;
	color: #FFFFFF;
	margin: 0 auto;
}

p {
	margin-top: 0;
	color: #000000;
	}
form {
	margin: 0 auto;
	}
.left_col {
	text-align: right;
	width: 100px;
	font-weight: 600;
}

div {
	margin: 0;
	}
#contact_form {
	background-image: url(../images/contact_form.gif);
	height: 240px;
	width: 360px;
	padding: 10px 15px 0px;
	line-height: .9;
}

.clear {
    clear:both;
    height:1px;
    overflow:hidden;

	}

#contact_info {
	position: absolute;
	left: 700px;
	width: 158px;
	top: 368px;
	height: 153px;
}

#contact_info ul {
	margin: 0 auto 0;
	padding: 0;
	list-style-type: none;
}

#contact_info li {
	padding-left: 5px;
	margin-left: 0px;
	}
	
#footer {
	height: 40px;
	margin-top: 30px;
	background-color: #0000fe;
	width: 100%;
}
#picture {
	position: absolute;
	left: 37px;
	width: 218px;
	top: 602px;
	height: 171px;
}
#saying {
	position: absolute;
	left: 567px;
	top: 9px;
	width: 286px;
	height: 42px;
	font-style: italic;
	font-weight: bold;
	color: #072199;
	font-size: 1.2em;
}

#content_area {
	margin: 25px 50px 0;
	float: left;
	width: 510px;
	text-align: left;
	}
#right_col {
	width: 220px;
	float: right;
	margin-top: 25px;
	padding-left: 10px;
	border-left: 1px dotted #BBBBBB;
	text-align: left;
}

.devlink {
	width: 100%;
	text-align: center;
	}

.devlink a{
 color: #AAAAAA; 
 font-size: 9px;
 text-decoration:none;
 }