/* general*/
body {
	height: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 12px;
}
h1, h2{
	display: inline;
	margin: 0px;
	padding: 0px;
}

p{
	margin: 0px;
	padding: 0px;
}
a:link, a:visited {
	text-decoration: none;
	font-weight: bolder;
	color: #666;
}
a:hover {
	text-decoration: underline;
	font-weight: bolder;
	color: #666;
}

/* structure*/
#wrap {
	width: 776px;
	overflow:hidden;
	margin: 40px auto 0 auto;
	text-align: left;
}

/******************/
/* PARTE IN ALTO  */
/******************/
#header {
	width: 776px;
	border-bottom: 1px dotted #fc3;
	margin-bottom: 20px;
}
#header #logo{
	float: left;	
}

#header #titolo{
	float: left;
	margin: 12px auto 10px 30px;
}

#header #titolo h1{
	font-size: 48px;
}
/*******************/
/* PARTE IN MEZZO  */
/*******************/
#centro{
	background: #fdfaf4;
}

#centro h2{
	font-size: 24px;
}

#centro h3{
	margin: 5px 0px 0px 10px;
	font-size: 54px;
	color: #222;
	padding-top: 10px;
}

#centro h4{
	margin-top: 20px;
	padding: 0px;
	display: inline;	
	font-size: 30px;
	color: #fff;
}

#centro #decorazioni-in-gesso-promo{
	margin: 20px 0;
}



#centro #decorazioni-in-gesso-promo #freccia{
	margin-left: 40px;
	margin-right: 30px;
	float: left;
}

#centro #decorazioni-in-gesso-promo #immagine{
	float: left;
	margin: 20px 5px;
	border: 1px solid #666;
}

#footer {
	width: 776px;
	background: url(../img/sc_footer_bg.png) repeat-x;
	text-align: center;
	font-size: 11px;
	line-height: 22px;
	color: #888;
}
#footer a:link, #footer a:visited {
	color: #999;
}
div.copyright {
	margin-top: 20px;
}
div.copyright div {
	text-align: center;
	font-size: 10px;
	color: #999;
}
#clear {
	clear: both;
}
#img_left{
	float: left;
	margin-right: 5px;
}
#img_right{
	float: right;
	margin-left: 5px;
}

.left{
	float: left;
	margin-right: 5px;
}

.fondo{
	float: left;
	margin: 12px;
}
