html,body {
    height:100%; /* needed for container min-height */
    margin: 0px;
}

/**********/
/* Layout */
/**********/


div#main_container {
    background: url(img/bg_red.gif) repeat-x;
    width:100%;
    height: auto !important; /* real browsers */
    height: 100%; /* IE6: treaded as min-height*/
    min-height: 100%; /* real browsers */
}
div#container {
    position: relative; /* needed for footer positioning*/
    position: absolute; 
    left:50%;
    margin-left:-468px;
    width:936px;
    height: auto !important; /* real browsers */
    height: 100%; /* IE6: treaded as min-height*/
    min-height: 100%; /* real browsers */
    background-color: #FFFFFF;
}

div#top_spacer {
    height: 33px;
    /*background: url(img/bg_container_top.gif) no-repeat bottom;*/
}
div#top_nav {
    text-align: right;
    background: url(img/bg_container.gif) repeat-y;
    padding: 5 20 5 20;
    height: 13px;
}


div#head {
    height: 162px;
    padding-left:10px;
    padding-right:10px;
    background: url(img/bg_container_red.gif) repeat-y;
}
div#head_border {height: 160px; border-top: 1px solid #C3C3C3; border-bottom: 1px solid #C3C3C3;}
div#head_img    {width:700px; height: 160px; float:right; margin: 0px; padding: 0px}
div#head_img p  {margin: 0px; padding: 0px}


div#logo        {width:216px; float:left; text-align: center;}

div#content {
    padding-left: 10px;
    padding-right: 10px;
    background: url(img/bg_container.gif) repeat-y;
}


div#menu {
    margin-top:  14px;
    min-height: 250px;
}

div#breadcrumb {
    height:17px;
    background-color: #1A2A7E;
    margin-top:1px;
    margin-bottom: 1px;
    /*margin-left:-10px;*/
    padding-top:4px;
    padding-left:10px;
    padding-right:10px;
    color: #FFFFFF;
    border: 0px solid Black;
}


td.breadcrumb {
    height:19px;
}

td#marginal {
    background-color:#E8E8E8;
    width:155px;
}
td.marginal {
    background-color:#E8E8E8;
}

.middle_col{
    width:155px;
}

div#footer {
   position:absolute;
    width:100%;
    height:11px;
   /*bottom:0;  stick to bottom */
    background:url(img/bg_container_bottom.gif) no-repeat;
    text-align: right;
    margin-bottom:5px;
}

