* {
	margin: 0;
	padding:0;
}
body  {
	background: #4b1700;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #4b1300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixLtHdr #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
		background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #nav {
	width:790px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../images/header_img.jpg);
	background-repeat: no-repeat;
	margin-left:170px;
	height: 87px;
} 
.twoColFixLtHdr #nav 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 */
}
.twoColFixLtHdr #sidebar1 {
	width: 170px; /* the background color will be displayed for the length of the content in the column, but no further */
	background-color: #a36331;
	float:left;
	margin-top:-87px;
}
.mainContent {
	width: 750px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-left:169px;
	padding:0px 0px 10px 25px;
} 
.twoColFixLtHdr #footer {
	font-weight:normal;
	font-size: 16px;	/* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	padding-right: 5px;
	padding-bottom:15px;
	width: 960px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}  
.featured_listingpos {
	float: left;
	width:800px;
}  
.featured_listing {
	font-family: Arial, Helvetica, sans-serif;
	color:#4b1300;
	background-color: #d3a96f;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	width:550px;
}  
.featured_links {
margin-top:-50px;
	width:175px;
	float:right;
}    
.featured_listing a:link, a:visited, a:active {
	color: #4b3100;
	text-decoration: none;
}
.featured_listing a:hover {
	text-decoration: underline;
	color: #4b3100;
}
.featuredListing a:link, a:visited, a:active {
color:#4B3100;
text-decoration:none;
}
.featuredListing a:hover {
color:#4B3100;
text-decoration:underline;
}
.idx_description {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4b1300;
	padding:5px;
	}
.idx_description a:link, a:visited, a:active {
color:#4B3100;
text-decoration:none;
}
.idx_description a:hover {
color:#4B3100;
text-decoration:underline;
}
.about_txt {
	width: 580px; 
	margin-left:0px;
	font-size: 12px;
	line-height: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.about_img{
 width: 147px;
	margin-left:10px;
	font-size: 12px;
	float:right;
}
.about_imgleft{
 width: 147px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-left:10px;
	font-size: 12px;
	float:left;
} 
#footer a:link, a:visited, a:active {
   color: #4b1700;
   text-decoration: none;
}
#footer a:hover {
   text-decoration: underline;
   color: #a26330;
}
a:link, a:visited, a:active  {
	color: #4B1700;
	text-decoration: underline;

}
a:hover {
	text-decoration: underline;
	color: #A26330;
}
a:active {
	text-decoration: none;
	color: #4B1700;
}
.W3c {
width:183px;
float:left;
font-size: 10px;
}