﻿body 
{
    font-family: Arial;
    font-size: 62.5%; /* 10px */
}

#page
{
    margin: 10mm auto 20mm;
}

/* Header Container */
#ident
{
display:none;
}

/* Main Content Container */
#story
{
font-size: 1.2em;
}
#content-side
{
    display: none;
}
#content-body
{
    
}
#content
{
    float: left;
    width: 345px;
}
#gallery-thumbs
{
    float: right;
    width: 250px;
}
#content-story
{
    float:left;
    width: 385px;
}
#content-gallery
{
    float: right;
    text-align: center;
    width: 220px;
}

/* Footer Container */
#epilogue
{
    display: none;
}
