div#page_container {
    width: 1025px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    background-color: #fff;
    border: solid 2px #fff;

}

/* #rails { clear: both; background:#fff; position:relative;} */

div#rail_a {float: left; width: 430px; margin-top:10px;}
div#rail_b { float: left; width: 240px; background-color: #F3F7F0; border: solid 1px #C7DABE; margin:10px 15px;}
div#rail_c { float: left; width: 320px; background-color: #F3F7F0; border: solid 1px #C7DABE; margin-top:10px;}

div#rail_a div.content { padding: 10px;}
div#rail_b div.content {padding: 10px;}
div#rail_c div.content {width: 300px; padding:10px;}

/* SEARCH RESULTS TEMPLATE */
body#search div#rail_a {width:675px;}
body.story-detail div#rail_b, body.section-spill div#rail_b {visibility: hidden; width:0; height:0;}
body.story-detail div#rail_a, body#two-column div#rail_a, body.section-spill div#rail_a {width:620px; margin-right:15px;}
#masthead {z-index: 1000;}

#footer {
    clear:both;
    background:#fff;
}




