/** Additional content space **/
/*
  layout 1 - full width top and bottom, left and right content fit to space
  layout 2 - full height left and right, top and bottom content fit to space
  layout 3 - full width bottom, left and right stretched to top of window, top content fit to space
  layout 4 - full width top, left and right stretched to bottom of window, bottom content fit to space
*/

/** top **/
#topContent
{
    background-color: #000000;
    height: 0px !important; /* change to alter the height of the top content area */
}

/** right **/
#rightContent
{
    background-color: #880088;
    width: 0px !important; /* change to alter the width of the right content area */
    height: 0px
}

/** bottom **/
#bottomContent
{
    background-color: #000000;
    height: 0px !important; /* change to alter the height of the bottom content area */
}

/** left **/
#leftContent
{
    background-color: #880088;
    width: 0px !important; /* change to alter the width of the left content area */
    height: 0px
}
