@charset "utf-8";
body {
	background-image: url(jpegs/Background.jpg);
}
#wrapper {
	width: 995px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	text-align: left;
	height: 175px;
	width: 995px;
	margin-top: 15px;
}
#nav {
	height: 30px;
	width: 750px;
	margin-top: 35px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	background-image: url(jpegs/Content.png);
	background-repeat: no-repeat;
	text-align: left;
	width: 995px;
	margin-top: 35px;
	height: 500px;
}
p {
	font-family: "Century Gothic";
	color: #431000;
}
.psmall {
	font-family: "Century Gothic";
	color: #431000;
	font-size: 13px;
}

.images {
	float: right;
	padding: 0px;
	margin-right: 20px;
	border: medium ridge #663300;
}
#footer {
	background-image: url(jpegs/Footer-BG.png);
	background-repeat: no-repeat;
	text-align: center;
	width: 995px;
	margin-top: -10px;
	height: 50px;
}
a:link {
	font-family: "Century Gothic";
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	font-family: "Century Gothic";
	color: #FF9900;
	text-decoration: none;
}
a:hover {
	font-family: "Century Gothic";
	color: #FFFFFF;
	text-decoration: none;
}
#aboutcontent {
	background-image: url(jpegs/About-Content.png);
	background-repeat: no-repeat;
	width: 995px;
	margin-top: 35px;
	height: 820px;
}
#servicescontent {
	background-image: url(jpegs/Services-Content.png);
	background-repeat: no-repeat;
	text-align: left;
	width: 995px;
	margin-top: 35px;
	height: 580px;
}
.quotes {
	font-family: "Bookman Old Style";
	font-style: italic;
	color: #431000;
	font-size: 18px;
}
