@charset "utf-8";
/* CSS Document */

body {
	color:#000; 
	background-color: #fff;
}
html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333333;
}
p, form {
	margin:0px;
}
img {
	display:inline;
	border:none;
}
a:link, a:active, a:visited {
	color: #333333;
	text-decoration:none;
}
a:hover {
	color: #666666;
	text-decoration:none;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	color: #FC3;
	text-decoration:none;
}
#wrapper {
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	width: 945px;
}
#right {
	background-image:url(images/bg_right.jpg);
	background-repeat:repeat-y;
}
#menu {
	margin-left:140px;
}
#footer {
	color:#FFF;
	text-align:center;
}
.title {
	margin-top:15px;
	margin-left:15px;
}
.appuntamenti {
	border-top:solid #EBEBEB 2px;
}
.team_img {
	margin-right:15px;
	margin-bottom:5px;
	border:solid 1px #333;
}
.clear_float
{
	visibility: hidden;
	clear: both;
	height: 0px;
    font-size: 0;	
	display: block;
}
</style>
