body{
	margin: 0;
	padding: 0;
	font-family: "Tahoma", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666;
	text-align: center;
	font-size: 13px;
	background: #fff url(../img/bg.jpg) top left repeat-x;
}     

h1{
	width: 100%;
	font-size: 18px;
	color: #b9ab91;
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: 1px solid #b9ab91;
} 

a{
	color: #4684bb;
	font-weight: bold;
	font-size: 15px;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
	color: #72a5d3;
}

#wrapper{
	width: 100%;
	margin: 0 auto;
	background: transparent url(../img/bg_wrapper.png) top center no-repeat;
	text-align: center;
}

#inner_wrapper{
	width: 620px;
	margin: auto;
}

#foto_studio{
	float: left;
	width: 150px;
	background: transparent url(../img/bg_left.png) top right no-repeat;
	text-align: left;
	padding: 30px auto;
	height: 1000px;
}

#foto_studio img.studio{
	margin: 5px auto auto 10px;
	border: 1px solid #b9ab91;
}

#quote{
	width: 80%;
	float: left;
	margin: auto;
	text-align: left;
	margin: 40px auto;
}

#wrapper_right{
	float: right;
	width: 445px;
	background: transparent url(../img/bg_right.png) top left no-repeat;
	text-align: center;
	height: 1000px;
}

#logo{
	width: 90%;
	float: left;
	text-align: right;
	margin: 10px auto;
}

#menu{
	width: 98%;
	margin: 20px auto;
	text-align: center;
	float: left;
}

#testo{
	width: 80%;
	margin: auto;
	text-align: left;
}

#footer{
	float: left;
	width: 100%;
	text-align: center;
	margin: 50px auto;
	padding: 0 0 30px 0;
	font-size: 11px;
}

#footer img.img_footer{
	display: block;
	margin: 2px;
	border: 0;
}

p.crediti{
	color: #ccc;	
	font-size: 10px;
}

a.crediti{
	text-decoration: none;
	color:#ccc;
	font-size: 10px;
}

img.left{
	float: left;
	margin: 5px;
	border: 1px solid #b9ab91;
}

img.right{
	float: right;
	margin: 5px;
	border: 1px solid #b9ab91;
}

img.full{
	margin: 10px auto;
	border: 1px solid #b9ab91;
}

#clear{
	width: 100%;
	height: 1px;
	clear: both;
}

