/* 

	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/HomeHeaderBG.jpg);
	background-repeat: no-repeat;
	clear: left;
	float: left;
	height: 400px;
	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;
}
#DropSpotLeft {
	clear: left;
	float: left;
	width: 225px;
	margin-top: 25px;
	margin-left: 40px;
	margin-right: 10px;
}
#ContentRegion {
	position: relative;
	clear: none;
	float: left;
	width: 250px;
	margin-top: 25px;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#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;
	clear: left;
	float: left;
	width: 225px;
	position: relative;
}
