@charset "utf-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/pattern.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.thrColFix #container { 
	width: 752px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	float:none;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

a:link, a:visited {
	color:#FF6600;
}
a:hover {
	color:#FF9900;
}

div {
	width:100%;
	float:left;
}

.margin20 {
	margin-bottom:20px;
}

.parag {
	font-size:10px;
	margin-bottom:20px;
	text-transform:uppercase;
}

#banner { 
	height:193px;
	background:url(../images/banner.jpg) no-repeat;
}

#menu { 
	background:url(../images/menu.jpg) repeat-y;
	padding:1px 10px 2px 30px;
	color:#CCCCCC;
	font-size:13px;
	text-align:right;
	width:690px;
	font-weight:bolder;
	letter-spacing:0;
}
	#menu a:link, #menu a:visited {
		color:#ccc;
		text-decoration:none;
	}
	#menu a:hover {
		color:#FFFFFF;
		text-decoration:none;
	}
	
	#metasContainer {
		width:685px;
	}
		#metaTitle1 {
			width:235px;
		}
		#metaTitle2 {
			width:280px;
			margin-left:10px;
			}
		#metaTitle1, #metaTitle2 {
			font-size:13px;
			font-weight:bold;
			text-transform:uppercase;
			font-family:"Times New Roman", Times, serif;
			color:#5a5a5a;
			padding-top:5px;
		}
		#flags {
			width:160px;
			float:right;
			text-align:right;
		}
			#flags img {
				border:0;
				margin-left:5px;
			}

#mainBody {
	background:url(../images/body.jpg) repeat-y;
	padding:5px 35px 5px 35px;
	width:700px;
}	
	#mainBody p {
		margin:0 0 20px 0;
		width:98%;
	}

#bottomBody {
	height:45px;
	background:url(../images/footer.jpg) no-repeat;

}

#footer {
	background:transparent;
	text-align:center;
	font-size:10px;
	color:#999999;
}
	#contatti {
		text-align:center;
		font-size:9px;
		letter-spacing:0;
		color:#333333;
	}
		#bottomEmail {
			color:#333333;
		}
	#footer a {
		color:#999999;
	}