﻿/*This .css is in charge of styles used in the normal view of the website.
    ie. not the PopOut version*/
/*This .css stands in opposition of PopOut.css
    Meaning the both have the same styles and should not both be used on the same page. */    

#SiteContent    {width:986px; }
#header         {width:986px; margin: 5px auto 0 auto; }
#container      {width:958px; padding: 14px; }
#footer         {width:986px; margin: 5px auto 0 auto; }
#mainContent    {width:745px; }
