html{/*	overflow: -moz-scrollbars-vertical; /* visualizza sempre la scrollbar laterale per firefox */
	overflow-y:scroll;
	overflow-x:auto;
	overflow:moz-scrollbars-vertical;
}

body{
	background-color: #fff;
	font-family: Helvetica, Arial;
	font-size: 10px;
	color: #000;
	margin:0px 0px; padding:0px;
}

a:link {
color:#000; text-decoration:none
}
a:visited {
color:#000; text-decoration:none;
}
a:active {
color:#000; text-decoration:line-through;
}
a:hover {
color:#000; text-decoration: line-through;
}


div.clear {
clear: both;
}

.purple {
color: #9b2ed5;
}

#container{
	width: 730px;
	position: absolute;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -325px;
}

#header{
	width: 100%;
	height: 125px;
	position: relative;
	top: 0;
}

#navbar{
	width: 100%;
	position: relative;
	height: 30px;
	text-align: left;
	color: #999;
	font-size: 27px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	background: url(../img/bg-navbar.jpg) top left no-repeat;
	letter-spacing: -0.01em;
}


#navbar ul{
	padding: 0;
	margin: 0;
}


#navbar li{
	display: inline;
	list-style: none;
}

#navbar li a{
	color: #999;
}

#navbar li a:hover{
	color: #9b2ed5;
}

#content {
	position: relative;
	padding: 30px 10px 0 0;
	height: 1250px;
	width: 100%;
	background: url(../img/bg-navbar.jpg) top left repeat-y;
}

#contentBIG {
	position: relative;
	padding: 30px 10px 0 0;
	height: 3000px;
	width: 100%;
	background: url(../img/bg-navbar.jpg) top left repeat-y;
}

.row-title {
font-size: 12px;
font-weight: bold;
width: 636px;
}

.title {
padding: 0 0 20px 10px;
}

.row-purple {
font-size: 10px;
background-color: #d1c5e2;
border-bottom: 1px solid #fff;
width: 636px;
}

.row {
padding: 8px 0 10px 10px;
}



.row-white {
font-size: 10px;
border-bottom: 1px solid #999;
width: 636px;
}


#bottom {
	position: relative;
	width: 100%;
	height: 100px;
	top: 0px;
}

#footer{
	position: relative;
	padding-top: 10px;
	width: 100%;
	height: 76px;
	text-align: left;
	z-index: 3;
	font-size: 100%;
	color: #000;
	line-height: 12px;
	background-color:#FFF;
	
 }
 
  #footer a:link{
	color: #000;
	text-decoration: none;
 }
	
	#footer a:visited{
	color: #000;
	text-decoration: none;
 } 
 
 
 #footer a:hover{
	color: #000;
	text-decoration: line-through;
 }
 

 
#footer_sx{
	position: relative;
	float:left;
	text-align: left;
	width: auto;
	left: 10px;
	
 } 
 
#footer_dx{
	position: relative;
	float:right;
	text-align: right;
	width: auto;
	right: 18px;
	
 } 
 
 
 #footer_dx a{
	display: inline;
	color: #000;
 } 



.bio {
padding: 8px 0 10px 10px;
line-height: 22px;
font-size: 11px;
width: 400px;
}

.name {
font-size: 12px;
color: #000;
font-weight: bold;
}

.eng {
	padding: 15px 0 10px 10px;
	line-height: 22px;
	font-size: 11px;
	width: 400px;
	color:#000;
	border-top: 1px solid #999999;
	text-align: right;
}

.subtitle {
font-size: 12px;
color: #000;
font-weight: bold;
}

.dida {
padding: 4px 0 10px 0px;
color: #999;
}

.links {
margin-top: 20px;
	padding: 15px 0 10px 0;
	line-height: 13px;
	font-size: 11px;
	width: 630px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

.links-item {
	margin: 0 0 5px 0;
	
	width: auto;
	overflow: hidden;
	text-align: right;
	rigth: 0;
}

.row-mp3 {
font-size: 11px;
width: 450px;
}

.podcast {
	padding: 15px 0 10px 12px;
	line-height: 13px;
	font-size: 11px;
	width: 618px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	margin-top: 20px;
}
