@charset "UTF-8";
/* CSS Document */

.image {
	position: relative;
	float: left;
	left: 0px;
}

h2 {
	position: absolute;
	top: 20px;
	left: 0;
	width: 309px;
}

h2 span {
   color: white;
   font: 22px, "Palatino Linotype", "Book Antiqua", Palatino, serif, serif;
   letter-spacing: -1px;
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.7);
   padding: 3px;
}

h2 span.spacer {
   padding:0 5px;
}

h3 {
	position: absolute;
	top: 53px;
	left: 0px;
	width: 314px;
}

h3 span {
   color: #E0E0E0;
   font:  18px, "Palatino Linotype", "Book Antiqua", Palatino, serif, serif;
   letter-spacing: -1px;
   background: rgb(0, 0, 0); /* fallback color */	
   background: rgba(0, 0, 0, 0.7);
   padding: 1px;
}

h3 span.spacer {
   padding:0 5px;
}

