body {
  font: 12px verdana;
	margin: 0; 
	padding:0; 
	background-color: #834607;
}
#site_container {
  width: 900px;
  height: 900px;
	background: url("../images/back_home.jpg") no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
a:link {
	color: #723216;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #723216;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #723216;
}

#offset{
    background:url(../images/blank.gif);
    height:130px;
    margin:0 auto;
}
#top {
	display:block;
	background:url(../images/pages/body_top_bg.gif) 0 0 no-repeat;
	width:800px;
	height:95px;
	margin:0 auto;
}
#body{
	background:url(../images/pages/body_bg_mid.gif) 0 0 repeat-y;
	width:800px;
	margin:0 0 0 50px;
}
#bot {
	display:block;
	background:url(../images/pages/body_bottom_bg.gif) 0 0 no-repeat;
	width:800px;
	height:98px;
	margin:0 auto;
}

#title {
  font-weight: bold;
  font-size: 24px;
}

#content-full {float:left; padding:10px 20px 10px 20px; text-align: justify;}
#content-full-max {float:left; font-size: 16px; padding:10px 20px 10px 20px; text-align: justify;}
#titolo-paragrafo {
  font-weight: bold;
  font-size: 18px;
}

.imgTxtSx {float:left; margin: 3px 10px 0px 0px; border-width: 0px; padding: 1px; background: #26324A; border: #8A9FC4 1px solid; }
.imgTxtDx {float:right; margin: 3px 0px 0px 10px; border-width: 0px; padding: 1px; background: #26324A; border: #8A9FC4 1px solid; }
.imgBorder {margin: 3px 10px 0px 0px; border-width: 0px; padding: 1px; background: #26324A; border: #8A9FC4 1px solid;}

#home {
	top: 175px;
	left: 90px;
  width: 125px;
  height: 40px;
  position: relative;
  float: left;
  cursor: pointer;
/*
  border: 1px solid black;
*/
}
