﻿html { height: 100%; }

body
{
    height: 100%;
    margin: 0;
    text-align: center;
    
    background-image: url(images/m_bg.gif);
    background-repeat: repeat-y;
    background-position: center;

    background-color: #DAE6ED;
    
    font-family: Verdana;
    line-height: 20px;
    font-size: 11px;
}

#outerContainer
{
    width: 100%;
    height: 100%;
    
    background-image: url(images/bg.gif);
    background-repeat: repeat-x;
}

#container
{
    min-height: 100%;
    margin: 0 auto;
    width: 646px; 
}

#top
{   
    width: 647px;
    height: 265px;
    
    background-image: url(images/top.jpg);
}

#content
{
    margin: 0 5px 0 5px;
    padding: 20px;
    
    text-align: left;
    min-height: 200px;

    background-image: url(images/m_bg_top.gif);
    background-repeat: repeat-x;
}

#menu { padding-top: 32px; text-align: left; width: 630px; }
#menu a { float: left; color: gray; display: block; height: 26px; padding: 3px 22px 0 20px; background-position: right; background-repeat: no-repeat; background-image: url(images/menu_split.gif); }
h1 { font-size: 16px; color: #FF6800; border-bottom: 1px dashed #FF6800;  }
h2 { font-size: 12px; color: #FF6800; margin: 15px 0 5px 0; }
p { margin: 5px 0 15px 0; }
a { color: #FF6800; text-decoration: none; }
a:hover { text-decoration: underline; }
td { vertical-align: top; }
