/* CSS Document */
/*stili per il layout fisso con altezza minima*/
html,body{margin: 0;padding:0;height:100%;}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	text-align: left;
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-variant: normal;
	list-style-type: disc;
	color: #990000;
}
a:link {
	color: #990000;
	text-decoration: underline;
}
a:visited {
	color: #990000;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}






body{
	font-family: arial,sans-serif;
	font-size: 76%;
	text-align: center;
	background-color: #330000;
}
div#container{
	position:relative;
	width: 760px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	border-left: 2px solid #990000;
	border-right: 2px solid #990000;
	background-color: #FFFFDD;
}
body>div#container{height:auto;min-height:100%}
div#footer{
	position: absolute;
	bottom:0;
	width: 100%;
	padding: 0.5em 0;
	background-color: #990000;
	color: #FFFFDD;
	text-align:center;
	font-weight: bolder;
	font-size: 10px;
}
div#validator{
position: absolute;
	bottom:25px;
	right:0;
	width:180px;
	text-align:right;
}

/*stili generici, su header e footer*/
h1,h2{margin: 0;padding:0}
h1{
	padding-left:0.5em;
	font: bold 2.3em/80px arial,serif;
	font-style: normal;
	font-size: 36px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #990000;
}
h2{color: #990000;
        font-size: 1.5em;
	font-style: normal;
	font-size: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #990000;
        text-align: center;
}


/*stili specifici per il layout*/
div#content{
	padding: 1em 1em 5em;
	background-color: #FFFFDD;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #990000;
}

