/* stili per il layout fisso */

html,body {margin: 0;padding:0}

body {
	font-family: arial,sans-serif;
	font-size: 76%;
	text-align: center;
}

div#container {
	width: 860px;
	margin: 0 auto;
	text-align: justify;
    border-left: 2px solid rgb(0, 0, 100);
	border-right: 2px solid rgb(0, 0, 100);
    background: url(../images/background.jpg) repeat-y top right;
}

/* stili generici, su header e footer */

div#header {
	background-color: rgb(0, 0, 100);
	color: #ff0;
}

.intestazione {
    padding-left: 0.2em;
	font: 1.3em/40px sans-serif;
	color: #FF6;
}

.titolo {
    padding-left: 0.2em;
	font: bold 1.8em/60px serif;
	color: #FF0;
	font-variant: small-caps;
}

h1,h2 {margin:0;padding:0}

h1 {
	padding-left: 0.5em;
	font: bold 2.3em/80px arial, sans-serif;
	font-variant: small-caps;
}

h2 {
	color: #39F;
	font-family: times, serif;
	font-weight: bold;
	font-size: 1.8em;
	margin-bottom: 0.5em;
}

h3 {
	color: #FA3;
	font-family: serif;
	font-size: 1.5em;
}

div#footer a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

/* stili specifici per il layout */

div#menu {
	float:right;
	width: 180px;
}
div#content {
	margin-right: 200px;
	padding: 1em;
	background-color: #fff;
}
div#footer{
	clear:right; 
	text-align:right; 
	padding: 0.5em;
    background-color: #69c;
	color: #000;
}

/* stili del menu */

.menu-0 {
	list-style: none;
	padding-left: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	color: #FF0;
	font: bold 12px arial,sans-serif;
	text-align: left;
}
.menu-0 a {
	color: #FF0;
	text-decoration: none;
	display: block;
}
.menu-0 a:visited {
  	color: #FF0;
}
.menu-0 a:hover {
  	color: #FFF;
}

.menu-1 {
	list-style: none;
	padding-left: 13px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #FB0;
	font: bold 12px arial,sans-serif;
	text-align: left;
}
.menu-1 a {
	color: #FB0;
	text-decoration: none;
	display: block;
}
.menu-1 a:visited {
  	color: #FB0;
}
.menu-1 a:hover {
  	color: #FFF;
}

.menu-2 {
	list-style: none;
	padding-left: 12px;
	margin-top: 3px;
	margin-bottom: 3px;
	color: #D80;
	font: 12px arial,sans-serif;
	text-align: left;
}
.menu-2 a {
	color: #D80;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
.menu-2 a:visited {
  	color: #D80;
}
.menu-2 a:hover {
  	color: #FFF;
}

