﻿body 
{
    background: #080808 url(../SiteImages/PageBackground.jpg) repeat-x;
    text-align:center;
    min-width: 901px;
    margin: 0px;
}
#SiteContainer {
	margin: 0px auto;
	width:901px;
}

#Logo 
{
    background: transparent url(../SiteImages/Mockup-West_02.jpg) no-repeat;
    float:left;
	width:286px;
	height:183px;
}

#HeaderMain 
{
    background: transparent url(../SiteImages/Mockup-West_03.jpg) no-repeat;
	width:615px;
	height:183px;
	float:right;
	text-align:right;
}

#SubHeader 
{
    clear:both;
    background: transparent url(../SiteImages/Mockup-West_05.jpg) no-repeat;
	width:901px;
	height:42px;
	text-align:right;
}

#BodyContainer 
{
    background: transparent url(../SiteImages/Mockup-East_07.jpg) repeat-y;
	width:901px;
	min-height:300px;
	overflow:visible;
}
#SideBar 
{
    text-align:left;
    width: 286px;
    float:left;
    }
#Navigation 
{
    width: 220px;
    margin: 15px auto;
    }
#NavTop 
{
    padding-top: 5px;
     background: transparent url(../SiteImages/NavBackground-top.jpg) no-repeat;
    }
#NavBottom
{
    padding-bottom: 5px;
    background: transparent url(../SiteImages/NavBackground-bottom.jpg) center bottom no-repeat;
    }
#BodyContent 
{
    text-align:left;
    width: 598px;
    float:left;
    }    
#Footer 
{
    color: #6D6D6D;
    clear:both;
    background: transparent url(../SiteImages/Mockup-East_09.jpg) no-repeat;
	width:901px;
	height:76px;
	text-align:right;
	font-size: 10px;
}


/* ----------------------------
    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: 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;
}
