@charset "UTF-8";
/* CSS Document */

body{
	background-color:#fff;
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
}

#page{
	width:960px;
	height:720px;
	margin:58px auto;
}

#header{
	background-color:#d6d1d5;
	height:115px;
}

#logo{
	margin:57px 0 0 66px;
	float:left;
}

#wrapper{
	height:478px;
}

#footer{
	background-color:#d6d1d5;
	height:127px;
	text-align:center;
}

#wrapper_artista{
	height:478px;
	background:url("../img/barbara-giorzi.jpg") no-repeat;
}

#wrapper_mostre{
	height:478px;
	background:url("../img/mostre-bg.jpg") no-repeat;
}

#wrapper_galleria, #wrapper_impressioni{
	height:478px;
	background:url("../img/galleria-bg.png") no-repeat;
}

#wrapper_scuola{
	height:478px;
	background:url("../img/scuola-pittura-bg.jpg") no-repeat;
}

#wrapper_contatti{
	height:478px;
	background:url("../img/contact-bg.jpg") no-repeat;
}

#intro{
	width:340px;
	line-height:1.7em;
	font-size:0.71em;
	margin:30px 0 0 255px;
}

#mostre{
	width:340px;
	line-height:1.5em;
	font-size:0.71em;
	margin:30px 0 0 255px;
}

#scuola{
	width:250px;
	line-height:1.7em;
	font-size:0.71em;
	margin:30px 0 0 370px;
}

#contatti{
	width:150px;
	line-height:1.7em;
	font-size:0.71em;
	margin:0 0 0 466px;
	padding-top:74px;
	text-align:right;
}

.opera, .bambini{
	float:left;
}

#submenu{
	padding:10px 0 0 255px;
	height:45px;
}

#submenu_v{
	padding:10px 0 0 369px;
	height:45px;
}

.thumbnail{
	float:right;
	margin-bottom:11px;
}

.thumbnails{
	float:right;
	margin-bottom:6px;
}

.left{
	float:left;
}

#menu{
	margin:63px 0 0 52px;
	float:left;
}

#languages{
	margin:66px 0 0 260px;
	float:left;
}

.clear{
	clear:both;
}

img{
	border:none;
}

a{
	text-decoration:none;
	color:#000;
}

a.hyperlink{
	text-decoration:underline;
}