body {
	background-color: #ffffff;
	background-image: url('../pics/texture_2.png');
	background-repeat:repeat;
	background-attachment:fixed;
	background-position: top right; 
	color: #da591c;
	font-variant: small-caps;
}

.logo {
position:fixed;
top:0px;
right:5px;
display: block;
background-image: url('../pics/bg.png') top right no-repeat;
} 

dark {color: #da591c;}

medium{color: #e58d64;}

light{color: #e4b49d;}

.testo {

	font-family: "saxMono", "arial", serif;
	font-size: 12px;
	text-align: justify;
	font-variant: small-caps;
	border:4px double #e58d64;
			}
.lavori_commento {

	font-family: "saxMono", "arial", serif;
	font-size: 12px;
	text-align: justify;
	font-variant: small-caps;
	border:1px solid #da591c;
	padding: 2px;
}

.lavori_titolo {

	font-family: "saxMono", "arial", serif;
	font-size: 12px;
	text-align: justify;
	font-variant: small-caps;
	color: #333333;
	border:1px solid #333333;
	padding: 10px;
}
td.lavori_titolo:hover{
	background-color: #eeeeee;
}

a:link{
	color: #da591c;
}

a:visited{
	color: #da591c;
}

.tabella {

	padding: 0px;
	min-height: 600px;
	background-color: #ffffff;
}

header {
	v-align: top;
}

.dietro {

	font-family: "saxMono", "arial", serif;
	font-size: 12px;
	text-align: right;
	font-variant: small-caps;
	border:4px double #e58d64;
			}


.menutitle{


cursor: pointer;

margin-bottom: 2px;

padding: 2px;
font-variant: small-caps;

width: 150px;

}





.submenu{
margin-bottom: 0.5em;
font-variant: small-caps;
display: none;
background-color: #ffffff;
}

.masterdiv {

position: absolute;
top: 15%;
left: 10%;


}