/**
 * Style sheet stili
 */
body
{
	margin:0px;
	padding:0;
	background-color:#f5f5f5;
	background-image:url("tl_files/immagini/bkgbody.jpg");
	background-position:left top;
	background-repeat:repeat-x;
	font-family:Georgia, times, "Times new roman", serif;
	font-size:16px;
}

#wrapper
{
	margin:0px auto;
	padding:0px;
	background-color:#ffffff;
}

#logo
{
	background-color:#ffffff;
}

.ce_text h1
{
	padding-top:20px;
	padding-bottom:20px;
}

h1
{
	margin-top:20px;
	margin-bottom:20px;
	padding-top:20px;
	padding-bottom:20px;
}

.ce_text
{
	padding-top:20px;
	padding-bottom:20px;
	text-align:justify;
	font-family:Georgia, times, "Times new roman", serif;
	font-size:16px;
}

.image_container .caption
{
	margin-top:10px;
	font-size:12px;
	color:#666666;
	line-height:16px;
}
