/***********************************************/

/* divs.css                                    */

/*                                             */

/* These layout divs define the page layout.   */

/*                                             */

/***********************************************/





/***********************************************/

/* Layout Divs                                 */



/************************************/

#row1{
	border-bottom: 0px none #CCCCCC;
	width: 100%;
	color: #FFFFFF;

}



/************************************/





/************************************/

#col1{
	float: right;
	width: 22%;
	margin-left: 1%;
	padding: 1%;
	background-color: #999999;
	border-left: medium ridge #CCCCCC;
	border-bottom: medium ridge #CCCCCC;
	border-top-style: ridge;
	border-right-style: ridge;
	border-top-width: medium;
	border-right-width: medium;

}

/************************************/







/************************************/

#col2{
	float: left;
	width: 60%;
	color: #CCCCCC;
	background-color: #000000;
	clear: none;
	white-space: normal;
	margin-left: 5%;
	text-align: justify;
	background-image: url(../images/sfondo.jpg);
	background-repeat: repeat-y;
}

/************************************/



/*End Layout Divs                              */

/***********************************************/
#col3 {
	border: medium ridge;
	background-color: #666666;
	height: auto;
	width: auto;
	font-size: 16px;
	left: auto;
	text-align: center;
	vertical-align: baseline;
	line-height: normal;
	top: auto;
	right: auto;
	bottom: auto;
}
#colfregio {
	background-color: #000000;
	float: right;
	height: auto;
	width: auto;
	right: auto;
}
#primopiano_thumb {
	float: left;
}
