@charset "utf-8";
 
<style type="text/css"> 
<!-- 
body {
	padding:0; margin: 0; background-color:#e9e6df; }
p { padding:0px; margin:0px; text-align:justify; }

#container { 
	width:938px;
	margin:auto;
	padding:0px;
	height:auto;
	text-align:left; 
	position:relative;
} 
		

/***** CONTENT AREA *****/
/* ******************* */

#Content {
 display:block; position:relative; 
 width:938px; height:auto; margin:auto; background-color:#e9e6df; }

#Content #MC1_C1 {width:269px; height:auto; float:left; display:inline; margin:0px 0px 0px 0px; background-image:url(../elements/topleft_back.jpg); background-repeat:repeat-x; background-position:top;}
#Content #MC1_C2 {width:668px; height:auto; float:left; display:inline; margin:0px 0px 0px 0px;
background-image:url(../elements/topright_back.jpg); background-repeat:repeat-x; background-position:top;}



/* BOTTOM PAGE */
/* *********** */
#bottom { display:block; position:relative; width:937px; height:89px; background-image: url(../elements/bottom_back.jpg); background-repeat:no-repeat; }

.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>