html, body {
	margin:0;
	padding:0;
	height:100%;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #f7e4d4;
}
#container {
	margin: 0 auto;
	text-align: left;
	min-height:100%;
	position:relative;
	background-image: url(../images/mainBG.jpg);
	background-repeat: repeat-y;
}
#wrapper {
	padding-bottom:40px;	/* Height of the footer */
}
#header {
	height: 101px;
	background-image: url(../images/headerBG.jpg);
	min-width: 1005px;
}
#mainContent {
	margin-left: 180px;
	margin-top: 20px;
	margin-right: 30px;
	min-width: 800px;
}
#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:40px;
	background-color: #cdc2b9;
	text-align:center;
}
#footer p {
	margin:0;
	padding:10px;
}
#nav {
	float: left;
	width: 150px;
	margin-top: 20px;
}
#nav img {
	margin-bottom: 15px;
}
p {
	margin-top: 0px;
}
#rightImg {
	float: right;
	margin-bottom: 30px;
	margin-left: 30px;
}
#rightImg img {
	border: 10px solid #D8CDC5;
}
.aboutImg {
	border: 6px solid #D8CDC5;
	margin-bottom: 5px;
}
.title {
	font-size: 18px;
	color: #336430;
	font-style: italic;
}
#testimonialBox {
	padding: 15px;
	color: #000000;
	background-color: #D8CDC5;
	margin-bottom: 15px;
}
a:link {
	color: #336430;
}
a:visited {
	color: #336430;
}
a:hover {
	color: #867262;
	text-decoration: none;
}
a:active {
	color: #336430;
}
#newsletter {
	float:right;
	text-align: center;
	color: #fff;
}
#timeless {
	float:right;
	margin-right: 50px;
	color: #fff;
}h3 {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	padding: 10px;
	border: 4px solid #867262;
	background-color: #D8CDC5;
	width: 600px;
	margin: 10px auto 20px auto;
}

