body {
	margin: 0px;
	padding: 16px 0;
	font: 11px "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", verdana, arial, helvetica;
	color: #282828;
	text-align: center;
	background-image: url(verticale.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
p{
font-size:11px;
text-indent:1cm;
text-align:justify;
line-height:16px;
}
img {
	border-style: none;
}
img.pic_left{
float:left;
padding:5px;
margin:0 8px 8px 8px;
border:1px  #CCCCCC solid;
}
a {
	color: #2E9FED;
	text-decoration: none;
}
a:hover {
	color: #1471B1;
}
#welcome h1{
padding:5px 0 0 20px;
margin:0px;
font-weight:bold;
font-size:14px;
color:#FFFFFF;
}
h3{
font-size:14px;
color: #003366;
}
h4{
font-size:13px;
padding:2px;
margin:0px;
color: #003366;
border-bottom:1px #999999 dashed;
}
#container {
	position: relative;
	width: 830px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	background-image: url(verticale.jpg);
	background-repeat: repeat-x;
}

#head {
	width: 830px;
	height: 172px;
	background-image: url(Immagini/img02bis.jpg);
	background-repeat: no-repeat;
	right: auto;
}
#head h1 {
	position: absolute;
	width: 140px;
	height: 140px;
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 12px;

}


#menu {
	position: absolute;
	width: 617px;
	top: 188px;
	left: 42px;
	padding: 0px;
	z-index: 100;
	margin: 0px;
}
#menu li {
	list-style-type: none;
	float: left;
	margin: 0 8px;
	height: 22px;
}
#menu li a {
	padding: 0 0 7px 0;
	height: 22px;
	color: #8A8A8A;
}
#menu li a:hover {
color:#000033;
}
#menu .current {
color:#000033;
font-weight:bold;
}
#area {
	width: 500;
	height: 25px;
	background-repeat: no-repeat;
	position: absolute;
	left: 25px;
	top: 525px;
}

#main {
	margin: auto;
	width: 830px;
	height: auto;
	background-repeat: repeat-y;
}

#content_left {
	float:left;
	width: 530px;
	height:auto;
	padding-top: 0px;
	padding-bottom: 10px;
	right: 600px;
	left: 50px;
	padding-right: 24px;
	padding-left: 25px;
}
#content_right{
	float:left;
	width: 196px;
	height:auto;
	padding: 5px;
}
#welcome {
	background-position:0px 0px;
	width: auto;
	height:20px;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.item_box{
	width:auto;
	height:auto;
	border-bottom-color: #666666;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.spacer{
	width:auto;
	height:auto;
	clear:both;
	padding: 0px;
}
/*---------contact----------*/
#form {
	padding: 0px;
	margin: 0px;
}
#fields label {
	width: 260px;
	display: block;
	padding: 0px;
}
#fields input {
	border: 1px solid #C8D2D9;
	margin: 0 0 3px 0;
	width: 260px;
}
#fields textarea {
	border: 1px solid #C8D2D9;
	margin: 0 0 3px 0;
	width: 260px;
	height: 63px;
}
#send input {
	width: 64px;
	height: 20px;
	margin: 0px;
}
ul {
	margin: 0 0 20px 0;
	padding: 0px;
	list-style-type: none;
}
.contact_info{
float:left;
padding:15px;
}

/*work------------*/
.project_details{
float:left;
width:200px;
color:#0099FF;
padding:10px 0 0 10px;
}
#footer {
	text-align:center;
	font-size:10px;
	color:#000033;
	background-position:0px 0px;
	padding-top:15px;
	width: 830px;
	height:30px;
	background-repeat: no-repeat;
	background-color: #CCCCCC;
}
#footer a {
	background: none;
	padding: 0px;

}
#madeby{
width:200px;
height:85px;
float:right;
padding-right:30px;
text-align:center;
}
#madeby a{
text-decoration:none;
color:#666666;
}
/* navigation */
.navigation {
	border: 1px solid #EAEADA;
	height: 30px;
	background-color: #fff;
	background-image: url(nav2.gif);
}
.navigation a {
	color: #333333;
	display: block;
	float: right;
	line-height: 30px;
	background-color: #999999;
	background-image: url(nav2.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;
	padding-right: 0.6em;
	padding-left: 0.6em;
}
.navigation a:hover {background-position: left bottom; color: #666666;}
