html, body, div, span, td, ul, li, p, h1, h2, h3, h4, dl, dd, label{

	margin: 0;

	padding: 0;

	border: 0;

	color: #000000;

	font: normal 13px Arial, Verdana, Helvetica, sans-serif;
}


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

#layoutLogic {
	padding: 0;
	margin: 0 auto;
	width: 960px !important;
	text-align: left;
	height: auto !important;
	min-height: 450px;
	height: 450px;	
}

#contentBody  {
	width: 960px;
	padding: 0;
	margin: 0;
}

#headerBody {
	width: inherit;
	height: 130px;
	padding: 0;
	margin: 0;
	background: #FFFFFF url('http://www.juragricole.com/images/decor/masthead-tile.png') repeat-x;
	position: relative; 
	top: 0px;
	left: 0px;
}

#footerBody {
	border-top-style: solid;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-color: #CC0000;
	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-A {
	width: 150px !important;
	margin: 2px;
	margin-left: 0px;
	padding: 0px;
	float: left;	
	background-repeat: repeat-x;
	
}

.column-B {
	width: 650px;
	margin: 0 2px 2px 2px;
	padding: 0px;
	
	float: left;
}

.column-C {
	width: 150px;
	margin: 2px;
	margin-right: 0px;
	padding: 0px;
	float: left;	
	background-repeat: repeat-x;
	}

