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

#contenitore_links {
		margin: 0px 2px 0px 2px;
		padding: 4px 5px 40px 5px;
		background-color: #cccccc;
		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_navigazione {
        position: relative;
        background: #fff;
        width: 100%;
        height: 41px;
        margin-top: 6px;
		border: 1px solid #333333; 
}

#sinistra_links {
        position: relative;
		float: left;
        background: #fff;
        width: 174px;
        height: 230px;
		background: #fff url("../images/carmine.jpg") no-repeat center;
        top: 50px;
		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: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_links
{
}

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

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

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

.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;
		font-size: 105%;
		border-bottom: 1px dotted;
		border-color: #333333;
}


ul {
		list-style-type: circle;
		line-height: 145%;
}
