body {
	margin: 5px 0;
	font: small/1.8em Verdana, Arial, Helvetica, sans-serif;
	background: #453227 url(img/sfondo_ottottave.jpg) repeat-x;
	color: #000;
	text-align: center;

}

h1 {
	color: #000;
	text-align: center;
	font-size: 1.1em;
	text-transform: uppercase;
	border-top: 1px dotted;
	border-bottom: 1px dotted;
	line-height: 3em;
	margin: 3em 0;
}

h2 {
	color: #fff;
	background: #553c21;
	font-size: 10px;
	margin-top: 2em;
	padding-left: 0.5em;
}
h2 a:link, h2 a:visited {
	color: #FFFFFF;
	text-decoration:none
}

h2 a:hover {
	color: #FFCC00;

}
h3 {
	font-size: 1.1em;
}

a {
	color: #6e5d50;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #6e5d50;
	border-bottom: 1px solid;
}

img {
	border: 0;
}

#page {
	width: 750px;
	margin: 0 auto;
	color: #000;
	text-align: left;
	background: url(img/sfondo_container09.gif);
}


	#header {
	width: 100%;
	height: 180px;
	margin-top: 0px;
	padding: 0px;
	background-image: url(img/header_ottottave.jpg);
	}
	
	#menu {
	line-height: 3em;
	font-weight: bold;
	border-bottom: 1px solid #21578A;
	border-top: 1px solid #21578A;
	background-color: #FFCC33;
	height: 100%;
	}
		/* for #menu, #sidebar and #footer !!! */
			#menu ul, #sidebar ul, #footer ul {	
			margin: 0;
			padding:0;
			list-style: none;
		}

		#menu li {
			display: inline;
					padding: 0 0.7em 0 1em;
		}
		
			#menu li a{
				color: #553c21;
				text-decoration: none;
				border: none;
			}
			#menu li a:hover {
				color: #000000;
			}

	#content {
	background: url(img/sfondo_centro.jpg);
	float: left;
	width: 480px;
	padding: 1em 20px;
	}

	#sidebar {
		margin: 1.5em 0;
		padding-left: 20px;
		float: left;
		width: 160px;
		font-size: 0.8em;
	}

	#footer {
		clear: both;

	}
	
		#footer li {
			display: inline;
			padding: 0 1em 0 0;
		}

		#footer a {
			color: #fff;
		}
