/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #EEE2C2;
	color: #2D0000;
	background-image: url("grafica/sfondocarta.gif");
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	text-align: center;
    }
	
div#container {
	display: block;
	width: 980px;
    margin: 20px auto 0px auto;
	
    }
	
div#colsx {
	display: inline;
	float: left;
	width: 180px;
	/*height: 500px;*/
}

div#corpocentro {
	display: inline;
	float: left;
	width: 590px;
	height: 500px;
}

div#corpocentrowebtv {
	display: block;
	clear: both;
	width: 590px;
	height: 500px;
	margin: 0px auto;
}

div#coldx {
	display: inline;
	float: right;
	width: 210px;
	/*height: 500px;*/
	text-align: center;
}

div.separatore {
	display: block;
	clear: both;
	width: 980px;
	height: 5px;
	margin: 0px auto;
}

div.strisciabottoni {
	display: block;
	clear: both;
	width: 950px;
	margin: 0px auto;
}

div.barrafoglie {
	display: block;
	clear: both;
	width: 980px;
	height: 30px;
	margin: 0px auto 40px auto;
}

div.cellafoto {
	display: inline;
	float: left;
	width: 190px;
	text-align: center;
	margin-bottom: 50px;
}

div.cellafoto2 {
	display: inline;
	float: left;
	width: 237px;
	text-align: center;
	margin-bottom: 50px;
}

div.cellavideo {
	display: inline;
	float: left;
	width: 237px;
	text-align: center;
	margin-bottom: 50px;
}

div#fondodiario {
	display: block;
	width: 890px;
	padding: 10px;
	margin: 0px auto 40px auto;
	border: #DDCCA6 1px solid;
	background-image:url(grafica/sfondocarta_abb.gif);
	background-repeat: repeat;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
}

#fondodiario a:link {
	color: #006633;
	font-weight: bold;
	text-decoration: none;
}

#fondodiario a:visited {
	color: #006633;
	font-weight: bold;
	text-decoration: none;
}

#fondodiario a:hover {
	color: #00CC99;
	font-weight: bold;
	text-decoration: none;
}


/*Stile per moduli commenti*/

div#boxcommenti {
	display: block;
	clear: both;
	width: 890px;
	padding: 10px;
	margin: 40px auto 40px auto;
	border: #DDCCA6 1px solid;
	background-image:url(grafica/sfondocarta_abb.gif);
	background-repeat: repeat;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
    }