body {
		margin: 0px;
		padding: 0px;
		background-color: #b5bdd5;
        color: #000;
        font-family:  "bitstream vera sans", "trebuchet ms", arial, sans-serif;
}

#contenitore {
		margin: 0px 2px 0px 2px;
        padding: 4px 5px 5px 5px;
		background-color: #b5bdd5; 
		min-height: 100%;
}

#titolo {
        position: relative;
		background: #333333 url("../images/chez_carloz.png") no-repeat right;
        width: 100%;
        height: 37px;
        margin-top: 2px;
		padding-bottom: 3px;
		border: 1px solid #fff; 
}

#barra{
        position: relative;
        background: #fff;
        width: 100%;
        height: 41px;
        margin-top: 6px;
		border: 1px solid #333333; 
}

#sinistra {
        position: relative;
		float: left;
        background: #fff;
        width: 186px;
        height: 246px;
		background: #fff url("../images/alba_brescia-02.jpg") no-repeat center;
        top: 70px;
		border: 1px solid #333333; 
}

#centrale {
		padding: 5px 14px 5px 14px;
		position: relative;
		background: #fff;
		font-size: 82%;
		border: 1px solid #333333;
		text-align: justify;
		line-height: 135%;
		margin-top: 22px;
		margin-left: 202px;
		margin-right: 12px;		
}

#fondo_pagina {
		position: relative;
		width: 100%;
		height: 52px;
		background: #fff url("../images/bottom.jpg");
		clear: left;
		margin-top: 35px;
		margin-bottom: 10px;
		border: 1px solid #333333;
}


#footer {
		display: block;
		position: relative;
		width: 100%;
		height: 30px;
		font-size: 65%;
		text-align: center;
		padding-top: 15px;
		margin-top: 24px;
		border-top: 1px dotted #fff;
}

#cc{
		text-align: center;
}

p{
		color: #000000;
}

p:first-letter {
		font-size: 103%;
		font-style: italic;
		font-weight: bold;
		text-transform: uppercase;
}

h4 {
		display: block;
		text-align: center;
		color: #474747;
		font-family:  "bitstream vera sans", "trebuchet ms", arial, "sans serif";
		font-size: 85%;
		text-transform: uppercase;
		margin: 10px 8px 8px 6px;
		letter-spacing: 0px;
		word-spacing: 15px;
}

a:link {
		color: #474747;
		text-decoration: none;
}

a:visited {
		color: #474747;
		text-decoration: none;
}

a:hover {
		color: #333333;
		text-decoration: none;
		border-bottom: 1px dotted;
		border-color: #333333;
}

a:active  {
		color: black;
		border-color: black;
}

.barra
{
}

a.barra:link {
		color: #474747;
		text-decoration: none;
		border-bottom: 1px dotted;
		border-color: #474747;
}

a.barra:visited  {
		color: #474747;
		text-decoration: none;
		border-bottom: 1px dotted;
		border-color: #474747;
}

a.barra:hover {
		color: #fff;
		text-decoration: none;
		border-bottom: 1px solid;
		border-color: #fff;
		background: #b5bdd5;
}

.testo
{
}

a.testo:link {
		color: #474747;
		text-decoration: none;	
}

a.testo:visited {
		color: #474747;
		text-decoration: none;
}

a.testo:hover{
		color: #333333;
		text-decoration: none;
		border-bottom: 1px dotted;
		border-color: #333333;
}


ul {
		list-style-type: circle;
		line-height: 145%;
		padding: 0;
		margin: 10px 0 5px 20px ;
		
}

li {
	padding: 0;
	margin: 0;
}



