html, body, div, h1, h3, h4, h5, form{
	margin: 0; padding: 0;
}

body {
	text-align: center;
	font: normal 12px/18px Georgia, "Times New Roman", Times, serif;
	color: #5B5B5B;
	background: #FFF url(../img/sottodomini_sfondo.jpg) repeat-y center;
}

div#container {
	width: 963px;
	margin: 0 auto;
	text-align: center;
}


div#header {
	position: relative;
	padding-top: 67px;
	width: 100%;
	background: url(../img/sfondo.gif) repeat-x;
	text-align: center;
}

#header_img {
	height: 124px;
	background: url(../img/header.jpg) center center no-repeat;
}
div#header h1, div#header h1 a {
	position: absolute;
	top: 84px; left: 0;
	width: 100%; text-align: center;
	font: 22px lighter;
	color: #5B5B5B;
	z-index: 2;
}
div#header #logo {
	margin-top: 33px;
}


div#content {
	position: relative;
	margin: 0 auto;
	padding: 0 20px 40px 20px;
	width: 520px; /*560px*/
}
a {
	color: #5B5B5B;
	text-decoration: none;
	border-bottom: 1px solid;
}
a:hover, a:active, a:focus {
	color: #D55300;
	outline: none;
}

h1 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 a:link, h1 a:visited {
	border: none;
	color: #FFF
}
h2 {
	margin-top: 45px;
	font-size: 16px;
}
h3 {
	font-size: 16px;
	margin: 14px 0;
	clear: both;
	color: #B34700;
}
h4 {
	width: 200px;
	margin: 0 0 21px -19px;
	text-align: center;
	background: url(../img/h4.gif) repeat-x;
	line-height: 31px;
	font-size: 12px;
}




a img, a.imglink {
	border: none;
}
.clear {
	clear: both;
}
.piccolo {
	font-size: 10px;
}
.grande {
	font-size: 14px;
}
.rosa {
	color: #D987A0
}
.rosso {
	color: #B34700;
}
