@charset "utf-8";
/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	background-color: #333;
}
#wrapper {
	margin: auto;
	width: 955px;
	text-align: left;
}
#banner {
	background-image: url(../images/layout/banner.jpg);
	background-repeat: no-repeat;
	height: 250px;
	width: 955px;
}
#content_wrapper {
}
#content {
	width: auto;
	padding: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	background-color: #FFF;
	height: auto;
}

#footer {
	background-image: url(../images/layout/layoutslice_03.jpg);
	background-repeat: no-repeat;
	height: 114px;
	width: 955px;
	background-position: center;
}
#footer p {
	font-size: 11px;
	text-align: center;
	padding-top: 75px;
}
.floatleft {
	float: left;
}
.clear {
	clear: both;
}
.calibri{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 40px;
	font-weight: bold;
}
#hometext1{
	text-align: center;
	width: 750px;
	margin: auto;
}
#wrapper #content_wrapper #content #hometext2 p img {
	margin-left: 70px;
}

#hometext2{
	text-align: center;
	margin-top: 0px;
	margin-right: 190px;
	margin-bottom: auto;
	margin-left: 60px;
}
#wrapper #content_wrapper #content #hometext1 img{
	margin-right: 20px;
}
#contact_info {
	margin-left: 10px;
	width: 500px;
}
h2 {
	font-size: 28px;
}
#abouttext1 {
	text-align: center;
}
#wrapper #content_wrapper #content #abouttext1 h2 img {
	margin-left: 100px;
}
#wrapper #content_wrapper #content #abouttext1 p strong img{
	margin-right: 0px;
}
#historyheader {
	text-align: left;
	margin-left: 220px;
}
.soaptext{
	text-align: center;
}
