body>div#container{height: auto; min-height: 100%}

body { font-family: verdana, sans-serif;
       color: black;
       text-align: center;
       background-color: #CCCCCC;
	   background-image: url(immagini/BG.jpg);
	   background-repeat: repeat;
	   background-position: 0px -10px;
	   margin: 0;
	   height: 100%;
	   font-size: 12px;
       }

div#container { width: 760px;
                height: 100%;
                margin: 0 auto;
				text-align: center;
                background-color: transparent;
				background-image: url(immagini/intestazione.gif);
	            background-repeat: no-repeat;
				background-position: -5px 10px;
				position: relative;
                font-size: 12px;
				border-bottom: 1px solid #CC9966;
				}

div#header { height: 95px;
			 text-align: center;
             border: 0px solid black;
			 overflow: visible;
			 }

div#navigation { float: right;
				 width: 150px;
				 height: 450px;
				 border: 0px solid black;
				 background-image: url(immagini/lavagna.gif);
				 background-repeat: no-repeat;
				 background-position: 50% 40px;
				 padding-top: 52px;
				 }

div#content { width: auto;
			  height: 80%;
			  margin-bottom: 65px;
			  margin-right: 155px;
			  overflow: visible;
              text-align: justify;
              font-size: 14px;
			  background-color: #FFFFCC;
			  padding-top: 25px;
              padding-bottom: 25px;
			  padding-left: 50px;
			  padding-right: 50px;
			  border: 1px solid black;
			  }
			 
div#footer { clear: right;
			 width: 100%;
             overflow: auto;
             text-align: center;
			 font-weight: bold;
			 color: #663300;
			 left: 0px;
			 bottom: 0;
			 font-size: 12px;
             position: absolute;
             border: 0px solid black;
             }             

a:link, a:visited { color: #663300; text-decoration: none; }
a:hover, a:active { color: black; text-decoration: underline; }

table.t1 { width: 100%;
			height: 199px;
			text-align: center;
			font-size: 12px;
			font-weight: bold;
			border-collapse: separate;
			border-spacing: 10px;
			}
td.c11 { text-align: center; }
table.t1, td.c11 { border : 0px solid black; }

table.t2 { width: 100%;
			text-align: center;
			border-collapse: separate;
			border-spacing: 10px;
			}
td.c21 { text-align: center; }
table.t2, td.c21 { border : 0px solid black; }

table.t3 { width: 100%;
			text-align: center;
			font-size: 12px;
			color: #663300;
			font-weight: bold;
			border-collapse: separate;
			}
td.c31 { width: 596px; text-align: center; }
td.c32 { text-align: center; }
table.t3, td.c31, td.c32 { border : 0px solid black; }

.h1 { font-weight: bold; padding-left: 20px;}

hr.hr { width: 99%; height: 1px; color: white; }

