body 
{
    background-color:#4479A5;
    margin:0 0 0 0;
    text-align:center;
}
.content
{
    padding: 20px 40px 20px 40px;
    font-family:Times New Roman,Garamond,Serif;
    font-size:14pt;
}
.story
{
    padding: 40px 120px 40px 120px;
    font-family:Times New Roman,Garamond,Serif;
    font-size:14pt;
}
.framed
{
    padding: 0px;
    font-family:Times New Roman,Garamond,Serif;
    font-size:14pt;
}
.header
{
    text-align:center;
    width:946px;
    height:358px;
    background-image:url(images/aop_24.gif);
}

.stretch {
    height: 100%;
}

/* IE hack - IE6 treats height as min-height */
html > body .stretch {
    height: auto;
    min-height: 100%;
}