@charset "utf-8";

body {
	font-family: Verdana, Geneva, sans-serif;
	line-height: normal;
}
.twoColFixLtHdr #container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
} 
.twoColFixLtHdr #header {
	background-color: #3C6517;
	padding-top: 15;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	text-align: center;
	
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #FFF;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 240px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-color: #B27033;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 270px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	line-height: 150%;
} 
.twoColFixLtHdr #footer {
	font-size: xx-small;
	color: #FF0;
	text-align: right;
	background-image: url(grass.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFF;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 15px;
	height: auto;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}.twoColFixLtHdr #container #sidebar1 p img {
	margin-bottom: 15px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
}
a {
	font-size: small;
	color: #FFF;
	font-weight: bold;
}
a:hover {
	font-size: small;
	color: #C00;
	font-weight: bold;
}
.RentalEthics {
	font-size: small;
	color: #666;
	font-weight: lighter;
}
