/* Impostare i CSS COMUNI a sito e a html editor (tiny) anche in /cms/css/tiny.css 
NOTA: i tag nei css metterli minuscoli*/
body {/*impostare anche in tiny con margin 15px e bgcolor FFFFFF*/
	background-color: #FFFFFF;
	margin:0px;
	padding:0px;
	background:#FFFFFF url(/include/mod/layout1/images/home_bk2.jpg) repeat-x left 314px;
	/*font-family:Verdana, Geneva, sans-serif;*/
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#8c8c8c; 
}
div.layout_cont {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	/*background-color:#FFFFFF*/
}
td.colsx {
	background:url(/include/mod/layout1/images/col_sx.jpg) repeat-y left top;
}
