/* ********** siti egiweb.it *************/
@import "menunav.css";
@import "footer.css";
html, body {
	width: 100%;
	background: #eee url(../images/bg.jpg) no-repeat;
	font: normal 11px tahoma,arial,helvetica,sans-serif;
	color: #000;
}
html {
  overflow:-moz-scrollbars-vertical;
}
body, form {
	margin: 0px;
	padding: 0px;
}
img {
  border: none;
}
div#footer {
  background: #fff url(../images/footer3.jpg) no-repeat;
}
div#pagina {
	width: 980px;
	max-width: 980px;
  border-left: 1px #aaa solid;
  border-right: 1px #aaa solid;
	margin: 0px auto 0px;
  height: 100%;
}
div#testata {
	position: relative;
  float: left;
  width: 980px;
  height: 134px;
  background: #fff url(../images/testata.jpg) top left no-repeat;
  border-left: 1px #aaa solid;
  border-right: 1px #aaa solid;
}
div#content {
	position: relative;
  float: left;
  top: 0px;
  left: 0px;
  width: 980px;
  background: #fff;
  border-left: 1px #aaa solid;
  border-right: 1px #aaa solid;
}
div#colsx {
	position: relative;
  float: left;
  top: 0px;
  left: 0px;
  width: 980px;
  padding-top: 10px;
  overflow: hidden;
  height: 1800px;
  text-align: left;
}
div#colsx .testo {
	position: relative;
  margin: 5px auto;
  width: 940px;
  height: 200px;
	font: normal 12px tahoma,arial,helvetica,sans-serif;
	color: #333;
	text-align: justify;
}
div#colsx img {
  margin: 3px 6px;
}
div#coldx {
	position: relative;
  float: right;
  top: 0px;
  right: 0px;
  width: 230px;
  height: 460px;
  padding-top: 15px;
  text-align: center;
  overflow: hidden;
  background: #fff;
}
.note {
  width: 211px;
  margin: 20px auto;
	font: normal 11px tahoma,arial,helvetica,sans-serif;
	color: #333;
	text-align: justify;
}

div#coldx .testo {
	position: relative;
  margin: 20px auto;
  width: 223px;
  height: 110px;
	font: normal 11px tahoma,arial,helvetica,sans-serif;
	color: #333;
	text-align: justify;
}

div#colsx1 .testohead {
	position: relative;
  margin: 20px auto;
  width: 223px;
  height: 60px;
	font: bold 12px tahoma,arial,helvetica,sans-serif;
	color: #999;
  text-align: left;
}