﻿html, body
{
    height: 100%;
    text-align: center;
}
body
{
    min-width: 640px;
    background-color: #5e5e5e;    
}
#menu, #content, #sub-section, #footer
{
    overflow: hidden;
    display: inline-block;
}

#menu, #content, #sub-section
{
    float: left;
}

#menu
{
	width: 280px;
	margin-left: 30px;
}

#content
{
    width: 645px;
    text-align: left;   
}
#sub-section
{
    width: 20px;
    background-color: #ffffff;
}
#siteContainer
{
    width: 972px;
    margin: 0px auto;
    text-align: center;
}
#siteContainerBG
{
    float: left;
    width: 972px;
    text-align: center;
    background: #ffffff url(../images/Final_07.jpg) repeat-y;
}
#pageContainer
{
    width: 100%;
    float: none;
    text-align: center;
}
#header
{
    float: left;
    width: 972px;
    height: 192px;
    background: #ffffff url(../images/Final_02.jpg) no-repeat;
}
#menuNavLeft
{
    float: left;
    width: 39px;
    height: 43px;
    background: #ffffff url(../images/Final_04.jpg) no-repeat;
}
#menuNavCenter
{
    float: left;
    width: 893px;
    height: 43px;
    text-align: center;
    background: #ffffff url(../images/Final_05.jpg) no-repeat;
}
#menuNavRight
{
    float: left;
    width: 40px;
    height: 43px;
    background: #ffffff url(../images/Final_06.jpg) no-repeat;
}

#contentDiv
{
	width:100%;
    float:left;
}

#footer
{
    width: 972px;
    height: 64px;
    float: left;
    background: #ffffff url(../images/Final_09.jpg) no-repeat;
}
/* ----------------------------
    Administration Layout
   ---------------------------- */
#adm-header, #adm-menu, #adm-content, #adm-footer
{
    overflow: hidden;
    display: inline-block;
}
/* safari and opera need this */#adm-header, #adm-footer
{
    width: 100%;
}
#adm-menu, #adm-content
{
    float: left;
}
#adm-header
{
    background: #282F39;
    padding-top: 5px;
}
#adm-menu
{
    width: 20%;
    background: #282F39;
    height: 100%;
    min-height: 500px;
}
#adm-content
{
    width: 75%;
    padding: 15px;
    background: #fff;
    min-height: 500px;
}
#adm-menu-content 
{
    background: #282F39;
    height: 100%;
    min-height: 500px;
}
#adm-footer
{
    clear: left;
    background: #d7350f;
    padding: 5px 0px;
}
#adm-siteContainer
{
    height: 100%;
    min-height: 100%;
    margin: 0px auto;
    padding: 0px;
    text-align: left;
}
#adm-pageContainer
{
    width: 100%;
    min-height: 100%;
    margin: 0px;
    padding: 0px;
    top: 0px;
    left: 0px;
    position: relative;
}
