/*  softTours.css -- to move the VOLARE name box to the left side of the page when the lettering interferes with image */
.topImage-text-block {
   bottom:auto;   /* resets defined position in defaultClean.css  */
   right:auto;     /* resets defined position in defaultClean.css  */
   top:0px;

  }

#headingRight {
float:left;
}

#volareName a {
float:left;
color: #1b5454;
font-size:50px;
}

.smallLetters {
	color: #1b5454;
	margin-top: -20px;
padding-right: 0px;
font-size: 12px;
clear: left;
float: left;
padding-left: 5px;
}
	
