﻿/* CSS styles for 95% width optimized master page. */

/* HTML Tag Overwrites */

/* Static Layout Elements */
#Wrapper
{
    width: 100%;
    height: auto !important;
    min-height: 100%;
    margin: 0 auto -50px;
    background: #DEE1E7; /*    background: #DED8CF; */
    text-align: left;
    border-left: double 0px #909090;
    border-right: double 0px #909090;
}

#Footer
{   
   width: 100%;
   height: 50px;
   margin: auto;
}

#Push
{
   height: 50px;
   clear: both;
}

/* Formatting Blocks */



/* Formatting Elements */