body {
 	background: #e5e5e5;
	margin:0;
	padding:0;
	text-align: center;	
}

#layoutLogic {
	padding: 0;
	margin: 10px auto;
	width: 950px !important;
	text-align: left;
	height: auto !important;
/*	min-height: 450px;
	height: 450px; */
	background: #FFFFFF;	
}

#contentBody  {
	padding: 0;
	margin: 0;
}

#headerBody {
    height:115px;
}

#footerBody {
	border-top-style: solid;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-color: #558097;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-left-width: 0px;
	
	padding-top: 0px;
	width: inherit;
	height: auto;
	text-align: right;
	clear: both;	

}

#column-AB {
width: 770px !important;
float: left;
}

.column-A {
	width: 175px !important;
	margin: 10px 2px 5px 0;
	padding: 0px;
	float: left;	
}

.column-B {
	width: 580px;
	margin: 10px 2px 5px;
	padding: 0px;
	float:right;
}

.column-C {
	width: 175px;
	margin: 10px 0 5px 2px;
	padding: 0px;
	
	float: right;	
}


