body{color:white;
position:relative;
background-color:black;
background-image: url('');
background-repeat: repeat-y;
background-position: center;
background-position: top;
margin: 0 auto 0;
}
a:link{color:#bda07e;}
A:hover{color:white}
a:visited{color:#bda07e;}
a:active{color:#bda07e;}
#header{height:160px; background-image:url(/files/35347/banner.jpg); background-repeat:no-repeat; background-position:center;} /* This is the table that the default header is enclosed in */
	#header .left{}
	#header .right{}
	
#headerFloor{display:none;}	/* Below the default header there is a line (blue is the default) */
	#headerFloor .top{display:none;} /*can put a small height here...*/
	#headerFloor .bottom img{height:1px;} /*...and here to change header size*/
	#headerFloor .bottom{height:1px;}

#NavTable{}
#navLable{display:none;} /* On the templates that say "Menu" this is the table that holds it */
#NAVIGATION{} /* Wraps the $NAVIGATION variable */
	#NAVIGATION a{
 display:block;
 background:url(/files/35347/navButton.jpg) no-repeat top;
 width:180;
 height:40;
 margin:5px;
 padding-top:10;
 text-align:center;
}
	#NAVIGATION a i{color:black; font-size:15px;}
	#NAVIGATION a:hover {background-position:bottom;}
#ContentTable .left hr{display:none;} /* ONLY change .left HR here, other .lefts are below */

#ContactLable{display:none;} /* The container that holds the "Contact Info" Lable. My be a Table or TD (or any other container) */
#ContactTable .bottom {background:url('/files/35347/logoblack.jpg') bottom center no-repeat #000000; padding-bottom:210;}	/* Table (or container) that holds the Contact Information */
#ContactTable font{font-family:;}
	#ContactTable a font{}
	#ContactTable .PRETTY_NAME{}
	#ContactTable .PHONE_NUMBERS{}
	#ContactTable .OFFICE_ADDRESS{}
	#ContactTable .OFFICE_NAME{}

.leftPad{
background-image: url('');
background-color:;
width:;
}
.rightPad{
background-image: url('');
background-color:;
width:;
}

#contentTable{} /* This is the table that controls most of the page and holds (among other things) the content well */	
	#contentTable .left{
/*background-color:; kills navLable bg*/
background-image: url('');
background-repeat: repeat-y;
background-position: center;
background-position: top;
}
	#contentTable .right{
background-color:;
}

#articlestable font{color:white;}
#articlesTable a font{color:#bda07e;} 

#partnersTable{}

.disclaimer {}


/*You'll hardly edit anything below this*/

#MYHOMETRACKER{}

	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)	*/

/* CHILD DEFAULT
