﻿/**
 * Fixed Width, Wide Site Style
 * Three Column Format, Menu on the Left Style
 */

/**
 * I've set the body alignment to center here to support browsers that do not
 * recognize the margin:auto centering standard. I reset it in the pageShell.
 */
body{
  text-align:           center;
}
/**
 * The border settings here can be freely overridden in the theme style sheet.
 * The IE Fixes style sheet sets the min-width as pxs and ignores max-width.
 */
#pageShell {
  border:               2px solid transparent;
  margin:               1em auto;
  max-width:            85em;
  min-width:            60em;
  text-align:           left;
}

#pageFrame{}
#pagePanel{
  margin-left:          15em;}
#coreFrame{
  border-right:         0.05em solid transparent;
  border-left:          0.05em solid transparent;
  margin-right:         15em;}
#corePanel{
  display:              inline;
  float:                right;
  width:                100%;}
#mainFrame{
  display:              inline;
  float:                left;
  width:                100%;}
#moreFrame{
  display:              inline;
  float:                right;
  margin-right:         -15.05em;
  width:                15em;}
#menuFrame{
  display:              inline;
  float:                left;
  margin-left:          -15.05em;
  width:                15em;
}

