#flashGallery{
	height: 400px;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}
/* ------------------------------------------------------------------------- */


#boxContent{
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	background-image: url(../img/sfPuntini1.gif);
	background-repeat: repeat-y;
	text-align: left;
}
#boxContent .box1{
	float: left;
	width: 310px;
	position: relative;
}
#boxContent .box2{
	float: left;
	position: relative;
	width: 320px;
}
#boxContent .box3{
	float: left;
	position: relative;
	width: 230px;
}
#boxContent .box1 h3{
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 18px;
	padding: 0px;
	width: 140px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #C8BB99;
}
#boxContent .box2 h3{
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 18px;
	padding: 0px;
	width: 70px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #C8BB99;
}
#boxContent .box1 p{
	padding-left: 150px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#boxContent .box2 p{
	padding-left: 90px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#boxContent .box2 strong{
	font-weight: normal;

}
#boxContent .box1 p a{
	text-decoration: none;
	color: #999999;
}
#boxContent .box1 p a:hover{
	text-decoration: none;
	color: #333333;
}
#boxContent .box2 p a{
	font-weight: bold;
	text-decoration: none;
}
#boxContent .box2 p a:hover{
	text-decoration: none;
	color: #333333;
}

#boxContent .box3 ul{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#boxContent .box3 ul li{
	list-style-type: none;
}
#boxContent .box3 ul li a{
	font-weight: bold;
	text-decoration: none;
	color: #AB9667;
}
#boxContent .box3 ul li a:hover{
	color: #333333;
}
#boxContent .box3 #logoAllianz{
	position: absolute;
	top: 0px;
	right: 0px;
}

