@charset "utf-8";
		
/* 
		
##############################################################
###                                                        ###
###  CSS FILE : Site Theme Consolidation File              ###
###                                                        ###
##############################################################
		
(C)opyright 2022 - Modularware
www.modularware.com

*/


/*###############################################
###                                           ###
###  LAYOUT 	: Basic                       ###
###  VERSION    : Restricted Width 1140       ###
###                                           ###
###############################################*/

	

body {
    height: 100%;
    margin: 0;
}
		
html {
    height: 100%;
    box-sizing: border-box;
}
		
*,*:before {
    box-sizing: inherit;
}
		
*:after {
    box-sizing: inherit;
}


#PageWrapper {
    height: 100%;
/*	max-width: 1140px;*/
    margin: auto;
/*    padding: .5em;*/
}

		
#StickyFooter {
    height: 100%;
    display: flex;
    flex-direction: column;
}

		
#StickyFooter_Top {
    flex: 1 0 auto;
}

		
#StickyFooter_Foot {
    flex-shrink: 0;
}


#CenterPanel {
    margin: auto;
    max-width: 1140px;
/*    padding: .5em;*/
}




/*******************************************************************************************/
/*******************************************************************************************/
/*******************************************************************************************/


