body {
    margin: 20px 0;
    padding: 0;
    background: #CCCCCC url(images/bg.gif) repeat-x;
    font-family: "Times New Roman", "BitStream Charter", "sans-serif", sans-serif;
  }

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

p, ul, ol, blockquote {
	font-size: 10px;
}

a {
	color: #b62708;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 1000px;
	height: 138px;
	margin: 0 auto;
	border-top: 10px solid #e7310a;
	border-bottom: 10px solid #e7310a;
        padding: 6px;
        background: #000000;
}

#header * {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#header h1 {
padding-left: 80px;
padding-top: 40px;
}

#header h2 {
padding-left: 80px;
}

#header h1 a {
font-size: 24px;
}

#header h2 a {
font-size: 12px;
}

#header .banner {
    width: 1000px;
    height: 138px;
    background: url(images/banner.jpg) no-repeat center center;
}

#menu {
margin: 0 auto;
width: 1010px;
height: 38px;
background: url(images/buttons_back.gif) repeat-x;
border-top: 1px solid #ffffff;
padding-left : 2px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li {
	display: inline;
	margin: 0;
	padding: 0;
}

#menu a {
	display: block;
	float: left;
	width: 144px;
	height: 23px;
	background: url(images/buttons_back.gif) repeat-x;
	text-align: center;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	padding-top: 15px;
}

#menu a:hover {
	width: 144px;
    	height: 23px;
	text-decoration: underline;
	color: #860000;
        font-size: 18px;
        padding-top: 9px;
}

.menu_verticale {
    width : 155px;
  }

.menu_verticale h2 {
	font-size: 16px;
	color: #FFFFFF;
}

.menu_verticale ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size : 16px;
}

.menu_verticale li {
	margin-bottom: 5px;
	color: #FFFFFF;
}

.menu_verticale a {
	color: #FFFFFF;
}

#vignetta {
    padding-bottom: 5px;
}

#vignetta .titolo {
    font-size: 18px;
    background: url(images/vignetta.jpg) repeat-x;
    height: 24px;
    text-align: center;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
}

#vignetta .contenuto_header {
    border-top: 1px solid #000000;
}

#vignetta .contenuto {
    padding: 5px;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

.contenitore {
    background-color : #ffffff;
    height : inherit;
    margin-bottom : auto;
    margin-left : auto;
    margin-right : auto;
    margin-top : auto;
    width : 1012px;
  }

.contenitore_footer {
    height : inherit;
    margin-bottom : auto;
    margin-left : auto;
    margin-right : auto;
    margin-top : auto;
    width : 1012px;
  }

.contenuto {
	background: url(images/contenuto.jpg);
	border-top: 1px solid #CCCCCC;
	font-size : 16px;
  }


.contenuto_extra {
    float : right;
    width : 155px;
    font-size : 13px;
    padding : 3px;
  }

.extra_riquadri {
    margin-right : 1px;
    color: #FFFFFF;
}

.pagina {
    width : 830px;
    background-color : #ffffff;
    padding-top : 5px;
    padding-bottom : 5px;
    padding-left : 5px;
    padding-right : 5px;
  }

/* Footer */

#footer {
	width: 1012px;
	margin: 0 auto;
	border-top: 2px solid #000000;
}
