/* LINEARIZZAZIONE */
body
{
	margin: 0;
	padding: 0;
	background-color: #cfdbe5;
	/*background-color: #e7f4ff;*/
	/*background-color: white;*/
	font-size: 0.95em;
	font-family: Georgia, "Times New Roman", sans-serif;
}

a {
	color: #a6000c;
}

a:hover {
	color: #DE2230;
}


img { border-width: 0; }

/* STILI */
.imgLeft
{
	margin: 15px 25px 15px 0;
	float: left;
}

.imgRight
{
	margin: 15px 0 15px 25px;
	float: right;
}

div.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
}


/* BOX ESTERNO */
div#canvas
{
	width: 920px;
	margin: 30px auto 0 auto;
	background-color: #cfdbe5;
	background-color: white;
	position: relative;
}

/* LOGO */
div#logo
{
	margin: 0;
	padding: 0;
}

div#logo div.title
{
	position:absolute;
	left: 35px;
	top: 150px;
}

div#logo div.title h1
{
	margin: 0;
	font-style: oblique;
	font-size: 1.9em;
	padding: 0;
}


/* MENU SUPERIORE  */
div#top-menu
{
	position: absolute;
	color: #666;
	font-weight: bold;
	font-style: oblique;
	left: 30px;
	top: 20px;
}

div#top-menu a
{
	color: black;
	text-decoration: none;
}

/* CONTENUTI */
div#contents
{
	width: 780px;
	margin: 40px 0 70px 70px;
	text-align: justify;
	line-height: 1.5em;
	font-style: oblique;
}


/* FOOTER */
div#footer
{
	height: 38px;
	width: 920px;
	margin: 0;
	position: relative;
}

div#footer div.fascia
{
	width: 920px;
	height: 38px;
	background-color: #3B47A3;
	background-image: url(../img/fascia.jpg);
}

div#footer div.menu
{
	position: absolute;
	left:200px;
	top: -45px;
}
