
body, html{
	background-color:#575757;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-family: 'Gafata', 'Monda', sans-serif;
	font-size:12px;
}




#xofpp, #closeBoxpp, #playpp, #stoppp, #imageTitlepp{
	font-weight:bold;
	cursor:pointer;
	margin:0 10px;
	color:white;
	float:left;
}
#nextButtonBoxpp, #previousButtonBoxpp, #xofpp{
	font-weight:bold;
	cursor:pointer;
	margin:0 10px;
	color:white;
	float:right;
}


#text_biografy{
	color: white;
	font-family: 'Quattrocento', sans-serif;
	font-size:14px;
	margin-left:10px;
	margin-right:15px;
	margin-top:15px;
	margin-bottom:10px;
	text-align:justify;
}


#container_title, #container_title_home {
	height:85px;
	width:629px;
	margin:0px auto;
	margin-top: 10px;
	background-image: url(../img/title.png);
}

#container_title_home {
	margin-top: 10%;
}

#container_menu {
	height:33px;
	width:207px;
	margin:0px auto;
	margin-top: 10px;
	background-color: white;

}
#button_bio{
	height:33px;
	width:120px;
	margin:0px;
}

#button_opere{
	height:33px;
	width:87px;
	margin:0px;
}





#box, #box tr, #box td {
	border: 0px;
	padding: 0px;
	margin: 0px;

}

#box{
	border-spacing: 0px;
	margin:0px auto;
	margin-top: 20px;
	padding:0px;
	clear: both;
	width:590px;
}

#box:after {
  clear: both;
}

#box_top {
	height:11px;
}

#box_corner_top_left {
	width:11px;
	height:11px;
	background-image: url(../img/box_corner_top_left.png);
}
#box_border_top {
	height:11px;
	background-image: url(../img/box_border_top.png);
	background-repeat: repeat-x;
}
#box_corner_top_right {
	width:11px;
	height:11px;
	background-image: url(../img/box_corner_top_right.png);
}
#box_border_left {
	width:11px;
	background-image: url(../img/box_border_left.png);
	background-repeat: repeat-y;

}

#box_container {
	background-image: url(../img/box_background.png);
	background-repeat: repeat;

}

#box_border_right {
	width:11px;
	background-image: url(../img/box_border_right.png);
	background-repeat: repeat-y;
}
#box_corner_bottom_left {
	width:11px;
	height:11px;
	background-image: url(../img/box_corner_bottom_left.png);
}
#box_border_bottom {
	height:11px;
	background-image: url(../img/box_border_bottom.png);
	background-repeat: repeat-x;
}
#box_corner_bottom_right {
	width:11px;
	height:11px;
	background-image: url(../img/box_corner_bottom_right.png);
}







#gallery, #gallery ul{
	list-style:none;
	float:left;
	margin:0px;
	padding:0px;
	width:100%;
}

#gallery li{
	margin:10px 10px;
    padding:5px;
	float:left;
    list-style:none;
    cursor:pointer;
	height:100px;
}
/*
#gallery img{
    border:2px white solid;
}
*/