div#page_container {
    width: 1030px;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    border-left: 0px solid #e2e1df;
    border-right: 3px solid #e2e1df;
    border-top: 3px solid #e2e1df;
    border-bottom: 3px solid #e2e1df;
    background-color: #fff;
    overflow: hidden;
}

.content { border: 0px solid black; }

div#left_rail { float: left; width: 428px; padding-top: 10px; }
div#center_rail { float: left; width:  224px; border-left: 1px solid #C7D6Cf; }
div#right_rail { float: left; width: 356px; }

div#left_rail div.content { padding: 0px; }
div#center_rail div.content { padding: 5px; padding-top: 0px; }
div#center_rail div.content h2 { font-size: 1.0em; color: #773f1c; text-align: left; border-bottom: 1px solid #c7d6cf; margin-top: 10px; }
div#center_rail div.thumb { text-align: center; }

#rails { background:#fff; border:0px #000 solid; padding-left: 10px; }

#masthead { border:0px #666 solid; z-index: 1000; }

#footer {}

