﻿body {
	margin: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #D2C1A5;
}
#wrapper {
	width: 970px;
	margin: 0px auto 0px auto;
	clear: both;
}
.clear {
	clear: both;
}
#logo {
	float: left;
	width: 393px;
}
#logo_right {
	width: 557px;
	height: 45px;
	float: right;
	background-image: url('images/logo_right.jpg');
	background-repeat: no-repeat;
	padding-top: 170px;
	text-align: right;
	padding-right: 20px;
}
#logo_right a {
	color: #F7EACF;
	text-decoration: none;
	display: inline-block;
	letter-spacing: 2px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 5px;
}
#mainWrapper {
	width: 970px;
	clear: both;
	background-color: #f8eacf;
}
#homePageMain {
	width: 970px;
	clear: both;
	background-image: url('images/main_background.jpg');
	background-repeat: no-repeat;
	height: 603px;
}
#footer {
	padding-top: 30px;
	padding-bottom: 30px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #E7D3AA;
	text-align: center;
	background-color: #350D02;
}
#top_of_footer {
	background-image: url('images/top_of_footer.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	width: 970px;
	height: 107px;
}
#home_main_left {
	width: 300px;
	float: left;
	margin-top: 135px;
	margin-left: 125px;
	display: inline;
}
#home_main_right {
	width: 400px;
	float: right;
	margin-top: 135px;
	margin-right: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #EDDCB7;
	display: inline;
}
#logo_right a:hover {
	color: #F7EACF;
	text-decoration: underline;
	font-weight: bold;
}
#contentframe {
	background-color: #F1E0BF;
}
#main_left {
	float: left;
	width: 350px;
	display: inline;
	text-align: center;
}
#main_right {
	float: right;
	display: inline;
	width: 560px;
	color: #2A0A04;
	padding: 20px;
}
#main_left img {
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #44260D;
}
h1 {
	font-size: 150%;
	font-weight: normal;
}
h2 {
	font-size: 130%;
	font-weight: normal;
}
.horizontalRule {
	background-image: url('images/horizontalRule.jpg');
	background-repeat: no-repeat;
	background-position: left center;
	height: 11px;
}
.testimonialP {
	background-color: #F5E1BC;
	padding: 10px;
	color: #2B0902;
	font-style: italic;
}
.projectName {
	font-weight: bold;
	margin-bottom: 0px;
	background-color: #2A0A04;
	color: #F8EACF;
	padding: 5px;
}
.projectDate {
	font-weight: bold;
	background-color: #F3DAAB;
	color: #300B01;
	padding: 5px;
	margin: 0px;
	border: 1px solid #2A0A04;
}
a:link {
	color: #80261E;
	font-weight: bold;
}
a:visited {
	color: #80261E;
	font-weight: bold;
}
a:hover {
	color: #80261E;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #80261E;
	font-weight: bold;
}
