.wrapper {
	width: 823px;
	margin: 0 auto;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th {
	margin: 0 auto; 
	padding: 0;	
}

body {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 190%;
	color: #ffffff;		
}

body#fucsia {
	background:#000000 url('images/sfondo_pink.jpg') no-repeat center 0;
}

body#blu {
	background:#000000 url('images/sfondo_blu.jpg') no-repeat center 0;
}

#logo{
	width: 223px;	
	padding-top:115px;
	float: left;
}

#foto{
	width: 600px;
	height: 375px;
	float: left;
}

#menu{	
	height: 35px;
	border-bottom: 1px solid #fff;
}

ul {	
	padding-top: 5px;
}

li{	
	padding-left: 35px;	
	padding-right: 35px;
	list-style: none;
	font-size:14px;	
	float:left;
}

li a{
	color:#ffffff;
	text-decoration:none;
}

li a:hover{
	color:#ffffff;
	text-decoration: underline;	
}

#container{
	background:#232323;
	width: 100%;
	padding: 20px 0;
}

#sinistra_fucsia{
	background:#be0773;
	width: 190px;
	margin:0 20px;
	float:left;
}

#sinistra_blu{
	background:#070e5b;
	width: 190px;
	margin:0 20px;
	float:left;
}

#destra{
	background:#000000;
	border-left: 1px solid #fff;
	width: 575px;	
	float:left;
}

#container .titolo{
	font-size:22px;
	padding-top:15px;
	padding-left:20px;
}

#main_testo{
	margin: 15px;
}

.foto_destra{
	border: 3px solid #232323;
	margin: 0 10px;
	float: right;
}

.foto_sinistra{
	border: 3px solid #232323;
	margin: 0 10px;
	float: left;
}

a.link1 { text-decoration: none; color: #ffffff;}
a:hover.link1 { text-decoration: underline; }
