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

#contenitore_projects {
		margin: 0px 2px 0px 2px;
        padding: 4px 5px 50px 5px;
		min-height: 100%;
		background: #fff;
		/*min-height: 100%;*/
}

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

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

#menu {
        position: relative;
        width: 180px;
		text-align: left;
		color: #333333;
        top: 75px;
		
}

#menu a{
    display: block;
	font-family: "trebuchet ms","bitstream vera sans", arial, "sans serif";
	font-size: 87%;
	padding: 5px 5px 5px 36px;
	margin-bottom: 9px;
	margin-top: 7px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 1px;
	background: #b5bdd5;
	border: 1px solid #333333; 
}


#menu a:visited{
    text-decoration: none;
	
}
#menu a:hover{
	background: #fff;
}

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

#fondo_projects {
		position: relative;
		width: 100%;
		height: 52px;
		background: #b5bdd5;
		clear: left;
		margin-top: -95px;
		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.funny{
		text-indent: -35px;
}

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_projects
{
}

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

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

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

.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;
		list-style-position: inside;
		line-height: 145%;
		/*display: block;*/
		padding: 0;
		margin: 0;
		
}

li {
	padding: 0;
	margin: 0;
}

