﻿html, body
{
    height: 100%;
    text-align: center;
}
body 
{
    margin: 0px;
    text-align:center;
    background: #333;
    /*background: transparent url(../SiteImg/KHA-Website_01.jpg) repeat;*/
}
#SiteContainer 
{
    text-align:left;
    margin: 0px auto;
	width:807px;
}

#Header {
	width:807px;
	height:154px;
	background: transparent url(../SiteImg/KHA-Website_02_2.jpg) no-repeat;
}

#MiniLinks 
{
	padding-right: 10px;
	text-align: right;
    width: 180px;
    float:right;
    margin-top: 133px;
    }
    
#SideBar {
	background: #ffffff url(../SiteImg/bg-sidebar.jpg) repeat-x;/**/
	width:190px;
	min-height:614px;
	float:left;
	margin-left: 3px;
}
#NewsBar 
{
    clear:both;
    position:relative;
    margin-top: 50px;
    }
#BodyContent 
{
    width:807px;
    background: transparent url(../SiteImg/bg-main.jpg) repeat-y;
    }
    
#MainContent {
	width: 300px;
}

#Footer 
{
    background: transparent url(../SiteImg/KHA-Website_06.jpg) repeat-y;
	width:807px;
	height:30px;
	clear:both;
	text-align:right;
}


/* ----------------------------
    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: 15%;
    background: #282F39;
    height: 100%;
    min-height: 500px;
}
#adm-content
{
    width: 85%;
    /*padding: 15px;*/
    background: #fff;
    min-height: 500px;
}
#adm-menu-content 
{
    background: #FFFFFF;
    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;
}

