
/***********   Page Layout www.CocaineAbuse.com    **********/

  /* (Names in this diagram are the id values assigned in <DIV> tags on the .php pages.) 
   *
   *    +-----------------------------------------------------+  
   *    |                   Container                         |        "Container" holds all the page divisions.        
   *    +-----------------------------------------------------+
   *    ||                    Header                          ||		"Header" covers full page width and is as high as its content requires.
   *    +-----------------------------------------------------+    
   *	||					Wrapper  						  |||		"Wrapper" contains the "Content" and "Navigation" divisions for proper alignment.
   *    +-----------------------------------------------------+ 
   *    ||            |                       |               |||		"leftSide" is where the left side navigation elements are placed.
   *    ||leftSide    |      content          |   rightSide   |||        
   *    ||            |                       |               |||		"Content" is where the main text is placed.
   *    ||            |                       |               |||
   *    ||            |                       |               |||		"rightSideb" is where images, links or other items are placed.
   *    ||            |                       |               |||
   *    ||            |                       |               |||
   *    ||            |                       |               |||
   *    ||            |                       |               |||
   *    ||+----------+|                       | +------------+|||
   *    ||   f        |                       |  f            |||
   *    ||    r       |                       |    r          |||		"free" is under-hanging space below the left and right sides.
   *    ||     e      |                       |      e        |||
   *    ||      e     |                       |        e      |||
   *    |||+-------------------------------------------------+||
   *    ||               Bottom Navigation                    ||		"Bottom Navigation" for centered section navigation.
   *    ||+--------------------------------------------------+||
   *    ||                   footer                           ||		"Footer" for a simple page footer.
   *    ||+--------------------------------------------------+||

   **************************************************************************/


@import url("main.css");
@import url("header.css");
@import url("leftSide.css");
@import url("content.css");
@import url("rightSide.css");
@import url("footer.css");
@import url("horNav.css");