@charset "utf-8";
/* CSS Document */

body {
	background-color: #feffef;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	font-family: Tahoma ,Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:150%
	font-weight:normal;color: #000000;
}
div#contenitore{
	margin-left:auto;
	margin-right:auto;
	width:800px;

}

h2{
	font-weight: bold;
}

h3{
	font-size:14px;
	color: #990000;
	font-weight: bold;
}
h4{
	font-size:14px;
	color: #000000;
	font-weight: bold;
}
a.menu {
	
	font-size: 14px;
	color: #990000;
	font-weight: bold;
	text-transform:uppercase;
	text-decoration:none;
}

a.menu:hover {
	text-decoration: underline;
}
a.menu:visited {
	text-decoration: none;
	color: #990000;
}


a {
	
	font-size: 14px;
	color: #990000;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #FF3300;
}
a:active {
	text-decoration: none;
	color: #990000;
}
.corsivo {font-style: italic; font-weight: bold; }

ul {
	font-style: normal;
	color: #990000;
}
li {font-size: 13px;
	font-style: normal;
	color: #990000;
}
.indirizzo {
		color: #660000;
		text-align:center;
		background-color:#f5d460;
		padding: 20px 20px 20px 20px;
		margin-top:20px;
}
p {font-size: 13px;
	font-style: normal;
	color: #000000;
}

.tabella {font-size: 12px;
	font-style: normal;
	color: #000000;
}

.circlemenu{
width: 100%;
overflow:hidden;
}

.circlemenu ul{
margin: 0;
margin-left:50px; /*Spacing of menu relative to left edge of window*/
padding: 0;
font: bold 14px Verdana;
list-style-type: none;
text-align: center; /* "left", "center", or "right" align menu */
}

.circlemenu li{
display: inline;
margin: 0;
}

.circlemenu li a{
display:block;
float:left;
margin-right:auto;
margin-left:auto;
text-align:center;
text-decoration: none;
color: white;
background:#b72d23;
margin: 0;
margin-right:5px; /*right spacing between each link */
width:100px;
height:100px;
border-radius: 400px; /*really large border radius to create round borders*/
-moz-border-radius: 400px;
-webkit-border-radius: 400px;
}

.circlemenu a span{
position:relative;
top:40%;
}

.circlemenu li a:visited{
color: white;
}

.circlemenu a:hover{
background: #a71b15;
}

.alert {
	
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	}
