/* The masthead sits at the top of the page.*/
#masthead 
{
    width: 997px;
    background-image: url(http://www.martharotter.net/hapennymasthead.jpg);
}

/* The bar under the masthead which has things like home, contact, etc. */
#nav 
{
     width: 985px;
}

#content 
{
    width: 985px;
}

#leftmenu
{
    width: 305px;
}

#main 
{
     width: 632px;
}

/* Remove Calendar*/
#Cal {
   position: absolute;
   visibility:hidden;
   height: 1px;
   border=1px solid #CCCCCC;
   overflow:hidden;
}

/* Remove Recent Posts */
#RecentPostsSideBar {
   position: absolute;
   visibility:hidden;
   height: 1px;
   border=1px solid #CCCCCC;
   overflow:hidden;
}
