body {
	margin: 0px;
	background-color: #feff99;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	color: #333;
}
a:link, a:visited {
	color:#F00;
}
#wrapper {
	margin: auto;
	height: auto;
	width: 810px;
	background-image: url(../_img/_gra/immagini/bg_main.gif);
	background-repeat: repeat-y;
	padding: 0px;
}
#header {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 225px;
	width: 810px;
	background-image: url(../_img/_gra/immagini/header.gif);
	background-repeat: no-repeat;
}
#main {
	background-image: url(../_img/_gra/immagini/bg_main.gif);
	background-repeat: repeat-y;
	background-position: bottom;
	margin: 0px;
	float: left;
	height: auto;
	width: 810px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
#left {
	float: left;
	height: 150px;
	width: 200px;
	border: 2px solid #dfdd8a;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#right {
	margin: 0px;
	float: right;
	height: auto;
	width: 480px;
	background-image: url(../_img/_gra/immagini/main_top_right.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
}
#footer {
	background-image: url(../_img/_gra/immagini/bottom.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	float: left;
	height: auto;
	width: 810px;
	padding-top: 30px;
	background-color: #feff99;
	text-align: center;
	color: #F00;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer p, a:link{
	color:#900;
	margin-bottom:2px;
}

#footer a:hover{
	color:#F00;
	margin-bottom:2px;
}

#menu {
	float: left;
	height: auto;
	width: 500px;
	margin-left: 20px;
	margin-top: 180px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F00;
	letter-spacing: 0.2em;
	font-weight: bold;
}
#menu ul {
	margin: 0;
padding-left: 0;
list-style: none;
}
#menu li {
display: inline;
margin: 0;
padding: 0;
}

#menu a:link, #menu a:visited{
	color: #F00;
	float: left;
	margin: 0em;
	text-decoration: none;
	padding-right: 2.5em;
	padding-left: 0em;
}

#menu a:hover, #menu a:focus, #menu a:active{
color: #F00;
text-decoration: underline;
}

h1, h2{
	color:#F00;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 15px;
}
.ricette {
	text-decoration: none;
	list-style-image: url(../_img/_gra/pdf.jpg);
}
.ricette a:link , a:visited{
	color: #333;
	text-decoration: none;
}
.ricette a:hover, a:active, a:focus {
	color: #F00;
	text-decoration: underline;
}



p{
	color:#333;
}
h1{
	font-size: 24px;
}
h2{
	font-size: 18px;
}
.other{
	color: #333;
	font-size: 14px;
}
img{
	border: none;
}
.video {
	text-decoration: none;
	list-style-image: url(../_img/_gra/youtube.jpg);
}
.video a:link , a:visited{
	color: #333;
	text-decoration: none;
}
.video a:hover, a:active, a:focus {
	color: #F00;
	text-decoration: underline;
}
