@charset "UTF-8";

@font-face
{
font-family: mine;
src: url('../fonts/mine.ttf'),
     url('../fonts/mine.eot'); /* IE9 */
}

* { margin: 0; padding: 0; }
a { text-decoration:none; color: #fff;}
body {color:#FFF; height: 100%;}

.container{
	font-family:mine;
	margin-left:auto;
	margin-right:auto;
	width:70%;
}
.spacer{
}
.text{
	font-size:24px;
	text-shadow: 2px 2px 5px #003333;
}
.text2{
	font-family:Verdana, Geneva, sans-serif;
	width: 60%;
	font-size: 14px;
	text-align : justify;
	text-indent: 30px;
	line-height: 20px;
	text-shadow: 2px 2px 3px #003333;
}
.photo_thumbs{
	display:inline-block;
	border: solid 5px #FFFFFF;
	box-shadow: 2px 2px 10px #003333;
	cursor:hand;
	cursor:pointer;
}
.photo_full{
	border: solid 10px #FFFFFF;
}









#photos1_full{
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:150;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.7);
	display:none;
}
#photos2_full{
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:150;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.7);
	display:none;
}
#photos3_full{
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:150;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.7);
	display:none;
}
#photos4_full{
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:150;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.7);
	display:none;
}
#photos5_full{
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:150;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.7);
	display:none;
}
#photos6_full{
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:150;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.7);
	display:none;
}