/*

 ------------------------------------------------------------

	CMS_CONTENT_STYLE.CSS	Foglio stile per TestCMS



	Data:  07-09-2005

 ------------------------------------------------------------

*/

div#mainarea {
	/*background-color: White;*/
	position: absolute;
	top: 0;
	left: 0;
	width: 850px;
	height: 461px;
	overflow: hidden;
	z-index: auto;
}
div#contimgarea {
	height: 425px;
	position: absolute;
	top: 25px;
	right: 0px;
	width: 308px;
	z-index: auto;
}
div#maincontarea {
	text-align: left;
	height: 461px;
	width: 542px;
	position: absolute;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 25px;
	padding-top: 25px;
	z-index: auto;
	overflow: auto;
}

#maincontarea a:link, #maincontarea a:visited {
	text-decoration: none;
	color: #5c676d;
}

#maincontarea a:hover {
	text-decoration: none;
	color:#008ed6;
}

.contimg {
	width: 308px;
	cursor: pointer;
}
