
html,body {
    margin:0;
    padding:0;
	
}

div.box{width:330px !important;width /**/:339px;
    height:230px !important;height /**/: 240px;
    overflow:auto;padding: 4px;
    border:1px solid #EEE;border-right:0 solid;
    background-image:url('images/gradient.png');} 
	
p,ul,li,div {
    padding:0;
    margin:0;
}

#wrapper {
    width:800px;
    margin:0 auto;
    position:relative;
  
}

#menu {
    width:110px;
    margin:0 auto;
  position:relative;
}

#main {
     width:110px;
    margin:0 auto;
    float:right;
  
}

.infoTitle {
    font-weight: bold;
    color: #7893e1; /*blu*/
    padding:5px 0;
}

.infoText {
    margin-bottom:10px;
    border-top:2px solid #606060; /*grigio scuro*/
    padding:5px 0;
}

body {
    
    font-family: Verdana, Arial, Helvetica, sans-serif;
    
    font-size: 14px; /*83%*/
}

a {
    color:black;
}

a:hover {
    color:black;
    /*display:block;*/
    background-color:gray;
	color:white;
}

#flamingoTitle {
    text-align:center;
}

#infoColumn {
    list-style:none;
    width:300px;
    margin-top:10px;
    margin-right:45px;
    display:inline; /*this is for the infamous IE6 double margin bug. serious browser ignores it*/
    float:right;
}

#infoColumn ul{
    list-style:none;
}

#slideContainer {
    position:absolute;
    top:150px;
    left:380px;
}

.who {
    font-weight:bold;
    color:#FFFFFF;
    display:block;
}

#peopleCurricula ul {
    list-style:none;padding:10px;
}

#peopleCurricula ul li {
    margin-bottom:10px;
}

#peopleCurricula ul li p {
    display:table;
    text-align: justify;
}

#peopleCurricula ul li img {
    float:right;
    margin-left:10px;
}

#peopleCurricula img {
    border:0;
}

#footer {
    padding:5px;
    border-top:2px solid #606060;
    overflow:hidden;
}

#footer img {
    float:right;
    border:0;
}

#footer span {
    color:#00FF00;
}

#menuLeft {
	position:absolute;
	width: 140px;
	margin:0px;
	top:0px;
	left:0px;
	background-image:url(images/men.jpg);
      
}

acronym:hover, abbr:hover {
    cursor: help;
}

.fg_orange {
    color: #FF9900;
}

.fg_green {
    color: #33FF33;
}

.fg_purple {
    color: #CC66CC;
}

.testo{
	font-family: Verdana; 
	font-size: 9pt;
}

.testo2{
	font-family: Verdana; 
	font-size: 8pt;
}

.footinfo{
	color: #606060;
	font-family: Verdana; 
	font-size: 8pt;
}

.titolino{
	font-family: Arial; 
	font-size: 10pt;
	font-weight: bold;
}

.titolo{
	font-family: Arial; 
	font-size: 18pt;
	font-weight: bold;
}