html,body {
	background-image: url(../images/sfondo.gif);
	background-repeat: repeat;
	margin: 0px;
	scrollbar-base-color: #F0EFEC;
	text-align: center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

div#container {
	margin: 0 auto;
	padding: 0;
	width: 758px;
	background-color: #D4C6A1;
}

div#top_header {
	margin: 0 auto;
}
div#top_header h1 {
	margin: 0 auto;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

div#menu {
	margin: 0 auto;
	padding: 5px 10px;
	text-align: left;
	background-image: url(../images/sfondo_menu.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: 15px;
	font-size: 10px;
}
div#menu a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
div#menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

div#colonnaSx {
	margin: 0 auto;
	padding: 0;
	float: left;
	width: 149px;
}

div#colonnaDx {
	margin: 0 auto;
	padding: 5px 15px;
	background: #FFFFFF url(../images/ombraColonnaSX.jpg) top left no-repeat;
	float: left;
	width: 579px;
	text-align: justify;
}
div#colonnaDx h2 {
	padding: 0 0 10px 0;
	font-weight: bold;
	font-size: 12px;
}
div#colonnaDx p.img {
	text-align: center;
}
div#colonnaDx img {
	margin: 0 auto;
	padding: 0;
	border: solid 1px #000000;
}

div#footer {
	background-color: #793F0D;
	padding-top: 3px;
}
div#footer td {
	color: #FFBD2B;
	font-weight: bold;
	font-size: 11px;
}
div#footer td.wt {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
}
