@charset "utf-8";
<style type="text/css"> 
<!-- 
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#container { 
	width:1010px;
	height:auto;
	text-align:left;
	margin:auto;
	position:relative;
	background-color:#ffffff;
} 

#containerPage { 
	width:970px;
	height:auto;
	margin:0;
	text-align:left;
	margin: 0px 0px 0px 20px; /* top - right - bottom - left */
} 

/* ----- CONTENT AREA ----- */
/* ------------------------ */ 
#mainContent {
	width:970px; height:auto;
	margin:20px 0px 0px 0px;
	display:block;
}
#mainContent #contentLeft{
	float:left;
	width:195px;
	margin:0;
	display:inline; /* displayed inline, inside the current block */
}
#mainContent #contentCenter{
	float:left;
	width:580px;
	margin:0;
	display:inline; /* displayed inline, inside the current block */
}
#mainContent #contentRight{
	float:left;
	width:195px;
	margin:0;
	display:inline; /* displayed inline, inside the current block */
	text-align:right;
}
/* --------- */

/* --------- */

#bottomarea{
	clear:both;
	width:970px; height:84px;
	margin:0;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

--> 
</style>