* {
	margin: 0;
	padding: 0;
}

html,
body{
	margin:0;
	padding:0;
}

body {
	font-size: 62.5%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	background-color: #AA1416;
}

div#sinistra p,
div#destra p {
	margin: 10px;
}

/* STRUTTURA */

div#container{
	width: 974px;
	margin: 0 auto;
	padding: 0;
	background: #FFF url(images/bg-cont.jpg) repeat-y;
}

div#header {
	width: 960px;
	height: 79px;
	margin: 0 auto;
  padding: 0;
  background: #F60 url(images/bg-header.jpg) no-repeat;
  border-bottom: 2px solid #AA1416;
}

div#wrapper{
	width: 960px!important;
	width: 950px;
	margin: 0 0 0 8px!important;
	margin: 0 0 0 4px;
	float: left;
}

div#content{
	margin: 0 0 0 5px;
	/*width: 600px;*/
	width: 760px;
	float: left;
	/*border: 1px solid #AA1416;*/
}

div#sinistra{
	float:left;
	width: 165px;
}

div#destra{
	float:left;
	width: 163px;
	margin-left: 30px!important;
	margin-left: 22px;
	text-align: left;
	/*background: #FFF url(images/notizie-del-vino.gif) no-repeat top right;*/
	/*height: 463px;*/
	/*
	padding: 120px 0 0 0!important;
	padding: 130px 0 0 0;
	*/
}

div#destra p{
	margin-left: 30px;
}

div#footer{
	clear:left;
	width: 960px;
	margin: 0 auto;
}

.menu {
	width: 717px;
	height: 45px;
	margin: 10px 0 0 168px;
	padding-top: 5px;
}

.menu img {
	border: none;
}

/* SFONDI E FORMATTAZIONE */

div#container {
	text-align: left;
	font-size: 1.3em;
	line-height:1.6em;
}

div#content p {
	text-align: justify;
}

div#sinistra,
div#destra,
div#footer {
	font-size: 0.8em;
	line-height:1.4em;
}

div#sinistra{}
div#destra{}

div#footer{
	background-color: #F60;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}

div#footer p{
	margin:0;
	padding:5px 10px;
}

.news{
	padding: 5px 5px 5px 10px; 
	margin: 20px 20px;
	border: 1px solid #ECECEC;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #FFF url(images/bbg.png) no-repeat top right;
}

.news ul{
	margin: 5px 0 0 20px;
	list-style: none;
}

.news ul li{
	list-style-image: url(images/chevrons.png);
}