/*

	bist CSS 4 StudioBistolfi
	Code by Edoardo Andreoni
	http://www.alteredo.net

*/

*
{
	padding: 0px;
	margin: 0px;
}

body
{
	color: #333333;
	background-image: url(../images/bkground.gif);
	background-repeat: repeat-x;
	font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
}

a
{
	color: white;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: silver;
}


p
{
	margin-bottom: 14px;
	text-align: justify;
}

h1
{
	font-size: small;
}

#logo
{
	position: absolute;
	width: 475px;
	margin: 0 auto;
	left: 25px;
}

#contenuti
{
	width: 1010px;
	position: absolute;
	top: 100px;
	left: 25px;
}

#colonna_sx
{
	float: left;
	width: 260px;
	padding-top: 20px;
}

#colonna_dx
{
	float: left;
	width: 750px;
}

#colonna_dx a
{
	color: #666666;
}

#colonna_dx a:hover
{
	color: #999999;
}

#testo_dx
{
color: black;
	padding-top: 20px;
	padding-left: 10px;
	margin-right: 20px;
	line-height: normal;
}

#footer
{
	color: gray;
}

#footer a
{
	color: #666666;
}

#footer a:hover
{
	color: #999999;
}