@charset "UTF-8";
/* CSS Document */
img
{  border-style: none;
}
body {
background:#FFFFFF;
text-alighn:center;
padding:0;
margin:0;
width:100%;
height:100%;
 }
.background {
position:absolute;
 height:100%;
 width:100%;
 overflow:hidden;
}
.background img {
height:105%;
position:absolute;
top:-5%;
left:10%;
z-index:1;
}
.gifs{
	position:absolute;
	left:5%;
	z-index:2;
	height:99%;
	overflow:hidden;
}
.content {
	position:absolute;
	height:650px;
	width:600px;
	top: 3%;
	left:25%;
	z-index:3;
	overflow:hidden;
}
.name {
	font-size:3.5em;
	
	left:20px;
	top:40px;
	
	margin-bottom:10px;
	height:120px;
	line-height:1.1em;
	
}
.nameBack{
background:#FFFFFF;
text-decoration:underline;
font-style:italic;
font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration:underline;
	text-align:left;
}

.links {
	border-top:#000000 3px solid;
	margin-right:10px;
	padding:5px;
	background:#FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:0.7em;
	line-height:1.4em;
	font-style:italic;
	text-decoration:underline;
	width:50px;
	height:15px;
	text-align:left;
	cursor:pointer;
	float:left;
}
.links_container{
	position:absolute;
	height:40px;
	top:70px;
	left:225px;
	width: 307px;
}
.text {
	position:absolute;
	top:130px;
	width:350px;
	height:auto;
	font-size:0.75em;
	line-height:1.4em;
	background:#FFFFFF;
	padding:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:left;
	visibility:visible;
	clear:float;
	left: 0px;
}
a:link {
color:#000000;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:1em;
line-height:1.4em;
font-style:italic;
text-decoration:none;
}


a:visited {
color:#000000; 
font-family: Georgia, "Times New Roman", Times, serif;
font-size:1em;
line-height:1.4em;
font-style:italic;
text-decoration:none;
}

.images {
position:absolute;
left: 0px;
top:130px;
width:579px;
height:600px;
z-index:4;
visibility:hidden;

}
.imagesBig {
width:345px;
height:493px;
background:#ffffff;
float:left;
padding:10px;
}
.big {
margin-top:5px;
margin-left:5px;
}
.imagesThumb{
float:left;
width:60px;
height:60px;
padding:5px;
background:#FFFFFF;

}
.imagesSmallContainer{
margin-top:40px;
}
.imageCredits{
margin-left:5px;
float:left;
width:190px;
margin-top:10px;
font-family: Georgia, "Times New Roman", Times, serif;
	font-size:0.7em;
	line-height:1.4em;
	font-style:italic;
	color:#000000;
}

.video{
	position:absolute;
	
	padding:10px;
	left:0px;
	z-index:5;
	background:#FFFFFF;
	top: 130px;
	visibility:hidden;
}
.linkback_container{
	position:absolute;
	left:20px;
	top:30px;
	z-index:6;
	
}
.linkback{
	border-top:#000000 3px solid;
	margin-bottom:10px;
	padding:5px;
	background-color:#FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:0.7em;
	line-height:1.4em;
	font-style:italic;
	text-decoration:underline;
	width:70px;
	height:15px;
	text-align:left;
	cursor:pointer;
	}
