

body{margin:0px; width: 800px; margin: 0 auto 0; text-align: center;}
	body#Broker{}	/* Account type level control */
	body#Office{}	/* Account type level control */
	body#Agent{}	/* Account type level control */
		body#Broker.homepage{}	/* Account type & Page level control	(Example shows homepage class of Broker Account Type)	*/
		body#Office.homepage{}	/* Account type & Page level control	(Example shows homepage class of Office Account Type)	*/
		body#Agent.homepage{}	/* Account type & Page level control	(Example shows homepage class of Agent Account Type)	*/
		body#Broker.listings{}	/* Account type & Page level control	(Example shows listings class of Broker Account Type)	*/
		body#Office.listings{}	/* Account type & Page level control	(Example shows listings class of Office Account Type)	*/
		body#Agent.listings{}	/* Account type & Page level control	(Example shows listings class of Agent Account Type)	*/

#MYHOMETRACKER{}

/* CHILD DEFAULTS */
	.left{}		/* Left Cell of ID'ed Table 		*/ 
	.middle{}	/* Middle Cell of ID'ed Table 		*/ 
	.right{}	/* Right Cell of ID'ed Table 		*/ 
	.top{}		/* Top Row/Cell of ID'ed Table 		*/ 
	.bottom{}	/* Bottom Row/Cell of ID'ed Table 	*/ 
	.container00{} /* Generic containers */
	.container01{} /* Generic containers */
	.container02{} /* Generic containers */
	.container03{} /* Generic containers */
	.container04{} /* Generic containers */
	.container05{} /* Generic containers */
	.container06{} /* Generic containers */
	.container07{} /* Generic containers */
	.container08{} /* Generic containers */
	.container09{} /* Generic containers */
	.PRETTY_NAME{} 		/* (IF CLASSED)	Wraps the name that is associated with the account */
	.PHONE_NUMBERS{}	/* (IF CLASSED)	Wraps the Phone Numbers (all of them) that is associated with the account */
	.OFFICE_ADDRESS{} 	/* (IF CLASSED)	Wraps the Office Address that is associated with the account */
	.OFFICE_NAME{} 		/* (IF CLASSED)	Wraps the Office Name that is associated with the account */
/* CLOSE CHILD DEFAULTS */


#CSSheader{display:none;} /* THE ID CSSheader and it's children allow you to replace or if you like, add a header above the default header. */

#header{} /* This is the table that the default header is enclosed in */
	#header .left{}
	#header .right{display:none;}
	
#headerFloor{width: 800px;}	/* Below the default header there is a line (blue is the default) */
	#headerFloor .top{}
	#headerFloor .bottom{}

#NavTable{background-color: #000; text-align: center; width: 800px; margin-top: -1px;}
#navLable{} /* On the templates that say "Menu" this is the table that holds it */
#NAVIGATION a font b i{font: 17px Georgia, Times, serif, Arial; } /* Wraps the $NAVIGATION variable */
	#NAVIGATION a{}
	#NAVIGATION a:hover{}

#ContactLable font b{font: bold 16px Helvetica, Arial, Tahoma, Verdana;} /* The container that holds the "Contact Info" Lable. My be a Table or TD (or any other container) */
#ContactTable{}	/* Table (or container) that holds the Contact Information */
	#ContactTable .PRETTY_NAME{font: bold 12px Helvetica, Arial, Tahoma, Verdana;}
	#ContactTable .PHONE_NUMBERS{font: 12px Helvetica, Arial, Tahoma, Verdana;}
	#ContactTable .OFFICE_ADDRESS{font: 12px Helvetica, Arial, Tahoma, Verdana;}
	#ContactTable .OFFICE_NAME{font: 12px Helvetica, Arial, Tahoma, Verdana;}

p#CALL_ME{} /* This spot is used for the accounts that have a call me button, but you can use that container */
	

#content {
position:relative;
width:800px;
text-align:center;
margin:0 auto 0;
}

#contentTable{ 
width:800px;
text-align:center;
margin:0 auto 0; 
background-color: #DCC99F;
}

/* This is the table that controls most of the page and holds (among other things) the content well */	
	#contentTable .left{}
	#contentTable .right{}

#DES_BOX{}

#articlesLable font b{font: bold 16px Helvetica, Arial, Tahoma, Verdana;}
#articlesTable a font{font: 11px Helvetica, Arial, Tahoma, Verdana;} 

#partnersTable a{color: #000}

#CSSfooter{display:none;} /* THE ID CSSfooter and it's children allow you to add a cutom footer. */

.innerblock td{background-color: #FFFFFF;}
table {max-width: 800px;}

#footSpacer{width: 800px;}