/* ========================================= 
	HEADER CONTENT
   ========================================= */  
#header_content{
	height: 100%;
}    
  
#dott_alberto_graziano{
	border: 3px solid white;
}

#title {
	margin-top: 70px;
	color: #fff;
	font-size: 11px !important;
	text-align: center;
}
#title h1 {
	margin:0;
	height:144px;
}
#title div {
	position: relative;
	top: 20px;
	font-size: 11px !important;
	color: #fff;
}

.info {
	margin-top: 10px;
	margin-bottom: 30px;
	color: #fff;
	font-size: 11px !important;
}


#lo_studio_title {
	width: 95px;
	height: 23px;
	margin-top: 0;
	background: url(../images/chi_sono/lo_studio_title.png) no-repeat;
	text-indent: -9999px;

}

strong.nota {
	margin-top: 4px;
	font-size: 10px;
	line-height: 12px;
}


#dove_opero_title {
	width: 118px;
	height: 23px;
	margin-top: 0;
	background: url(../images/chi_sono/dove_opero_title.png) no-repeat;
	text-indent: -9999px;

}
#Suore_Domenicane{
	margin-top: 30px;
}

/* ========================================= 
	TAB CONTENT
   ========================================= */  
#tab {
	margin-bottom: 0;
	margin-top: 40px;
}
#tab li{
    display: block;
    float: left;
    margin: 0;
}
#tab li a {
    display: block;
    padding: 10px 20px;
    margin: 0;
    margin-right: 4px;
    border-right:0px;
	color: white;
	text-align: center; 
	font-size: 12px; 
	text-decoration: none;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	background: url(../images/bg_nav.png) repeat;
}
#tab li a.tab_selected{
	background: url(../images/bg_nav.png) repeat;
	color: #8fc2e9;
}
#tab li a:hover {
	background: #081016;
}
.tab_content {
	display:none;
}
#tab_courses {
	display: block;
}
.tab_content p {
	margin-top: 40px;
	padding-left: 20px;
}