/* ITT - Istituto Toscano Tumori - HOME CSS */

body{
  background:#fff url(../immagini/bg.jpg) top repeat-x; 
  margin: 10px 0 30px 60px;
}
h1{
  font-size: 130%;
  color: #6b8b28;
}

.wrapper{
  float: left;
  clear: left;
  width: 100%;
}
.bg{
  background: url(../immagini/bg_lines.gif) 0 no-repeat;
  padding-top: 5px;
}
.spaced { margin-bottom: 10px; }
.images{
  float: left;
  width: 165px;
}
.claim{
  font-size: 75%;
  margin: 10px 5px 5px 0;
}

h2.homep1 a, h2.homep1 a:hover, h2.homep1 a:visited,
	h2.homep2 a, h2.homep2 a:hover, h2.homep2 a:visited,
		h2.homep3 a, h2.homep3 a:hover, h2.homep3 a:visited,
			h2.homep4 a, h2.homep4 a:hover, h2.homep4 a:visited{
  margin: 5px;
  text-decoration: none;
  font-weight: bold;
}
h2.homep1 a, h2.homep1 a:hover, h2.homep1 a:visited{ color: #036; }
h2.homep2 a, h2.homep2 a:hover, h2.homep2 a:visited{ color: #c60; }
h2.homep3 a, h2.homep3 a:hover, h2.homep3 a:visited{ color: #060; }
h2.homep4 a, h2.homep4 a:hover, h2.homep4 a:visited{ color: #900; }

h3{
  font-size:130%;
  color:#fff;
  font-weight:100;
  padding:5px
}

.images ul{
  clear: left;
  list-style-type: none;
  font-size: 70%;
  text-align: left;
  margin: 5px 0 0 0;
  padding: 0; 
}
  .images ul li{
    float: left;
	clear: left;
	width: 135px;
	text-align: left;
	padding: 0;
	margin: 0 0 0 10px;
  }
  .images ul li a.imgs{
    color: #333;
	text-align: left;
  }

.contentmedium{
  float: left;
  width: 40%;

