@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #183a2f;
	background-image: url(../images/top-bg.jpg);
	background-repeat: repeat-x;
	background-color: #007e69;
	margin: 0 auto;
	text-align: center;
}
.container {
	width: 1024px;
	margin: 0 auto;
	text-align: left;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	top: -20px;
}
#title {
	position: relative;
	top: -65px;
	left: 250px;
	font-size: 250%;
	font-family: Garamond, Georgia, "Times New Roman", Times, Serif;
	color: #5d3b4c;
}
h1 {
	font-size: 300%;
	padding-top: 100px;
	font-family: Garamond, Georgia, "Times New Roman", Times, Serif;
	font-weight: normal;
}
h2 {
	color: #6f3704;
	font-family: Garamond, Georgia, "Times New Roman", Times, Serif;
	font-style: italic;
	border-bottom: dotted 1px #D5E2D3;
	display: block;
	font-size: 180%;
}
h3 {
	color: #6f3704;
	font-size: medium;
}
.main-bg {
	background-image: url(../images/main-bg.jpg);
	padding: 0 150px 25px 270px;
	position: relative;
	top: -60px;
}
.main-bg a {
	color: #7c4650;
	text-decoration: none;
	border-bottom: #B295B6 1px dotted;
}
.main-bg a:hover {
	border-bottom: none;
}
.contactus h3 {
	color: #5d3b4c;
	font-family: Garamond, Georgia, "Times New Roman", Times, Serif;
	font-size: 150%;
	text-align: center;
}
.nav {
	font-family: Garamond, Georgia, "Times New Roman", Times, Serif;
	color: #ffffff;
	width: 180px;
	position: relative; 
	top: -40px;
	left: 5px;
	font-size: 150%;
	text-align: right;
	float: left;
	z-index: 300;
}
.nav a {
	text-decoration: none;
	color: #fbdba7;
}
.nav a:hover {
	color: #ffffff;
}
#text {
	width: 625px;
	position: relative;
	top: -245px;
	padding-left: 255px;
	background-image: url(../images/main-bg.jpg);
	z-index: 200;
}
.footer {
	background-color: #fbf2df;
	padding: 10px 0 10px 0;
	border-top: #5d3b4c 15px solid;
	border-bottom: #5d3b4c 5px solid;
	color: #5d3b4c;
	font-weight: bold;
	margin: 0 auto;
	position: relative; 
	top: -80px;
	text-align: center;
}
.container img {
	float: right;
	border: 1px solid #C7DDD5;
	margin: 10px;
	padding: 5px;
}
.strong2 {
	color: #6f3704;
	font-weight: bold;
	font-size: 105%;
}
.testimonial {
	color: #5d3b4c;
	font-weight: bold;
	font-family: Garamond, Georgia, "Times New Roman", Times, Serif;
	font-size: 120%;
	text-align: center;
	font-style: italic;
}
.credit {
	color: #5d3b4c;
	font-size: 85%;
	text-align: center;
}

.test {
	color: #B295B6;
}
