/* everything below this point is related to the page's "theme" and could be
 * placed in a separate stylesheet to allow for multiple color/font scemes on
 * the layout. you should probably leave a default theme within this stylesheet
 * just to be on the safe side.
 */

#pageWrapper, #masthead, #innerColumnContainer, #footer
{
  border: none;
}

#innerColumnContainer
{
  border: 0;
/*  border: 1px solid #FFFFFF;*/
}

#outerColumnContainer2
{
  border-left-color: #ded;  /* left column background color */
  border-right-color: #cdc; /* right column background color */
}

#innerColumnContainer
{
  background-color: #FFFFFF;
}

#rightColumn .inside
{
  /* if you apply a font size to just #rightColumn, then its width,
   * which is specified in EMs, will also be affected. you don't want
   * that. so apply font size changes to the .inside element which exists
   * inside underneath all three columns
   */
  font-size: 100%;
}

#middleColumn .inside
{
  padding: 0;
  min-height: 200px;
}

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