/* 

	Absolute Title & Escrow, Inc.
	Main Style Sheet

*/

@import url(/CSS/ABSOL/TextStyles.css);
@import url(/CSS/ABSOL/NavigationStyles.css);

body {
	background-image: url(/IMAGES/ABSOL/BodyBG.gif);
	background-repeat: repeat-x;
	background-color: #463B30;
}
#PageHeader {
	background-image: url(/IMAGES/ABSOL/HeaderBG.jpg);
	background-repeat: no-repeat;
	clear: left;
	float: left;
	height: 125px;
	width: 600px;
}
#PageContainer {
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 600px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 100px;
	padding-bottom: 40px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #3A3128;
	border-bottom-color: #3A3128;
}
#PrimaryNavigation {
	float: left;
	width: 292px;
	margin-top: 20px;
	margin-left: 40px;
}
#ContentRegion {
	clear: left;
	float: left;
	width: 450px;
	margin-top: 55px;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-left: 100px;
}

#FooterRegion {
	width: 540px;
	margin-left: 40px;
	margin-top: 40px;
	margin-bottom: 30px;
}
img.SpotPhoto {
	padding-left: -100px;
	margin-left: -100px;
	left: -200px;
	position: absolute;
	float: left;
	display: block;
}
div.ShadedBG {
	background-color: #F2F9F6;
	padding: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
}