body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	text-align: center;
}

.Stile1 {font-size: 12px}

a:link {
	text-decoration: underline;
	color: #A00A0A;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #FF6600;	
}
a:visited {
	text-decoration: underline;
	color: #666666;
}

#wrapper {
	position: relative;
	text-align: left;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-repeat:repeat-y;
	border-bottom: 1px solid #ececec;
}

#header {
	background-image: url(file:///C|/Documents%20and%20Settings/lucachist%C3%A8/Desktop/recipe-header.jpg);
	background-repeat:no-repeat;
	height:540px;
	position:relative;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	width: 779px;
}
h1  {
	margin: 0;
	padding: 0;
	font-weight:normal;
	color: #EF1C23;
	font-size: 190%;
	font-family: "Trebuchet MS", Arial, sans-serif;
	letter-spacing: 0.4em;
}
h2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #666666;
	text-align: center;
}


#content {
	float:right;
	width: 400px;
	clear: both;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0;
}

#content p {
	font-size: 80%;
	line-height: 1.6em;
	padding-right: 10px;
	padding-left: 15px;
	padding-top: 10px;
	text-align: justify;
	color: #666666;
}


#navigation {
	float:left;
	width: 360px;
	font-size: 80%;
	line-height: 1.8em;
}


#footer {
	clear:both;
	font-size: 80%;
	padding-top: 1em;
	text-align:right;
	color: #333333;
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #A00A0A;
	height: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A00A0A;
}

.sottotitolo {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	color: #666666;
	text-align: center;
	letter-spacing: 0.2em;
}

.titoletto {
	line-height: 3em;
	font-weight: bolder;
	color: #A00A0A;
	text-align: center;
	width: 180px;
	height: 40px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #A00A0A;
}
.didascalie {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1em;
	line-height: 1.7em;
	color: #666666;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
}


#HOME {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 100%;
	line-height: 1.5em;
	color: #FFFFFF;
	background-color: #A00A0A;
	padding: 5px;
	width: 298px;
	font-variant: small-caps;
	margin-left: 30px;
	margin-right: 45px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
}


#wrapper #navigation #HOME a {
	color: #FFFFFF;
	background-color: #A00A0A;
	text-decoration: underline;
}

#wrapper #navigation #HOME a:hover {
	color: #99FF00;
	background-color: #000000;
	font-weight: bold;
}

