body {
	text-align: center;
	background-color: #462B21;
}

#container {
  margin: 0 auto;
  width: 800px;
  height: 100%;
  text-align: left;
  background-image: url(../images/contentbg.gif);
} 

banner {
	position: absolute;
	left: -9999px;
	top: -55px;
}
a:link {
	color:#c97b00;
	text-decoration: none;
}
a:visited  {
	color:#aca186;
	text-decoration: none;
}
a:active {
	color:#aca186;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	border: none;
	border-bottom: #aca186 1px dotted;

}
.banner-display {
	width: 729px;
	background-color: #ffffff;
	margin-left: 46px;
}

 /* navigation style */
 
 .nav1 {
	color: #CCCC99;
	text-align: center;
	padding: 15px;
	text-transform: uppercase;
	font-size: 75%;
	background-image: url(../images/nav-bg.jpg);
 }
 
.top {
	padding-left: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #aca186;
	text-align: center;
}

/* main body style */

.main {
	width: 676px;
	background-image:url(../images/main-bg.jpg);
	background-repeat: no-repeat;
	margin-left: 47px;
	list-style-type: circle;
	background-color: #FFFFD9;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #896612;
	float: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #552059;
	font-weight: normal;
}
.main-right {
	position: relative;
	left: 20px;
	padding-right: 20px;
	width: 400px;
}
.main-testimonial {
	width: 160px;
	float: left;
	text-align: center;
}
.testimonial  {
	color: #003300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	line-height: 150%;
	padding: 15px;
	font-size: 95%;
}
.main-pics {
	width: 729px;
	text-align: center;
	border-top: 1px dotted #AE8117;
	margin-left: 46px;
	background-color: #3E1427;
	float: none;	
}
.main-pics img {
	padding: 0;
	margin: 0 auto;
	border: 0 auto;
}
.main-pics a {
	border: none;
}
.main h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #f34703;
	font-size: 18px;
}
.main h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-transform: uppercase;
	color:#646F40;
	font-weight: lighter;
	line-height: -5px;
}
.main h3 {
	font-size: 105%;
	color: #FFFFFF;
}
.main p {
	
}
.main ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #552059;
}
.main img {
	margin: 0 8px 0 8px;
	padding: 4px;
	border: 1px solid #003366;
}

.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #70380F;
	font-weight: normal;
}
.callout-box {
	width: 200px;
	background-color: #055878;
	padding: 10px;
	margin: 10px;
	float: right;
	font-size: 105%;
	border: 1px dotted #066488;
}
.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #381C07;
	font-weight: normal;
	list-style-type: disc;
	margin-left: 5px;
}
/* footer style */
.footer {
    float: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CC9900;
	width: 727px;
	font-size: 125%;
	margin-left: 46px;
	text-align: center;
	background-color: #660A05;
	border-top: 1px dotted #AE8117;
	padding-top: 12px;
	padding-bottom: 12px;
}
.footer-contact {
	font-size: 60%;
	font-family: Arial, Helvetica, sans-serif;
}
