/***** *****/

body
{
    _width: expression(document.body.clientWidth < 972? "970px" : "100%");
    min-width: 970px;
    min-height: 100.01%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #243120;
    background-image: url('/images/bg2.jpg');
    background-position: center top;
}

a, a:visited
{
    color: #DD0000;
    text-decoration: none;
    border: none;
}

a:hover
{
    color: #0000FF;
    border: none;
}

/***** The wrapper table. *****/

table.wrapper
{
    height: 100%;
    width: 770px;
    min-height: 100%;
    margin: 0px Auto;
    padding: 0;
    border: none;
    background-image: url('/images/content-bg.jpg');
    background-color: #FFFFFF;
    background-position: left top;
    background-repeat: repeat-y;
}

table.wrapper td.top
{
    width: 100%;
    padding: 0;
    vertical-align: top;
    text-align: center;
}

table.wrapper td.bottom
{
    width: 100%;
    padding: 0;
    vertical-align: bottom;
    text-align: center;
    background-image: url('/images/footer-bg.jpg');
    background-position: center bottom;
    background-repeat: no-repeat;
}

/***** The header div. *****/

div.header
{
    width: 100%;
    height: 174px;
    background-image: url('/images/header-bg.jpg');
    background-position: center top;
    background-repeat: no-repeat;
}

/***** The menu div. *****/

div.menu
{
    width: 640px;
    margin: 0px Auto 0px Auto;
}

div.menu table
{
    width: 450px;
    margin: 0 Auto;
}

div.menu table td
{
    width: 148px;
}

/***** The content div. *****/

div.content
{
    width: 640px;
    margin: 10px Auto;
    text-align: left;
}

/***** The footer div. *****/

div.footer
{
    width: 700px;
    margin: 0px Auto;
    padding: 8px 0 13px 0;
    font-size: 13px;
    line-height: 20px;
    vertical-align: middle;
    text-align: center;
    border-top: 1px solid #CCCCCC;
}

div.footer a, div.footer a:visited
{
    color: #000000;
}

div.footer a:hover
{
    color: #DD0000;
}

/***** Page titles. *****/

h1,h2,h3,h4,h5,h6
{
    font-family: Cambria, Georgia, Times, 'Times New Roman', Serif;
    color: #66421F;
    text-align: center;
}

h1
{
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 3px;
}

/***** Other stuff *****/

.margin-top-12px
{
    margin-top: 12px;
}

.margin-bottom-16px
{
    margin-bottom: 16px;
}

.photo
{
    border: 1px solid #000000;
}

/***** The banner on the home page. *****/

div.banner
{
    width: 640px;
    margin: 8px Auto 12px Auto;
    text-align: center;
}

/***** The letter from Susan Collins. *****/

p.letter
{
    padding: 0 60px;
}

/***** The grades of lumber. *****/

table.grades
{
    width: 420px;
    margin: 0px Auto 16px Auto;
}

table.grades a, table.grades a:visited, table.grades a:hover
{
    color: #000000;
    text-decoration: none;
    border: none;
}

table.grades p
{
    margin-bottom: 0;
    font-size: 12px;
    font-style: italic;
    text-align: center;
    line-height: 16px;    
}