/* CSS Document */

body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	min-width: 800px;
	background-color: #B7A483;
	background-image: url('images/siding-bg.jpg');
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #2F2B20;
	}
	
a:link, a:visited {text-decoration: underline; color: #567491;}
a:hover, a:active {text-decoration: underline; color: #AFA17A;}

p {
	padding-left: 10px;
	padding-right: 10px;
	}
	
h1 {font-size: 20px;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
	color: #567491;
	margin: 8px auto;}

h2 {font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	color: #AFA17A;}
h2 a:link, h2 a:visited{font-size: 16px;
	font-weight: bold;
	color: #AFA17A;
	text-decoration: none;
	border-bottom: 1px dashed #AFA17A;}
h2 a:hover, h2 a:active{font-size: 16px;
	font-weight: bold;
	color: #766C51;
	text-decoration: none;
	border-bottom: 1px dashed #AFA17A;}
li {line-height: 24px;}

table {background: #D9D4B6;
	border: 1px solid #CFC9A4;
	margin-left: 10px;
	}
table p{margin: 0px; padding: 0px;}
td {vertical-align: top;
	border-top: 1px solid #CFC9A4;	
	border-left: 1px solid #CFC9A4;	
	border-bottom: 1px solid #F0EDDC;	
	border-right: 1px solid #F0EDDC;	
	}
#wrapper {
	width: 780px;
	margin: 10px auto;
	text-align: left;
	background-color: #F0EDDB;
	background-image: url('images/wrapper-bg.jpg');
	background-repeat: repeat-y;
	background-position: top left;
	}	

#mainnav {width: 769px;
	margin: 0 auto;
	text-align: left;
	background-color: #AFA17A;
	margin-left: 11px;
	background-image: url('images/newnan-home-improvement.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	}
#mainnav a{ width: 270px;
	display: block;
	text-decoration: none;
	font-weight: normal;
	padding: 5px 0px 5px 10px;
	font-size: 18px;
	}
#mainnav a:link, #mainnav a:visited {
	color: #2F2B20;
	background-color: #AFA17A;
}
#mainnav a:hover, #mainnav a:active {color: #F0EDDC;}
	
#content {
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #2E2B22;
	margin: 0px 11px 0px 11px;
	}
	
#footer {
	clear: both;
	border-top: 1px solid #B7A581;
	margin: 0px 11px 0px 11px;
	padding: 8px 0px 8px 0px;
	}
#footer p{font-size: 11px;
	color: #B7A581;
	text-align: center;
	margin: 0px;
	}
.clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } /* Hides from IE-mac \*/ * html .clearfix {height: 1%;} /* End hide from IE-mac */