@charset "UTF-8";
#divFooter {
	color: #B9B8A3;
	clear: both;
	float: left;
	text-align: center;
	width: 865px;
}
#divFooter a {
	text-decoration: none;
	color: #B3B29D;
}
#divFooter a:hover {
	color: #DB6F32;
	text-decoration: underline;
}
/* CSS Document */

body {
	background-image: url(images/background01.jpg);
	background-repeat: repeat;
	margin-top: 45px;
}
#divWrapper {
	background-image: url(images/sign05.png);
	height: 800px;
	width: 865px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}
#divNavigation {
	width: 257px;
	height: 800px;
	float: left;
}
#divContent {
}
#btnHome {
	text-indent: -1000em;
	margin-top: 347px;
	margin-left: 165px;
}
#btnServices {
	text-indent: -1000em;
	margin-left: 155px;
	margin-top: 29px;
}
#btnContact {
	text-indent: -1000em;
}
#btnContact a {
	background-image: url(images/ContactBtn.png);
	height: 33px;
	width: 74px;
	display: block;
	margin-top: 20px;
	margin-left: 165px;
}
#btnContact a:hover {
	background-position: -74px;
}
#btnServices a {
	background-image: url(images/ServicesBtn.png);
	display: block;
	height: 31px;
	width: 81px;
}
#btnServices a:hover {
	background-position: -81px;
}
#btnHome a {
	background-image: url(images/HomeBtn.png);
	height: 23px;
	width: 49px;
	display: block;
}
#btnHome a:hover {
	background-position: -49px;
}

#divIndexStart {
	background-image: url(images/Wstart.png);
	height: 30px;
	width: 41px;
	margin-top: 150px;
	margin-right: 450px;
	display: block;
	float: right;
}

#divIndexCopy {
	width: 350px;
	float: right;
	margin-right: 125px;
	margin-top: -40px;
	text-indent: 20px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	letter-spacing: .1em;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	line-height: 2em;
	letter-spacing: .1em;
	font-size: 0.9em;
}
#divServicesStart {
	background-image: url(images/Wstart.png);
	height: 30px;
	width: 41px;
	margin-top: 100px;
	margin-right: 450px;
	display: block;
	float: right;
}
#divServicesCopy {
	width: 325px;
	float: right;
	margin-right: 150px;
	margin-top: -40px;
	text-indent: 20px;
}
#divServicesCopyB {
	width: 350px;
	float: right;
	margin-right: 125px;
	margin-top: -15px;
	line-height: 2em;
}
#divServicesCopyB h1 img {
	padding-bottom: 4px;
}
#divContact {
	width: 350px;
	float: right;
	margin-right: 125px;
	margin-top: 65px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	font-weight: 400;
	text-indent: 20px;
	margin-top: -5px;
}
#divContact small a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-decoration: none;
	color: #000;
}
#divContact small a:hover {
	text-decoration: underline;
}
body.Home #aHome {
	background-position: -49px;
}
body.Services #aServices {
	background-position: -81px;
}
body.Contact #aContact {
	background-position: -74px;
}
