
body {
	background-color:#667b87;
}
.title {  
	text-align: center;
	font-family: 'Dancing Script', cursive;
	font-size:4em;
	padding-top: 80px;
	padding-bottom: 50px;
	color:#eeb31e;
}
.apptitle {
	position:absolute;
	font: 28px/1.5em 'Lobster', sans-serif;
	top:3.5%;
	left:40%;
	color:#eeb31e;
}
.description {
	position:absolute;
	color:#eeb31e;	
	font: 20px/1.5em 'Cabin', sans-serif;
	line-height:120%;	
	border-color:#4f879f;
	word-wrap:break-word;
	left:38%;
	top:36%;
	
}
p {
  word-wrap: break-word;
}
.thumbnail {
	float:left; 
    margin: 3px; /*space around the image*/

 	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;	
	behavior: url(PIE.htc);
	
  
}
img {
	
}
.span8 {
	padding-bottom: 20px;
}
#box {
	cursor:pointer;
	position:relative;
	background-color:#3b4147;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;	
	behavior: url(PIE.htc);c
	width:450px; 
  	height:153px;
	border:1px solid #000000;
	
	
}
img.thumbnail{
   position:absolute;
   top:50%;
   left:3%;
   margin-top:-70px; /* - image size/2 */
   margin-left:0px;
}
