body { 
     background: #BCC url(img/bg_sand.png) repeat-x;
	 /* font-family: Helvetica, sans-serif;  */
	 font-family: Arial, sans-serif;
	 font-size: 14px; 
}

.header {
	background: #FEC url(img/hd_sand.png) repeat-x;
	height: 160px;
	width: 800px;
	text-align: right;
	border: 4px outset #223;
	margin: 0 auto;
}

img {
    float: left;
	padding-left: 8px;
	padding-right: 8px;
}

img.centered {
    padding: 6px;
	float: none;
}

#container {
	background: #FEC;
    width: 800px;
	/* color #542; */
	border: 4px outset #223;
	margin: 0 auto;
}

.vert {
	text-align: left;
    width: 160px;
	float: left;
	padding-right: 8px;
	border-right: #877 1px solid;
}

.text {
	text-align: justify;
    width: 600px;
	float: right;
	padding: 8px;
    padding-right: 16px;	
}

#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

/* Titolo di primo livello */
h1, h2, h3 {
	padding: 1px 20px 1px 10px;
	color: #542;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
}

h1 { font-size: 30px; font-weight: bold; }

h2 { font-size: 20px; font-style: italic; }

h3 { font-size: 16px; font-weight: bold; font-style: italic; }

/* Paragrafo generico */
p {
	/* font: 16px/1.2 Georgia, "Times New Roman", serif; */
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #432;
	text-align: justify;
	line-height: 1.4;
}

p.quote {
    font-style: italic;
    color: #542;
}

p.note {
    color: #653;
    font-weight: normal;
}

p.sitenav {
    color: #542;
    text-align: right;
    padding-right: 16px;
    font-style: italic;
}

p.right {
    text-align: right;
}

a:link { color: #542; }

a:visited { color: #763; }

a:hover { 
    color: #367;
}

a.static {
    color: #8FF;
    text-decoration: none;
    font-style: normal;
    border: none;
}

.menu {
    font-size: 15px;
    font-weight: bold;
}

a:link.menu, a:visited.menu {
    color: #DD8;
    text-decoration: none;
}

a:hover.menu {
    color: #8DD;
    font-style: italic;
    text-decoration: underline;
}

code {
    color: black;
    font: 14px/1.2 Courier, "Courier New", monospace;
}

li {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #542;
	text-align: left;
	line-height: 1.4;
	list-style-position: outside;
}

li.aa {
    font-size: 18px;
    padding-top: 8px;
}

li.bb {
    font-size: 16px;
    padding-top: 6px;
}

span.not {
    font-size: 13px;
    padding-top: 0px;
}