/**
 * @package Contempla 4
 * @copyright Lenus Media Agency
 * All rights reserved - Tutti i diritti Riservati
 * www.lenus.it - info@lenus.it
 */
body {
	text-align: left;
	background: #fff;
	margin: 10px;
}
 
h2 {
	font-size: 16px;
	height: 28px;
	line-height: 28px;
	background: #fff;
	margin: 0 0 15px 0;
	padding: 5px 10px;
	border-bottom: 1px solid #e3e3e3;
}

h3 {
	margin: 0 0 5px 10px;
	color: #197ee1;
}

.module h2 {
	color: #111;
	height: 15px;
	line-height: 15px;
	font-size: 13px;
	background: transparent;
}

a {
	color: #111;
}

a:hover {
	color: #009900;
}

h3 {
	color: #444;
}

#main p {
	text-align: justify;
	margin: 0 20px 5px 10px;
	line-height: 16px;
}

hr.grey {
	border-bottom: 1px solid #DEDEDE;
	margin: 10px 0;
}

span.clear {
	clear: both;
	display: block;
	margin: 5px 0;
}
 
.leftimage {
 	margin: 0 10px 10px 0;
 	float: left;
}
 
 
 
