#text
{
	border: white solid 1px;
	width: 275px;
	height: 255px;
	margin: 10px;
	
	moz-border-radius: 5px ;
	webkit-border-radius: 5px;
	o-border-radius: 5px;
	border-radius: 5px;
	
	-moz-box-shadow:0px 0px 12px #fff inset;
	-webkit-box-shadow:0px 0px 12px #fff inset;
	box-shadow:0px 0px 12px #fff inset;
}

#text p
{
	color: white;
	font-size: 85%;
	font-family:Arial, Helvetica, sans-serif;
	text-align: justify;
	margin: 10px 10px 5px 10px;
}

#photos
{
	font-family:Arial, Helvetica, sans-serif;
	background-color: rgba(0,0,70,0.7);
   position: absolute;
   top: 430px;
   right: 50%;
   margin-right: 155px;
   width: 295px;
   height: 365px;
   z-index: 1;
   
   moz-border-radius: 5px ;
  webkit-border-radius: 5px;
  o-border-radius: 5px;
  border-radius: 5px;
  

}

#here
{
	border: white solid 1px;
	width: 275px;
	height: 80px;
	margin: 10px;
	
	moz-border-radius: 5px ;
	webkit-border-radius: 5px;
	o-border-radius: 5px;
	border-radius: 5px;
	
	-moz-box-shadow:0px 0px 12px #fff inset;
	-webkit-box-shadow:0px 0px 12px #fff inset;
	box-shadow:0px 0px 12px #fff inset;
}

#here p:first-child
{
	color: white;
	font-size: 130%;
	text-align:center;
}

#here p:last-child
{
	color: white;
	text-align:center;
	font-size:100%;
	margin-top: -5%;
	line-height:90%;
}

#slideshow
{
    background-color: rgba(0,0,70,0.7);
   position: absolute;
   top: 430px;
   left: 50%;
   margin-left: -145px;
   width: 595px;
   height: 365px;
   z-index: 1;
   
   moz-border-radius: 5px;
  webkit-border-radius: 5px;
  o-border-radius: 5px;
  border-radius: 5px;
}

#slideshow iframe
{
	margin: 2%;
	width: 580px;
	height: 350px;
   border: none;
   overflow: hidden;
}


#footer
{
	top: 805px;
}