body {
	background-image: url(img/bkg_4x4_blu.gif);
	font-family: "Trebuchet MS";
	font-size: 14px;
}

#header {
	height: 50px;
	width: 100%;
	background-image: url(img/logo.gif);
	background-repeat: no-repeat;
	background-position: 40px bottom;
}

#nav {
	height: 30px;
	width: 100%;

	margin: 0;
	padding: 0;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #3E81C4;
}

#nav li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#nav a:link, #nav a:visited {
	float: left;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	padding-top: 0;
	padding-right: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 10px;
}

#nav a:hover, #nav a:link.active, #nav a:visited.active {
	color: #000;
	background-image: url(img/cursore.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#container {
	width: 700px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #006699;
	border-bottom-color: #000066;
	padding: 0px;
	background-image: url(img/1x1_bianco.gif);
	background-repeat: repeat;
	height: 544px;
}

#content {
	float: left;
	width: 350px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	bottom: 0px;
}

#right {
	width: 340px;
	float: right;

}
#testo {
	padding: 20px; 
	text-align: justify;
	height: 360px;
}

#tasto {
	padding-left: 20px;
	font-weight: bold;

}
.campo {
	color: #003399;
	border: 1px solid #666666;
}
