﻿html, body
{
    margin: 0;
    padding: 0;
    background-color: White;
    height: 100%;
}
body
{
    font-family: arial, sans-serif;
    font-size: 11px;
    line-height:150%;
    background-repeat: repeat-x;
    background-image: url('../../Images/bg_body.gif');
    text-align:center;
}
div#container
{
    width: 800px;
    height: auto;
    min-height: 100%;
   position: relative;  /*margin: 0 auto;*/
    text-align:left;
    left: 50%;
    margin-left:-400px;
}
body > div#container
{
    height: auto;
    min-height: 100%;
}
#header
{
    margin: 0;
    padding: 0;
    height: 300px;
}
div#header_left
{
    width: 140px;
    height: 300px;
    float: left;
}
div#header_right
{
    width: 655px;
    height: 300px;
    float: right;
}
div#header_top
{
    height: 42px;
    margin-bottom: 7px;
    background-image: url(  '../../Images/bg_header_top.jpg' );
}
div#flash_content
{
    clear: both;
    height: 250px;
    background-color: Silver;
}


div#menu
{
    height: 28px;
    background-image: url(  '../../Images/bg_menu.gif' );
    padding-top: 4px;
    text-indent: 148px;
}
div#nav
{
    float: left;
    width: 140px;
    padding-bottom:14px;
}

div#content
{
    float: right;
    width: 655px;
    padding-bottom:14px;
}

#footer
{
 clear:both;
    padding: 0;
    width: 100%;
    height: 14px;
  /*  position: absolute;
    bottom: 0px;
    z-index: -1;*/
}
