/*       style    */



body{
	
	background-image: url(images/background.jpg);
	padding: 0px;
	background-repeat: no-repeat;
	font-family: Courier New;
	font-size: 12px;
	color: #330000;
}

.thumbs{

	position: fixed;
	float: left;
	width: 400px;
	padding: 0px;
	float: none;
	margin-top: 10px;
	padding: none;
	margin-left: 225px;
	z-index: 3;
}

.thumbs img{
 border: none;
}

.fullsizeimage{
	margin-left: 78px;
	float: left;
	margin-top: 180px;
	
	padding: 15px;
	z-index: 2;

}

.info{
	position: fixed;
	margin-top: 0px;
	margin-left: 690px;
	width: 350px;
	z-index: 3;
	
}

.arrows{
	position: fixed;
	margin-top: 130px;
	margin-left: 690px;
	width: 350px;
	z-index: 1;
	
}

.ab{
margin-top: 10px;
float: none;
margin-left: 20px;
position: fixed;
z-index: 1;

}

.ask{
position: fixed;
margin-top: 10px;
margin-left: 150px;
float: right;
z-index: 1;

}

.him{
	float: left;
	margin-left: 5px;
}

.about{
position: fixed;
height: 480px;
margin-top: 200px;
margin-left: 78px;
width: 450px;
z-index: 2;

}

.links{
position: fixed;
margin-top: 200px;
margin-left: 544px;
width: 250px;
z-index: 1;

}

.shark{
	position: fixed;
	margin-left: 78px;
	float: left;
	margin-top: 180px;
	padding: 15px;
	z-index: 2;

}

.arrows img{
 border: none;
}

	
a{
	color: #f1c30c;
	font-family: Courier New;
	text-decoration: none;
	font-size: 12px;
	
}

	a:hover{
	color: black;
	font-weight:bold; 

}




	
	















