html {
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0;
	padding:0;
}
body {
	margin: 0;
	padding:0;
	background-image: url(sfondo.jpg);
	background-repeat: repeat-y;
	background-position:center;
	color: #000000;
	text-align:center;
}
#container {
	width: 760px;
	margin:0 auto;
	text-align:left;
	background-color:#FFFFFF;
}
#titolo {
	padding:8px 0 8px 50px;
	margin:0;
	text-align: right;
	font-weight: bold;
	background-color: #990000;
	color: #ffffff;
	border-top: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
}

#titolo a{
	letter-spacing: 5px;
	font-size: 70%;
	color:#FF9900; 
}

#titolo a:hover{
	letter-spacing: 5px;
	font-size: 70%;
	color:#FFFFFF; 
}


#header-image {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	height: 229px;
	border-top: 2px #ffebd3 solid;
	border-bottom: 2px #ffebd3 solid;

}

#navbar {
	margin:0;
	font-size: 65%;
	text-align: center;
	padding:8px 0;
	font-weight: bold;
	background-color: #990000;
	color: #ffffff;
	word-spacing:5px;
	border-bottom: 2px #ffebd3 solid;
}

#navbar a:link, #navbar a:visited {
	color: #ffffff;
}

#navbar a#current{
	color: #ff9933;
}

#navbar a:hover {
	color: #ff9933;
}

#headline {
	font-size: 65%;
	padding:30px 100px 0 100px;
	text-align: justify;
	background-color: #F2F2F2;
	margin:0;
	line-height: 1.5em;
}

p.byline {
	text-align: right;
	margin-bottom: 0;
	font-style:oblique;
}

h1 {
	font-size: .7em;
	padding:23px 0 3px 50px;
	color: #990000;
	border-bottom: 1px #ffebd3 solid;
	letter-spacing: 5px;
	font-weight: bold;
	background-color: #F2F2F2;
	margin:0;
}

#main-text {
	margin:0;
	padding:0;
	line-height: 1.4em;
	background-color: #ffffff;
}

#main-text p {
	text-align: justify;
	padding:5px 50px;
	font-size: 70%;
}

h2 {
	padding:23px 0 3px 50px;
	color: #000000;
	border-bottom: 1px #000000 solid;
	letter-spacing: 5px;
	font-size: 1em;
	margin: 0;
	font-size:70%;
}

h9 {
	padding:23px 0 3px 50px;
	color: #000000;
	letter-spacing: 5px;
	font-size: 1em;
	margin: 0;
	
}


p, ul, ol, table {
	padding-top: 17px;
	padding-bottom: 0;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #ff9933;
}

a:hover {
	text-decoration: none;
	color:#000000;
}

#footer{
	background-color:#990000;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	border-top: 2px #ffebd3 solid;
	
}
#footer p{
	text-align:right;
	
	
}

#footer a:link, #footer a:visited {
	color: #ff9933;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	color: #ffffff;
}
#footer img{
	vertical-align:middle;
}

.floatDX{
	float:right;
	margin:5px 0 5px 10px;
}
img.floatDX{
	border:1px solid #990000;
}

.floatSX{
	float:left;
	margin:5px 0 5px 10px;
}

img.floatSX{
	border:1px solid #990000;
}

a img{
	border:1px solid #990000;
}
a:hover img{
	border-color:#ff9933;
}

.div220{
	width:300px;
	float:left;
}
.div320{
	width:380px;
	float:left;
}


.div220gallery{
	width:50px;
	float:left;
}


.div320gallery{
	width:630px;
	float:left;
	height:600px;
}


.div420{
	width:750px;
	float:left;
}
.divcantina{
	width:230px;
	float:left;
}

.cancella{
	clear:both;
}