/* CSS Document */

body {
	background-image:url(../immagini/bg-body.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px:
	color:#000;
}

h1 {
	font-size:24px;
	color:#d63732;
}

h2 {
	font-size:14px;
	font-weight:bold;
	color:#d63732;
	padding-bottom:0px;
	margin-bottom:0px;
}

a {
	color:#990000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
	color:#FF0000;
}

#divTestata {
	margin-left:auto;
	margin-right:auto;
	width:830px !important; /*hack per IE boxmodel bug*/
	width /**/:850px; /*hack per IE boxmodel bug*/
	border:solid 10px #fff797;
	border-bottom:none;
	background-color:#fff797;
}	

#divContent {
	margin-left:auto;
	margin-right:auto;
	width:830px !important; /*hack per IE boxmodel bug*/
	width /**/:850px; /*hack per IE boxmodel bug*/
	border:solid 10px #fff797;
	background-color:#fff;
	background-image: url(../immagini/bg-content4.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

#divContentSX {
	float:left;
	width:243px;
}

#divContentDX {
	float:right;
	width:557px !important;
	width /**/:577px;
	padding:10px;
	background-color:#fff;
	text-align:justify;
}

#divContentDXhome {
	float:right;
	width:577px;
	background-color:#fff;
}

#divMenu {
	margin-top:30px;
	margin-bottom:50px;
}

.clear {
	clear:both;
}
