body {	background-color: #669966; margin: 0px 0px; font-family: Verdana; font-size: 8pt; color: black; }


#container_top, #container_main { text-align: left; width: 1002px; }
body.realestate_categories #container_main { background-color: #77BCD9; }
body.dbsystem { background-color: #f6f1ed; }
body.popup1 { background-color: #DDFBFF; }

/* general */
.spacer { clear: both; }
.spacer_small { 	clear: both; height: 8px; overflow:hidden; }
.spacer_1px { clear: both; height: 1px; overflow:hidden; }


/* fixes */
	/*** see http://www.positioniseverything.net/easyclearing.html
   	for explanation of Tony Aslett's elegant hack ***/

	.clearfix:after {
	    content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	.clearfix {display:inline-block;}
	/* Hide from IE Mac \*/
	.clearfix {display:block;}
	/* End hide from IE Mac */
