﻿body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color: #FFFFFF;
 color: #333333;
 margin: 20px;
}

a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: medium;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #0066CC;
}

img{
	border:0;
}

#wrapper { 
 margin: 0 auto;
 width: 922px;
}

#header {
 width: 900px;
 color: #fff;
 padding: 0px;
 margin: 1px 0px 5px 0px;
 height:142px;
 background-image:url(../img/sfumasopra.jpg);
 background-repeat:repeat-x;
 background-position:top left;
 text-align:center;
}

#header_lavori {
 width: 890px;
 color: #fff;
 padding: 0px;
 margin-left: 15px;
 height:142px;
 background-image:url(../img/sfumasopra.jpg);
 background-repeat:repeat-x;
 background-position:top left;
 text-align:center;
}

#header_home {
 width: 900px;
 padding: 0px;
 margin: 1px 0px 5px 0px;
 height:142px;
 background-image:url(../img/sfumasopra.jpg);
 background-repeat:repeat-x;
 background-position:top left;
}

#content { 
 width: 900px;
 color: #333;
 margin: 0px 0px 5px 0px;
 padding: 10px;
}

#content_home { 
 width: 900px;
 color: #333;
 margin: 0px 0px 5px 0px;
 padding: 0px;
}

#footer { 
 color: #fff;
 width: 900px;
 background: #323083;
 margin: 0px 0px 10px 0px;
 padding: 0px;
 background-image:url(../img/sfumasotto.jpg);
 background-repeat:repeat-x;
 background-position: top left;
 text-align:center;
 font-weight:bold;
 height:42px;
 line-height:35px;
}

#footer_lavori { 
 color: #fff;
 width: 890px;
 background: #323083;
 margin-left: 15px;
 padding: 0px;
 background-image:url(../img/sfumasotto.jpg);
 background-repeat:repeat-x;
 background-position: top left;
 text-align:center;
 font-weight:bold;
 height:42px;
 line-height:35px;
}

.titolo_pagina{
	font-size:16px;
	font-weight:bold;
	padding:45px;
}

.bordino{
	padding:6px;
	border: 1px solid #ccc;
}

.contatti{
	background-image:url(../img/img_contatti.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}

.bordino{
	border: 1px solid #CCCCCC;
	padding:3px;
}