@charset "utf-8";
body {
	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 */
	background-color: #231E1A;
	background-image: url(../picts/comuni/bgr.jpg);
	background-repeat: repeat;
	background-position: 50% top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}
.oneColFixCtr #container {
	width: 800px;
	margin: 0 auto;
	text-align: center;
}
.oneColFixCtr #mainContent {
	padding: 0 20px;
}
a {
  outline: none;
}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #3187BF;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #3187BF;
}
a:hover, a:active {
	text-decoration: none;
	color: #3187BF;
}
.tit {
	color: #E8BC08;
}
