br.clearer { clear: both; }

html
{
    background: #9A9A9A;
}

body
{
    font-family: Verdana, Georgia, Helvetica, Helvetica-Narrow, sans-serif;
    margin: 0px;
    background: #9A9A9A;
    font-size: 0.7em;
    text-align: center;
    height: 100%;
}

#header
{
    margin-right: auto;
    margin-left: auto;
    background: url('../images/topbg.png') no-repeat top center;
    width: 826px;
    height: 93px;
    text-align: left;
}

#logo
{
  padding-top: 50px;
  padding-left: 8px;
  height: 30px;
}


#navtop
{
    margin-top: 10px;
    background: url('../images/menubg.png') no-repeat center;
    font-size: 11px;
    font-weight: bold;
    font-family: Arial, Verdana, Helvetica, Helvetica-Narrow, Tahoma, sans-serif;
    margin-right: auto;
    margin-left: auto;
    width: 826px;
    height: 30px;
}



#navtop ul
{

    margin: 0px;
    padding-left: 28px;
    list-style-type: none;
    line-height: 30px;
    height: 38px;
    text-align: left;
    
}
#navtop ul li
{
    display: inline;
    color: #FFFFFF;
    margin-right: 14px;
    padding-right: 14px;
}

#navtop a:link, #navtop a:visited
{
    color: #000;
    text-decoration: none;
}

#navtop a:hover
{
    text-decoration: none;
    color: #FFF;
    background: #000;
}

#navtop a:active
{
    color: #FFF;
    text-decoration: none;
}

#content
{
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    width: 826px;
    height: 426px;
    background: url('../images/contentbg.png') no-repeat top center;
    text-align: left;
}

.column
{
    display: inline;
    float: left;
    width: 380px;
}


#colone
{
    margin: 20px 10px 0 20px;

}

#coltwo
{
    margin: 20px 0 0 30px;
}

#colthree
{
    margin: 0 20px 0 20px;
}

#contbottom
{
   margin-top: 10px;
   text-align: center;
}

h1 
{
    background: url('../images/h1bg.png') no-repeat;
    font-size: 14px;
    margin-bottom: 2px;
    position: relative;
    color: #FFF;
    height: 42px;
    line-height: 42px;
    padding-left: 55px;
}

h2 
{
    font-size: 12px;
    margin-bottom: 2px;
    position: relative;
    color: #FFF;
}

p
{
    font-size: 12px;
    font-family: Verdana, Georgia, Helvetica, Arial;
    color: #FFF;
}


/* ## Footer ## */

#footer
{
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    width: 826px;
    height: 56px;
    background: url('../images/footerbg.png') no-repeat top center;
    text-align: left;
}

#footinfo
{
    margin-left: 20px;
    padding-top: 10px;
}
