#MainLayout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	width: 750px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
}
#MainHeader {
	background-color: #000000;
	height: 105px;
	width: 750px;
	z-index: 0;
	margin: 0px;
	padding: 0px;
}
#Content {
	width: 750px;
	overflow: hidden;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
}
#EditArea {
	float: right;
	width: 600px;
	background-color: #000000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
}
#LeftSideBar {
	width: 150px;
	background-color: #FFF;
	text-align: center;
	z-index: 0;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	height: auto;
}
#LeftSideBar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-weight: bold;
}

#FooterNav {
	background-color: #0067c6;
	height: auto;
	width: 750px;
	color: #FFF;
	text-align: center;
	letter-spacing: 1px;
	z-index: 1;
	clear: both;
	font-size: 10px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#FooterNav a {
	color: #FFFFFF;
	text-decoration: none;
}
#FooterNav a:hover {
	color: 0067c6;
	text-decoration: underline;
	background-color: #FFF;
}
#CopyrightFooter {
	background-color: #FFF;
	width: 750px;
	height: auto;
	text-align:center;
	font-size: 10px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#Realtor_Logo_Link {
	height: 300px;
	width: 150px;
}
a.rollover_RLL {
	display: block;
	width: 150px;
	height: 300px;
	text-decoration: none;
	background-image: url(../Images/Realtor-Logo-With-Arrow-Twin.gif);
	}

a.rollover_RLL:hover {
	background-position: -150px 0;
	}
#HS_Logo_Link {
	height: 240px;
	width: 150px;
}
a.rollover_HS {
	display: block;
	width: 150px;
	height: 240px;
	text-decoration: none;
	background-image: url(../Images/Berks_County_Homes_Logo_Twin.gif);
	}
a.rollover_HS:hover {
	background-position: -150px 0;
	}
.Text_Box {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	background-color: #900;
	height: auto;
	width: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: center;
}

