
body {
	background: url(images/bg.gif) #E3ECF5 repeat-x;
	margin:0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

#header {
	height: 70px;
	background: url(images/bgHeader.jpg);
}

#header div {
	background: url(images/logo.gif) no-repeat;
	height: 70px;
	margin-left:10px;
}

#main {
	margin:20px auto 20px auto;
	width:720px;
	border:2px;
	background: #fff;
	position: relative;
	padding-bottom:20px;
}

#navigation {
	background: #ffeeaa;
	border-bottom:1px solid #eedd99;
	padding:8px 20px 8px 10px;
	font-size: 85%;
	font-weight: bold;
}

#content {
	margin:10px;
	margin-top:100px;
	width:468px;
}

#column {
	width:220px;
	position: absolute;
	top:120px;
	right:10px;
}

.cottura {
	background: url(images/boxCottura.png) #FFFAE6 0 0 no-repeat;
	margin-bottom:20px;
}

.suggerimenti {
	background: url(images/boxSuggerimenti.png) #FFFAE6 0 0 no-repeat;
	margin-bottom:20px;
}


h1 { color: #996600; font-size: 200%; position:absolute; top:110px; left:10px; margin:0 auto; z-index:100;}
h2 { color: #D89407; font-size: 140%; font-weight:normal; position:absolute; top:165px; left:10px; margin:0 auto; z-index:100; }
h3 { color: #996600; font-size: 100%; font-weight: bold; margin-top:20px;}
#column h4 {
	color: #666666;
	font-size: 90%;
	font-weight: bold;
	padding: 70px 8px 0 8px;
	margin:0 0 2px 0;
}

#column span {
	font-weight: normal;
	color: #666666;
	font-size: 90%;
	display: block;
	border-bottom:1px solid #F4EABD;	
	padding: 0 8px 10px 8px;	
}

#column ul {
	margin:0 0 0 20px;
	padding: 0;
}

#column ul li {
	color: #996600;
}

a:active, a:visited, a:link {
	color:#996600;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#content ul { 
	font-size: 1em;
	padding:0;
	margin:0;
	margin-bottom:30px;
	border-top:1px solid #FFF0C4;	
}

#content ul li {
	list-style:none;
	padding: 3px 20px;
	background: url(images/list.gif) 2px 4px no-repeat #FFFDF4;
	border-bottom:1px solid #FFF0C4;	
}

#content ul li.alt {
	list-style:none;
	padding: 3px 20px;
	background: url(images/list.gif) 2px 4px no-repeat #ffffff;
	border-bottom:1px solid #FFF0C4;
}