body  {
	background: #F7F6F3;
	margin: 0px;
	}
	
#ombra {
	background-image: url('../images/ombra.png');
	display: block;
	width: 747px;
	height: 545px;
	margin: auto;
	margin-top: 0px;
	border: 1px solid TRANSPARENT;
	}
	
#main {
	width: 700px;
	height: 500px;
	margin: auto;
	margin-top: 22px;
	background-image: url('../images/sfondo.png');
	background-repeat: no-repeat;
	background-position: bottom;
	}

#clear {
	clear: both;
	}

.logo {
	display: block;
	margin: auto;
	padding-top: 24px;
	}

a img, a:active img {
	border: 0px;
	outline: none;
	}

#header ul {
	width: 700px;
	margin: 0px;
	position: absolute;
	top: 96px;
	left: -38px;
	}
	
#header {
	width: 700px;
	height: 150px;
	position: relative;
	display: block;
	}
	
#header ul li{
	list-style-type: none;
	float: left;
	}

#header ul li a {
	display: block;
	height: 27px;
	text-align: center;
	font-size: auto;
	line-height: auto;
	text-decoration: none;
	color: #f3f0e8;
	background-color: #4B4239;
	outline: none;
	width: 230px;
	margin: 0px;
	margin-right: 4px;
	}

#header ul li.last a {
	margin-right: 0px;
	}

#header ul li a.bottone1 {
	background-image: url('../images/btn_about.png');
	}
	
#header ul li a.bottone2 {
	background-image: url('../images/bnt_portfolio.png');
	}
	
#header ul li a.bottone3 {
	background-image: url('../images/btn_social.png');
	}
	
#header ul li a.bottone1:hover  {
	background-image: url('../images/btn_about_hover.png');
	}
	
#header ul li a.bottone2:hover  {
	background-image: url('../images/bnt_portfolio_hover.png');
	}
	
#header ul li a.bottone3:hover  {
	background-image: url('../images/btn_social_hover.png');
	}
	
#header ul li a.bottone1-on {
	background-image: url('../images/btn_about_on.png');
	}

#header ul li a.bottone2-on {
	background-image: url('../images/btn_portfolio_on.png');
	}

#header ul li a.bottone3-on {
	background-image: url('../images/btn_social_on.png');
	}
	
.hidden {
	visibility: hidden;
	}

#content {
	width: 640px;
	margin: auto;
	}

.colonna {
	display: block;
	float: left;
	}

p.testo-home {
	margin-left: 45px;
	margin-top: 0px;
	width: 380px;
	font-family:  Tahoma, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #4B4239;
	line-height: 28px;
	}
	
strong {
	font-weight: bold;
	}
	
p a	{
	color: #4B4239;
	font-weight: bold;
	text-decoration: underline;	
	outline: none;
	outline: none;
	}
	
p a:hover {
	color: #3ABABB;
	}

table#portfolio  {
	margin: auto;
	padding: 0px;
	}
	
table#portfolio  td {
	width: 160px;
	height: 160px;
	padding: 0px;
	margin: 0px;
	}
	
table#portfolio img.thumb {
	width: 100px;
	height: 100px;
	margin-left: 25px;
	margin-top: 3px;
	outline: none;
	border: 3px solid #D48D3E;
	}	

table#portfolio  a:hover img {
	border: 3px solid #3ABABB;
	}
	
a.linkportfolio {
	text-align: center;
	color: #D48D3E;
	font-weight: bold;
	text-decoration: underline;
	outline: none;
	}

table#social {
	width: 400px;
	margin: auto;
	}
	
table#social td {
	border-bottom: 1px solid #CFC5A4;
	padding: 20px;
	}
	
table#social td  a {
	text-decoration: none;
	font-family:  Tahoma, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #4B4239;
	}
	
table#social td  a:hover {
	text-decoration: underline;
	}
	
img.logosocial {
	vertical-align: middle;
	margin-right: 20px;
	}
	



	
	
	
	
	
	
	
