﻿body
{
	margin:0;	
}
div#testata
{
	height:238px;
	background-image:url(../img/testata/back-testata2.jpg);
	background-repeat:repeat-x;
}
div#testata-cont
{
	margin:0 auto;
	width:1005px;
	height:238px;
	/*background-image:url(../img/testata/testata-castello-new.jpg);
	background-repeat:no-repeat;
	background-position:top;*/
}
/*contenitore centrale*/
div#contenitore-centrale
{
	margin:0 auto;
	width:1005px;
	background-color:#101d6c;
}
div#menu
{
	width:113px;
	float:left;
}
div#contenuti
{
	width:892px;
	float:right;
}
div.contenuti-sup
{
	height:28px;
	width:841px;
	background-image:url(../img/testata/back-sup.jpg);
	background-position:left;
	background-repeat:no-repeat;
}
div.contenuti-centr
{
	min-height:600px;
	width:841px;
	background-color:#b2e1f2;
}
div.contenuti-inf
{
	height:32px;
	width:841px;
	background-image:url(../img/testata/back-inf.jpg);
	background-position:left;
	background-repeat:no-repeat;
	margin-bottom:20px;
}
div#footer
{
	height:60px;
	background-color:#101d6c;
}
div#footer-cont
{
	width:855px;
	margin:0 auto;
	font-size:10px;
	font-family:Arial;
	font-weight:bold;
	padding-left:150px;
	padding-bottom:15px;
}
div#footer-cont a
{
	color:#B2E1F2;
	font-width:bold;
}
