/* CSS Document */
body {
	margin:0;
	padding:0;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#00135d;
}
	
html{
	margin:0;
	padding:0;
	background-color: #3368ab;
	background-image: url(img/sfondobody.gif);
	background-repeat: repeat-x;
}
h1 { font-size: 15px;
	font-weight:bold;
	}
h2 { font-size: 13px;
	}
	
a {
	color: #00135d;
}
 a:visited {
	color: #00135d;
}
a:active {
	color: #FF0000;
}
a:hover {
	text-decoration: none;
}
div#head {
	width: 720px; height:190px;
	margin-left:auto; margin-right:auto; 
}

div#container {
	width: 720px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(img/sfondoVerticaleContainer.gif);
	background-repeat: repeat-y;
	height:auto !important;
}

div#colonnamenu {
	float:right;
	width: 195px;
	padding-top:10px;
	padding-left:10px;
	padding-right:20px;
	background-color: #00135d;
	background-image: url(img/sfondomenu.gif);
	background-repeat: repeat-x;
}
div#mmenu {
	color:#FFFF00;
	line-height: 15px;
}
div#mmenu p {
	color:#FFFF00;
}
div#mmenu a {
	color: #FFFF00;
	text-decoration: none;
}
div#mmenu a:hover {
	text-decoration: underline;
}
div#mmenu a:visited {
	color: #FFFF00;
}
div#mmenu a:active {
	color: #FF0000;
}

div#colonnasinistra {
	/*float:left;*/
	min-height:640px;
	width: 462px;
	padding-top:10px;
	padding-left:10px;
	padding-right:20px;
	line-height: 15px;
	background-color: #edeef7;
	background-image: url(img/sfondomain.gif);
	background-repeat: repeat-x;
	
}

div#footer {
	width: 720px;
	height:47px;
	background-color:	#ffffff;
	margin-left:auto;
	margin-right:auto;
	background-image: url(img/footer.jpg);
	clear:both;
}

div#post {
	border:1px;
	border-top-color: #00135d;
	border-top-style: dotted;
	padding-bottom:30px;
	/*clear:right;*/
}

