@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background-color: #A2A078;
	background-attachment: fixed;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	margin: 0 0 25px 0;
	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;
}

#contenitore {
	width: 90%;
	min-width: 850px;
	margin: 0 auto;
	background-image: url(../images/bg_sx.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #FFF;
}
#contenuto {
	background-image: url(../images/bg_dx.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#testata {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 425px;
}
#testata h1 {
	display: none;
}

#box {
	background-image: url(../images/riquadro.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 210px;
	width: 500px;
	margin: 0 auto;
}
#box h2 {
	font-size: 16px;
	padding: 15px 20px;
	text-align: center;
	color: #963;
}
#box p {
	font-size: 13px;
	padding: 5px 25px;
	text-align: justify;
}

#siti ul, #siti li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#siti ul {
	margin-left: 35px;
}
#siti li {
	float: left;
	text-align: center;
	width: 33%;
}
#tcampus {
	display: block;
	text-indent: -98252px;
	background-image: url(../images/t_campus.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 150px;
	width: 250px;
	margin: 20px 0;
}
#uniscuole {
	display: block;
	text-indent: -98252px;
	background-image: url(../images/scuolein.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 150px;
	width: 250px;
	margin: 20px 0;
}
#mediterranea {
	display: block;
	text-indent: -98252px;
	background-image: url(../images/mediterranea.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 150px;
	width: 250px;
	margin: 20px 0;
}
#footer {
	clear: left;
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 43px;
	margin: 0 5px;
}
#footer p {
	font-size: 11px;
	line-height: 35px;
	font-weight: bolder;
	color: #FFF;
}
#footer a {
	font-size: 11px;
	font-weight: bolder;
	color: #FFF;
	text-decoration: none
}
#footer a:hover {
	text-decoration: underline;
}


