/* CSS Document */

body {
	background: url(images/sfondo.gif) repeat-x fixed;
	overflow:hidden;

}

#header {
	top: 0px;
	position:fixed;
	width:100%;
	height: 135px;
	overflow:hidden;
}

#boxmenu {
	top: 135px;
	position:fixed;
	width:100%;
	height: 110px;
	overflow:hidden;
}

#cont {
    padding: 0px;
	position: center;
	width: 784px;
	height: 110px;
	overflow: hidden;
}

#menu {
    padding:0px;
	position:fixed;
	width:784px;
	height:110px;
}

#menu ul {
	margin-top:0px;
	margin-left:0px;
	padding:0px; 
	float:left;
}

#container {
	margin-top: 245px;
	float:center;
	width: 784px;
	height: 256px;
	overflow: hidden;
}

#columnleft {
    margin-top: 0px;
	float: left;
	width: 316px;
	height: 256px;
	overflow: hidden;
}

#content {
    margin-top: 0px;
	margin-left: 316px; 
	float: center;
	width:468px;
	height:256px;
}

#text {
    margin: 7px 0 0 0px;
	float: right;
	padding-right:5px;
	padding-left:10px;
	width:430px;
	height:245px;
	overflow:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height: 1.5em;
	color:#333;
	text-align:justify;
	SCROLLBAR-FACE-COLOR: #00AEEF; SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; SCROLLBAR-SHADOW-COLOR: #7D7C7A; SCROLLBAR-3DLIGHT-COLOR: #51B6EE; SCROLLBAR-ARROW-COLOR: #ff0000; SCROLLBAR-TRACK-COLOR: #0C7647; SCROLLBAR-DARKSHADOW-COLOR: #0C7647;
}

#footer {
    margin: 0px;
	position:fixed;
	width:100%;
	height:73px;
	overflow:hidden;
}
.form {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	line-height: 1.5em;
	color:#333;
	text-align:justify;