

body {background-position: center top; 
 background-repeat: no-repeat; 
 width: 1000px; 
 margin:0 auto 0; 
 text-align:center; 
 background-color:#000000; 
  
 } 
  
  
 #content { 
 position:relative; 
 width:1000px; 
 text-align:center; 
 margin:0 auto 0; 
 background-color:#000000; 
 } 
	

#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{width: 1000px;} /* This is the table that the default header is enclosed in */
	#header .left{border: 1px solid #EFD652;}
	#header .right{display:none;}
	
#headerFloor{}	/* Below the default header there is a line (blue is the default) */
	#headerFloor .top{display: none;}
	#headerFloor .bottom{display:none;}

#NavTable {}
#NavTable hr{display:none;}
#NavTable a font{font-family:Tahoma;}
#NavTable a i{font-style: normal;}

#navLable{display: none;} /* On the templates that say "Menu" this is the table that holds it */
#NAVIGATION{} /* Wraps the $NAVIGATION variable */
	#NAVIGATION a img {border:none;}
        #NAVIGATION a{display:block; padding: 5 0 0 0}
	#NAVIGATION a:hover{}

#ContactLable{display: none;} /* The container that holds the "Contact Info" Lable. My be a Table or TD (or any other container) */
#ContactTable center {text-align: left;}
#ContactTable{ 
padding: 20 0 0 0}	/* Table (or container) that holds the Contact Information */
	#ContactTable .PRETTY_NAME{color: #EFD652; }
	#ContactTable .PHONE_NUMBERS{color: #EFD652;}
	#ContactTable .OFFICE_ADDRESS{color: #EFD652;}
	#ContactTable .OFFICE_NAME{color: #EFD652;}

p#CALL_ME{} /* This spot is used for the accounts that have a call me button, but you can use that container */
	
#contentTable{width:1002px; 
 text-align:center; 
 margin:0 auto 0;  
 background-color:#000000; 
 border-right: 1px solid #EFD652; 
 border-bottom: 1px solid #000000; 
 border-left: 1px solid #EFD652;} /* 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{}
#articlesTable{} 

#partnersTable{}

#CSSfooter{display:none;} /* THE ID CSSfooter and it's children allow you to add a cutom footer. */
	