* {
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(images/tiles.jpg);
	background-repeat: repeat-x;
	background-color: #A5B78F;
	margin: 50px 0;
}
#feedback {
	float: right;
	width: 273px;
	background-color: #e1d7bf;
	background-image: url(images/quotes.jpg);
	padding: 5px 10px;
	background-repeat: no-repeat;
	background-position: center center;
	height: 110px;
	color: #603814;
	font-style: italic;
	font-size: 10px;
}
#logo {
	float: left;
	margin-bottom: 15px;
}
#tnav {
	clear: both;
	height: 20px;
	background-color: #CDD7C1;
	border: 1px solid #acb4a2;
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

#tnav li {
	display: inline;
	margin-right: 20px;
}
#tnav li a {
	color: #603814;
	text-decoration: none;
}
#tnav li a:hover {
	color: #fff;
	text-decoration: none;
}

.nhome { background:url(images/home2.jpg) bottom left no-repeat; }
.nabout { background:url(images/about2.jpg) bottom left no-repeat; }
.nservices { background:url(images/services2.jpg) bottom left no-repeat; }
.npricing { background:url(images/pricing2.jpg) bottom left no-repeat; }
.ncontact { background:url(images/contact2.jpg) bottom left no-repeat; }


#wrap {
	width: 700px;
	margin: auto;
	padding: 10px;
	background-color: #FFFFFF;
}

#content {
	padding: 15px;
}

#content h3 {
	font-weight: bold;
	color: #603a14;
}
#content p {
	color: #603a14;
	margin: 10px;
	line-height: 18px;
}
#bnav {
	background-color: #cdd7c1;
	padding: 5px;
	margin: 5px 0;
	text-align: center;
	border: 1px solid #acb4a2;
	color: #acb4a2;
}
#bnav a {
	color: #5D3A10;
	text-decoration: none;
}
#bnav a:hover {
	color: #603814;
	text-decoration: underline;
}

#copy {
	text-align: right;
	font-size: 11px;
	color: #a4b68f;
	margin-top:15px;
}
