/**********************************************************/
/*                       Main                                                                                */  
/**********************************************************/

  body {
    font-family:      Arial, Helvetica, sans-serif;
    font-size:        13px;
    background:       #202020;
    background-image: url('PHOTOS/background.jpg');
    }

#container { 
    margin:          0 auto;
    width:           885px;
	height:          895px;  
	 /*  background:      #ca5f5a;                                   /*       test    -  red     */         
   }

#header {
    color:           #888;                               
    width:           885px;
    height:          30px;
    margin:          10px 0px 0px 0px;
	 /*  background:      #7bb2b8;                                   /*       test   - light blue       */                   
   }

#navigation {
    color:           #222;    
    padding:         0px 0px 5px 10px;
	margin:          0px 0px 2px 0px;
    width:           875px;
    height:          20px;
    text-indent:     20px;
    word-spacing:    8px;
	  /* background:      #7bb893;                                   /*       test   - light green     */    
   }


#column { 
	position:        relative;
	color:           #888;
	margin:          0px;
	padding:         0px;
	width:           885px;
	top:             70px;           /* how far down? */
	 /*  background:      #b3b77a;                                   /*       test   - light yellow/taupe     */   
   }
	 
.reg { 
   height:          700px;  
   }
	 
.tall{ 
   height:          800px; 
   }
	 	 


#footer { 
   position:        absolute; 
   height:          20px;
   clear:           both;
   color:           #888;
   width:           885px;
	 /*  background:      #bb7daa;                                   /*       test   -  pink   */  
   }

	 
#copyright { 
   position:        absolute; 
   left:            690px;
   color:           #888;
	 /*  background:      #ee7ddd;                                   /*       test   -  pink   */  
   }

	 
#clear { clear: both; background: none; }


