body {
	background: black;
	font-family: arial, helvetica, sans-serif;
	font-size: 87.5%;
	color: white;
	margin: 15px 10% 15px 10%;
}

img {
	border: none;
	vertical-align: bottom;
}

a, a:visited, a:active {
	color: white;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.normal {
	text-decoration: underline;
}

#content {
	width: 100%;
}

p.extra_height, div.extra_height, span.extra_height {
	line-height: 2em;
}

p.centered, div.centered {
	text-align: center;
}

p.clear_both, div.clear_both {
	clear: both;
	font-size: 1px;
}

div.testimonials {
    background: none;
    border-top: 1px solid white;
}

#slideshow {
	float: left;
	border: 1px solid white;
	width: 360px;
	height: 360px;
	margin-top: 12px;
}

.body_text {
	margin-left: 380px;
	margin-top: 5px;
}

#banner {
	background-image: url(images/banner.jpg);
	border: 1px solid white;
	height: 123px;
}

#banner_logo {
	background: rgb(14,39,17);
	text-align: center;
	float: right;
	border-left: 1px solid white;
	padding: 10px;
	width: 40%;
}

.links_top {
	background: rgb(53,79,52);
	border: 1px solid white;
	margin-top: 10px;
	padding: 5px 0 5px 0;
}

.links_top table {
	width: 70%;
}

.links_top td {
	padding: 3px;
	border-right: 1px solid white;
	text-align: center;
	white-space: nowrap;
}

#contact_copy {
	text-align: center;
}

p.small, div.small, span.small {
	font-size: 80%;
}

p.tiny, div.tiny, span.tiny {
    font-size: 60%;
}

li {
	margin-bottom: 0.7em;
}

.gallery_thumb {
    float: left;
    width: 200px;
    margin: 10px 10px 0 0;
}
