@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #6FF;
	background-color: #39412c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h2 {
	font-size: 25px;
	margin: 0px;
	padding: 0px;
	color: #39412C;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	line-height: 25px;
}
h3 {
	font-size: 17px;
}



#container {
	width: 965px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #39412C;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
}
#header {
	background-color: #39412C;
	height: 40px;
	padding: 0;
}
#header #name  {
	float: left;
	height: 32px;
	width: 393px;
	background-color: #39412C;
	padding: 8px 0px 0px;
}
#header #nav  {
	background-color: #39412C;
	height: 28px;
	width: 570px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #EFC67B;
	padding: 12px 0px 0px;
}
#header #nav ul  {
	margin: 0px;
	padding: 0px;
}
#header #nav ul li  {
	margin-right: 20px;
	margin-left: 20px;
	list-style-type: none;
	display: inline;
	font-size: 18px;
}

#header #nav ul li a:link {
	color: #efc67b;
	text-decoration: none;
}
#header #nav ul li a:visited {
	color: #efc67b;
	text-decoration: none;
}
#header #nav ul li a:hover {
	color: #FFF;
	text-decoration: none;
}

#mainContent-index {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin: 0px;
	height: 524px;
	font-size: 36px;
	color: #000;
	text-align: center;
	font-weight: bolder;
}
#mainContent-portfolio {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #39412c;
	margin: 0px;
	height: 524px;
	color: #000;
	font-weight: bolder;
	border: 1px solid #FFF;
	width: 963px;
}

#mainContent-services {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin: 0px;
	height: 285px;
	font-size: 36px;
	color: #000;
	text-align: center;
	font-weight: bolder;
}
#mainContent-about {
	padding: 0;
	margin: 0px;
	height: 480px;
	font-size: 36px;
	color: #000;
	text-align: center;
	font-weight: bolder;
	background-color: #39412C;
}
#mainContent-contact {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin: 0px;
	height: 330px;
	font-size: 36px;
	color: #000;
	text-align: center;
	font-weight: bolder;
}

#about-left {
	height: 470px;
	width: 367px;
	background: #EFC67B;
	float: left;
	font: 14px Arial, Helvetica, sans-serif;
	text-align: left;
	text-indent: 0px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	overflow: auto;
}
#about-left p {
	font: bold 14px/17px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
#about-right {
	height: 480px;
	width: 573px;
	float: right;
	margin: 0px;
	background-color: #a6c37a;
	padding: 0px;
}
#about_right_border {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #FFFFFF;
	height: 429px;
	width: 517px;
	text-align: left;
	padding: 10px 10px 0px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#about_logo {
	padding: 0px;
	float: right;
	height: 98px;
	width: 201px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#about_right_border p {
	font: italic bold 14px/1.5 Georgia, "Times New Roman", Times, serif;
}


#yeates_photos {
	margin: 10px auto 0px;
	padding: 0px;
	height: 161px;
	width: 513px;
	border: 1px solid #39412C;
	position: relative;
	top: 20px;
}
#sevices-left {
	height: 275px;
	width: 377px;
	background: #EFC67B;
	float: left;
	font: 14px Arial, Helvetica, sans-serif;
	text-align: left;
	text-indent: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px;
}
#sevices-left ul {
	font-size: 14px;
	font-weight: bold;
}

#services-right {
	float: right;
	height: 285px;
	width: 573px;
}
#contact-left {
	height: 320px;
	width: 377px;
	background: #EFC67B;
	float: left;
	font: 14px Arial, Helvetica, sans-serif;
	text-align: left;
	text-indent: 0px;
	margin: 0px;
	padding: 10px 0px 0px 15px;
}
#contact-left p {
	font: bold 14px/20px Arial, Helvetica, sans-serif;
}



#contact-right {
	float: right;
	height: 330px;
	width: 573px;
	background-color: #616F4B;
	margin: 0px;
	padding: 0px;
}

#footer {
	padding: 0;
	background-color: #39412C;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 60px;
	clear: both;
}
#footer #address  {
	height: auto;
	text-align: center;
	background-color: #efc67b;
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
	color: #39412C;
}
#footer #copyright  {
	height: 30px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	color: #EFC67B;
}
