/*INDEX*/

@import url("../file/basic.css");
@import url("../file/menusx.css");
@import url("../file/testata.css");
@import url("../file/footer.css");

#body1 {
	width:779px;
	height:650px;
	margin: auto;
	text-align:left;
	position:relative;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	border-left-width: 1px;
}

/*TITOLO SINISTRA*/
#titolo {
	position:absolute;
	width:75px;
	height:460px;
	background-image:url(../img/T_societa.gif);
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BABDDD;
	background-position: 0px 12px;
	left: 0px;
}

/*LINEE CENTRALI regolano la posizione del footer*/
#linee {
	margin-left:413px;
	width:18px;
	height:430px;
	background-image:url(../img/linee_grigio.gif);
}
#tastiera {
	position:absolute;
	top:0px;
	left:427px;
	width:352px;
	height:450px;
	background-image:url(../img/tastiera.jpg);
	background-repeat: no-repeat;
}

#col1 {
	position:absolute;
	top:23px;
	left:80px;
	width:320px;
	height:150px;
	padding: 5px;
	text-align: justify;
}

#col1 h2{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}


#col2 {
	position:absolute;
	top:18px;
	left:0;
	width:330px;
	height:100px;
	padding: 10px;
}
#col2 h2{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}
#col2 li{
	list-style-image: url(../img/rombo.gif);
}
#col2 a{
	text-decoration:underline
}
