﻿body 
{
    text-align:center;
    min-width: 775px;
    margin: 0px;
    background: #fff url(../SiteImages/imgBackground.jpg) repeat;
}

#SiteContainer {
	width:775px;
	margin: 0px auto;
	text-align:left;
	background: #fff;
	border-right: solid 4px #3A2C0D;
	border-left: solid 4px #3A2C0D;
}

#TopLeft_ {
	width:38px;
	height:173px;
	float:left;
	
	
	background: #fff url(../SiteImages/TopLeft.jpg) no-repeat;
}

#TopLogo_ {
	float:left;
	width:268px;
	height:173px;
	background: #fff url(../SiteImages/TopLogo.jpg) no-repeat;
}
/*
#TopMid_ {
	float:left;
	width:151px;
	height:173px;
	background: #fff url(../SiteImages/TopMid.jpg) no-repeat;
}

#TopPhoto_ {
	float:left;
	width:126px;
	height:173px;
	background: #fff url(../SiteImages/TopPhoto.jpg) no-repeat;
}
*/
#TopNav_ {
	float:left;
	width:469px;
	height:173px;
	background: #fff url(../SiteImages/TopNav.jpg) no-repeat;
}
/*
#TopRight_ {
	float:left;
	width:57px;
	height:173px;
	background: #fff url(../SiteImages/TopRight.jpg) no-repeat;
}*/
#BodyContent 
{
    float: left;
    width: 469px;
}
#SidBarContent 
{
    float:left;
    width: 306px;
}
#MidLeft_ 
{
	float:left;
	width:38px;
	height: 400px;
	background: #fff url(../SiteImages/MidLeft.jpg) no-repeat;
}

#SideBar {
	float:left;
	width:268px;
	min-height:533px;
}
#SideBarPadding 
{
	float: left;
	padding: 10px 10px;
    }
#MidRight {
	float:left;
	width:469px;
	height:144px;
	background: #fff url(../SiteImages/MidRight.jpg) no-repeat;
}
/*#BottomSideBar_ {
	float:left;
	width:268px;
	height:124px;
	background: #fff url(../SiteImages/BottomSideBar.jpg) no-repeat;
}*/

#content {
	float:left;
	width:469px;
	min-height:500px;
}
/**/#ContentPadding 
{
    padding: 5px 20px;
    }
#Footer 
{
    height:124px;
    clear:both;
    width: 100%;
    /*background: #fff url(../SiteImages/BottomSideBar.jpg) no-repeat 38px 0px;*/
    }

/* ----------------------------
    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;
}
