/*
 ------------------------------------------------------------
	CMS_MAIN_STYLE.CSS	Foglio stile per TestCMS
 ------------------------------------------------------------
*/
* { padding:0; margin:0; }

html {
}

body { 
	background:#f5f5f5;
	text-align:center;
}

div#container {
	background:#fff;
	margin: 0 auto;
	width:1000px;
	text-align:left;
}

div#header {
	width:1000px;	
	height:170px;	
}

#faux {
	margin-bottom: 0px;
	width: 100%;
}

div#content {
 	position: relative;
	top:25px;
	height: auto !important;  /* per i browser moderni */
   height:970px;  /* per IE5.x e IE6 */
   min-height:970px;  /* per i browser moderni */
}


div#footer {
	background:#242424;
	margin: 0 auto;
 	clear: both;
	width:1000px;	
	height:21px;
	position:relative;
	top:25px;
}

.clear { clear: both; }


.errmsg{font:11px Thaoma,Arial,sans;}

div#langsel{display:none;}


div#rightarea {
 	background: url(/custom_cms/images/sf-right.gif);
	position:absolute;
	top:0px;
	right:13px;
	width:239px;	
	height:930px;
}



