body{margin:0px;}

#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{}
	
#headerFloor{}	/* Below the default header there is a line (blue is the default) */
	#headerFloor .top{display:none;}
	#headerFloor .bottom{
 background:url('/files/1076122/scrip.gif');
 background-repeat:no-repeat;
 background-color:#BF9F62;
 height:20px;
}

#NavTable{width:190px;}
#navLable{} /* On the templates that say "Menu" this is the table that holds it */
#NAVIGATION{} /* Wraps the $NAVIGATION variable */
	#NAVIGATION a{}
	#NAVIGATION a:hover i{color:#DA251C}

#ContactLable{} /* 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{}
	#ContactTable .PHONE_NUMBERS{}
	#ContactTable .OFFICE_ADDRESS{}
	#ContactTable .OFFICE_NAME{}

#contentTable{} /* This is the table that controls most of the page and holds (among other things) the content well */	
	#contentTable .left{}
	#contentTable .right{}

#articlesLable{}
#articlesTable{} 

#partnersTable{}