
html, body, #content-wrapper {height: 100%;}
body > #content-wrapper {height: auto; min-height: 100%;}

/*Opera Fix*/
body:before
{
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

body {
	min-width:1024px;
	width: auto !important;
	width: 1024px;	
}

#content-wrapper		{}
#content-header 		{ padding: 0 32px 0 0; height: 42px; display: block; }
#content-body 			{ margin:0 auto; position:relative; width: 1024px; overflow:auto; padding-bottom: 28px; } /* padding-bottom must be same height as the footer */
#content-body-menu		{ width:144px; float:left; height:500px; }
#content-body-gutter	{ width:144px; float:right; }
#content-body-grid		{ margin:0 0; position:relative; float:left; left: 16px; }
#content-footer 		{ padding: 0 32px 0 0; position: relative; margin-top: -28px; height: 28px; clear:both; } /* negative value of footer height */

#content-header .gutter { float:right;}
#content-footer .gutter { float:right;}

#layout-table { height:100%; width:100%; margin:0; padding:0; }
#layout-table-header { height: 42px;}
#layout-table-body { height: 100%;}
#layout-table-footer { height: 28px;}
#layout-table-footer #content-footer { margin-top: 0;}


#content-footer p { margin:0;}
	

#content-header { background-color: #000;}
#content-footer { background-color: #000;}




















