@import url(undo.css);
@import url(testi.css);

BODY {
		padding:0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 0.6em;
		background-color: #9F9D99;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		margin-right: 0px;
		color:#000000;
		text-align:center;
		background-image: url(../img/bkg.gif);
		background-position: 0% 0%;
		background-repeat: repeat-x;
		background-attachment: fixed;
}

.positioning {
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: auto;
		margin-right: auto;
		text-align:left;
		width:1000px;
}

.pagina {
		background-color: #ffffff;
		float:left;
		padding:0px 20px 10px 20px;
		width:960px;
}

.grafica {
		float:left;
		width:960px;
}

.header{
		float:left;
}

.top {
		width:960px;
		color:#000000;
		padding:0px;
		float:left;
}

.sx {
		width:620px;
		padding:0px;
		float:left;
}

.title {
		width:620px;
		margin:0px 0px 10px 0px;
		padding:3px 0px 3px 0px;
		float:left;
		background-image: url(../img/tratto-nero.gif);
		background-position: 0% 100%;
		background-repeat: repeat-x;
}

.tools {
		width:620px;
		color:#000000;
		margin:0px 0px 0px 0px;
		padding:3px 0px 3px 0px;
		float:left;
		background-image: url(../img/tratto-nero.gif);
		background-position: 0% 100%;
		background-repeat: repeat-x;
}

.tools p{
		float:left;
}

.tools a, .tools a:visited{
		color:#848484;
}
.tools a:hover{
		color:#000000;
}

.corpo {
		float:left;	
		background-image: url(../img/logo.jpg);
		background-position: 700px 100%;
		background-repeat: no-repeat;
		/* height: 800px;
		 background-attachment: fixed; */
 }
 

.dx {
		width:320px;
		color:#000000;
		padding:0px;
		float:right;
}

.top p{
		text-align:right;
		width:290px;
		color:#000000;
		padding:55px 0px 0px 0px;
		float:right;
}

.menu {
		background-image: url(../img/bkg-menu.jpg);
		background-position: 0% 0%;
		background-repeat: repeat-x;
		background-color: #000000;
		color: #FFCC00;
		width:960px;
		padding:0px;
		float:left;
		border-bottom: solid 1px #ffffff;
}

.menu a, .menu a:visited, .menu span{
		display:block;
		float:left;
		padding:5px 4px 5px 4px;
		color:#FFCC00;
}
.menu a:hover, .menu a.on,  .menu a.on:visited{
		background-color: #FFCC00;
		color:#000000;
}

.sottomenu {
		background-color: #D4D0C8;
		color: #000000;
		width:620px;
		padding:0px;
		float:left;
		border-bottom: solid 1px #ffffff;
}

.sottomenu a, .sottomenu a:visited, .sottomenu span{
		display:block;
		float:left;
		padding:5px 4px 5px 4px;
		color:#000000;
}
.sottomenu a:hover, .sottomenu a.on,   .sottomenu a.on:visited{
		background-color: #FFCC00;
		color:#000000;
}

.top a, .top a:visited{
		color:#000000;
}
.top a:hover{
		color:#cccccc;
}

.corpo {
		padding:0px 0px 0px 0px;
		float:left;
		width:960px;
}

.space {
		background-image: url(../img/bkg-space.gif);
		background-position: 0% 0%;
		background-repeat: repeat;
		padding:0px 0px 0px 0px;
		float:left;
}
.space2 {
		background-image: url(../img/bkg-space.gif);
		background-position: 0% 0%;
		background-repeat: repeat;
}
.footer {
		margin-top: 15px;
		border-top: solid 1px #cccccc;
		border-right: solid 20px #ffffff;
		float:left;
		width:940px;
}

.footer p{
		color:#8E8C87;
		width:auto;
		float:left;
		padding:3px 85px 3px 0px;
}

.footer p a, .footer p a:visited{
		color:#000000;
}

.footer p a:hover{
		text-decoration:underline;
}


