@charset "UTF-8";
/* CSS Document */

body{
	background-color: #CCCCCC;
	background-image:url(../immagini/pattern2.jpg)
}

#cont{
	position:relative;
	width:850px;
	margin-right: auto;
	margin-left: auto;
	background-color: #966;
}

#header {
	width:833px;
	position:relative;
	height:153px;
	top: 8px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFCC;
	background-image: url(../immagini/HI.jpg);	
	
}

.content{
	width:850px;
	margin-right: auto;
	margin-left: auto;
	
}

.side{
	float: left;
}

#contentB{
	position:relative;
	left: 50px;
	width: 250px;
	top: 10px;
}

#contentBL{
	position:relative;
	width:160px;
	left:7px;
}

#contentBR{
	position:relative;
	clear:none;
	margin-left: 175px;
	width:65px;
}

#box {
	background-color: #FFFF99;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #663333;
}

#boxB{
	background-image: url(../immagini/sPulsanti.jpg);
	background-repeat: repeat;
}
#boxB a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #996666;
	text-decoration: none;
}
#tab{
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #FFFF99;
}
#contentP{
	position:relative;
	margin-left: 350px;
	width: 450px;
	height: 495px;
	background-color: #FFFF99;
	background-image: url(../immagini/A1.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	top: 25px;
}

#boxP, #boxP a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #592d3c;
	text-align: center;
	padding:15px;
	text-decoration:none;
}

#boxT{
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	width: 160px;
	position: relative;
	margin-top: 70px;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
}

#footer{
	padding-top: 20px;
	margin-top: 10px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-color: #966;
	clear: both;
}

