body {
	margin : 0;
	line-height : 1.8em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	background-color: #CCCCCC;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}


#wrapper {
	width: 1016px;
	background-repeat: repeat-y;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg_shadow.png);
}
#container {
	width: 916px;
	margin-right: auto;
	margin-left: auto;
}


#header {
	height: 362px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
.bold_white {
	color: #FFFFFF;
	font-weight: bold;
}


#menu {
	background: url("images/menu.jpg") repeat-x top #000;
	height: 40px;
	margin-top: -15px;
}


#menu ul {
	list-style: none;
	margin-left: -31px;
	margin-top: 0px;
}


#menu ul li {
	display: inline;
}


#menu ul li a {
	font-size: 14px;
	text-decoration: none;
	color: #ffffff;
	outline: none;
	line-height: 40px;
	padding-right: 24px;
	padding-left: 24px;
	float: left;
	display: block;
}


#menu li a:hover, #menu li .current {
	color: #ffffff;
	background: url("images/menuHover.jpg") repeat-x top #000;

}



#content {
	color: #FFFFFF;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #646369;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
}


#content a {
	color: #FFFFFF;
	font-weight: bold;
}


#content a:hover {
	color: #fff;
}
#content h1 {
	font-variant: small-caps;
	font-size: 17px;
	color: #FFFFFF;
}


#content h2 {
	font-size: 15px;
}


#content .testimonials {
	clear: both;
	position: relative;
	width: 430px;
	padding: 30px 40px 20px 40px;
	margin-left: 203px;
	margin-bottom: 20px;
	background: url(images/testimonial_middle.jpg) repeat-y;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: .95em;
	font-style: italic;
	color: #666;
}

#content .testimonials .top {
	position: absolute;
	width: 510px;
	height: 22px;
	top: 0px;
	left: 0px;
	background: url(images/testimonial_top.jpg) top left no-repeat;
}



#content .testimonials .bottom {
	position: absolute;
	width: 510px;
	height: 22px;
	bottom: 0px;
	left: 0px;
	background: url(images/testimonial_bottom.jpg) bottom left no-repeat;

}


#content .testimonials .author {
	font-style: italic;
	color: #000;
}



#content img.restoration {
	float: right;
	margin-left: 50px;
}
#left_content {
	float: left;
	width: 300px;
}
#right_content {
	float: right;
	width: 500px;
}




#footer {
	text-align: left;
	height: 50px;
	font-size: 13px;
	color: #FFFFFF;
	padding-top: 150px;
	padding-bottom: 0px;
}
#footer a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#btm_nav {
	float: left;
	width: 620px;
}

#silverleaf   {
	float: left;
	width: 500px;
}

#logos  {
	text-align: center;
	float: right;
	width: 170px;
	height: 50px;
}

