@charset "utf-8";
/* CSS Document */

*, * focus {
	margin: 0;
	padding: 0;
}
body {
	margin:auto;
	background-image:url(../../css/immagini/background_sito.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	text-align:center;
	width:500px;
	height:420px;
}
h1 {
	font-size:17px;
	color:#536792;
	text-align:left;
}
#framebox {
	margin:0;
	width:500px;
	height:420px;
	background-color:#bbcfe8;
}
#frame_dx {
	width:80px;
	height:420px;
	margin-right:0px;
	float:left;
}
#frame_sx {
	width:365px;
	height:420px;
	margin:0 15px 0 40px;
	border:1 1 1 1;
	float:left;
	overflow:auto;
}
#frame_sx p {
	font-family:Arial, Helvetica, sans-serif;
	margin-right:20px;
	text-align:justify;
	color:#536792;
	font-size:14px;
	line-height:17px;
}