body {
	background:#FFE1C3 url(images/bg-bgtile.jpg) repeat-x;
	background-position:0px 108px;
	margin:0;
	padding:0;
	color:#3F180D;
	font-family:Arial, sans-serif;
	font-size:12px;
}

a img {
	border:0;
}

h1 {
	margin:0 5px 5px 15px;
}

#content p {
	margin:0;
	padding:5px 15px 5px 15px;
}

#container {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background:#3F180D;
}

#header-container {
	height:108px;
	background:url(images/header-tile.jpg) repeat-x top center;
}

#header {
	display:block;
	width:900px;
	margin:0 auto;
}

#date {
	display:block;
	float:right;
	margin-top:88px;
	margin-right:10px;
	color:#fff;
	font-weight:bold;
}

#sidebar {
	float:left;
	width:218px;
}

#nav {
	width:218px;
	background:#714236 url(images/nav-bgtile.jpg) repeat-x top center;
}

#nav ul {
	margin:0;
	padding:0;
	padding:15px 0 15px 0;
}

#nav li {
	display:block;
	list-style-type:none;
	margin:0;

}

#nav li a {
	color:#fff;
	display:block;
	width:183px;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
	padding:2px 0 2px 35px;
}

#nav li a.current {
	background:#553128;
}

#nav li a:hover {
	background:#553128;
}

#address {
	color:#fff;
	text-align:center;
	font-weight:bold;
	padding:15px 15px 15px 15px;
}

#address .cname {
	font-size:18px;
}

#content {
	float:right;
	background:#FFF0E1 url(images/content-bgtile.jpg) repeat-x top center;
	width:682px;
	margin-bottom:50px;
	padding-top:15px;
	padding-bottom:15px;
}

.home-p {
	margin:25px;
	clear:both;
}

.home-p img {
	float:left;
	padding-right:5px;
}

.service-heading {
	font-size:18px;
	font-weight:bold;
	text-align:center;
}

.service-listing {
	font-size:14px;
	text-align:center;
	letter-spacing:1px;
}

p.answer {
	margin-left:25px;
}

textarea {
	width:300px;
	height:150px;
	font-family:Arial, sans-serif;
	font-size:12px;
	padding:5px;
}

#request {
	width:600px;
	margin:0 auto;
}

#request table {
	width:100%;
}

#request tbody td {
	padding:5px;
	background:#e6c5a3;
	margin:2px;
}

#request thead td, #request tfoot td {
	padding:5px;
	background:#5a2212;
	text-align:center;
	font-weight:bold;
	color:#fff;
}

#request select {
	width:180px;
	font-size:13px;
}

#contactinfo {
	background:#3F180D;
	margin-bottom:-25px;
	padding-top:25px;
	margin-top:10px;
	padding-bottom:10px;
}

#contactinfo p {
	color:#fff;
	text-align:center;
	line-height:16px;
}

.r {
	font-weight:bold;
	color:darkred;
}

.clear {
	clear:both;
}