﻿html, body
{
    height: 100%;
    text-align: center;
}
body
{
    min-width: 906px;
    background-color: #fff;  
    margin: 0px;  
}
#Container {
	width:906px;
	margin: 0px auto;
	overflow:visible;
}

#Header {
	width:906px;
	height:122px;
	background: #3B5190 url(../SiteImg/AgFX_01.jpg) no-repeat;
}
#MiniNav 
{
    width: 210px;
    float:right;
    text-align:center;
    }
#HeaderSub 
{
    text-align:right;
	width:906px;
	height:39px;
	background: #fff url(../SiteImg/AgFX_02.jpg) no-repeat;
}
#ContentContainer 
{
    width: 100%;
    text-align: left;
    min-height: 400px;
    overflow:visible;
    float:left;
    background: #fff url(../SiteImg/AgFX_03.jpg) repeat-y;
    }
#Navigation 
{
    width: 251px;
    float: left;
    }
#NavBGFade 
{
    background: transparent url(../SiteImg/NavBG.jpg) no-repeat; 
    width: 100%; 
    height: 220px;
    }
#Body 
{
    width: 655px;
    float:right;
    }
#Footer 
{
    font-size: 10px;
    color: #9B9A9A;
    clear:both;
	width:906px;
	height:89px;
	background: #fff url(../SiteImg/AgFX_05.jpg) no-repeat;
	text-align:left;
}
/* ----------------------------
    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: #1B2429;
    padding-top: 5px;
}
#adm-menu
{
    width: 20%;
    background: #282F39;
    height: 100%;
    min-height: 500px;
}
#adm-content
{
    width: 75%;
    padding: 8px;
    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;
}

