body {
	background-color: #9C0000;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
input {
	margin-bottom: 5px;
}
#logo {
	margin: auto;
	width: 974px;
	height: 150px;
	text-align: center;
}
#nav {
	background: url(images/nav-bg.png) repeat-x;
	height: 33px;
	width: 974px;
	margin: auto;
	text-align: center;
	font: bold 15px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#nav li {
	list-style: none;
	float: left;
	margin-top: 7px;
	margin-right: 10px;
	margin-left: 10px;
}
#nav a {
	color: #000000;
	text-decoration: none;
}
#nav a:hover {
	color: #cc0000;
}
a {
	color: #cc0000;
	text-decoration: none;
}
#nav ul {
	margin: 0px;
	padding-left: 25px;
}
#main {
	background: url(images/main-bg.png) repeat;
	width: 974px;
	margin: auto;
}
#footer {
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
	background: url(images/footer.png) no-repeat;
	text-align: center;
	margin: auto;
	height: 46px;
	width: 974px;
	padding-top: 10px;
}

#headline {
	color: #cc0000;
	font: 1.8em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	border-bottom: 0px dotted #999999;
	padding-bottom: 5px;
}




#main-text {
	text-align: left;
	margin: auto;
	width: 900px;
	padding-top: 20px;
	padding-bottom: 50px;
	font: 0.8em/1.2em Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #999999;
}



#content {
	float: left;
	width: 650px;
	padding-right: 10px;
}
h2 {
	font-size: large;
	padding: 10px;
	margin: 5px 0px;
	background: #A20000;
	font-weight: bold;
	color: #FFFFFF;
}
h3 {
	margin-bottom: 10px;
	font-size: large;
	font-weight: bold;
}

#sidebar {
	float: right;
	width: 200px;
	padding-left: 25px;
	border-left: 1px dotted #999999;
}
.pic {
	float: right;
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-left: 20px;
	margin-bottom: 10px;
}

#divider {
	float: left;
	width: 0px;
}

#end {
	clear: both;
}.pic-map {
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-top: 5px;
}
#name {
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
}
#testimonials {
	background: url(images/quotes.png) no-repeat;
	padding-left: 50px;
}
#break {
	border-bottom: 1px solid #999999;
	margin-top: 25px;
	margin-bottom: 25px;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-left: 10px;
	margin-bottom: 5px;
	}

.alignleft {
	float: left;
	}
/* End Images */

