html { 
	height: 100%;
	margin-bottom: 1px;
}

body {
	margin:0px;
	background-image: url(../immagini/bg-body.jpg);
	background-color: #F3E489;
	background-repeat: repeat-x;
}

h1 {
	border-bottom:solid 1px #660000;
	border-top:solid 1px #660000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#990000;
	padding:4px;
	margin:18px;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#990000;
	padding:4px;
	margin:18px;
}

a {
	color:#bb0000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

hr {
	border:none;
	height: 1px;
	color:#cccccc;
}

li {
	margin-bottom: 5px;
}

/*----------------------------------------------------------------------------------------------------------*/

.divMain {
	position:relative;
	width:760px;
	margin-left:auto;
	margin-right:auto;
}

/*----------------------------------------------------------------------------------------------------------*/

.divMenu {
	background-image:url(../immagini/bg-menu1.gif);
	width:760px;
	height:60px;
}

/*----------------------------------------------------------------------------------------------------------*/

.divTestata {
	width:760px;
	height:376px;
}

/*----------------------------------------------------------------------------------------------------------*/

.divContenutoUp {
	width:760px;
	padding-top:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	background-image: url(../immagini/bg-contenuto-up.gif);
	background-repeat:no-repeat;
}

.divContenutoDw {
	clear:both;
	width:760px;
	padding-top:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	background-image: url(../immagini/bg-contenuto-dw.gif);
	background-repeat:no-repeat;
}

/*----------------------------------------------------------------------------------------------------------*/

.divFooter {
	background-color:#f9d47c;
	margin-top:10px;
	border-top:solid 1px #e5bb69;
	border-bottom:solid 1px #e5bb69;
	width:760px;
	padding-top: 7px;
	padding-bottom: 7px;
	line-height:20px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#330000;
	text-align:center;
	clear:both;
}
