		
	body.links {

		background-image: url('links_bg2.jpg');
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-position: top center;
		overflow-x: hidden;

		}

	/*
	
	body.cv {

		background-image: url('big%20cv%20bg.jpg');
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-position: top center;
		overflow-x: hidden;

		}
	
	body.about {

		background-image: url('barrel.jpg');
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-position: top center;
		overflow-x: hidden;

		}
		
*/
	body.index {

		text-align: center;
		width: 100%;
		height: 100%;
		color: #000;
		background-color:#FFFFFF;
		overflow-x:hidden;

		}
		
		

		
	a:link { color:gray; text-decoration: none } 
	a:active { color:gray;text-decoration: none }
	a:visited { color:gray;text-decoration: none }
	a:hover {color:#00CCCC; text-decoration: none}


	p2:link { color:gray; text-decoration: none } 
	p2:active { color:gray;text-decoration: none }
	p2:visited { color:gray;text-decoration: none }
	p2:hover {color:#00CCCC; text-decoration: none}

	ttl {
		font-weight: bold;
		font-color: black
	}

	p.info {	
		color:black; 
		font-size: 12px;
		font-family: verdana; 
		text-decoration: none; 
		text-align: left;  
		background: none; 
		padding-top: 50px; 
		width: 600px;
		margin-left: auto ;
 		margin-right: auto ;

		}
			
	p.given {
		color:black; 
		font-size: 11px;
		font-family: verdana; 
		text-decoration: none; 
		text-align: left;  
		background-color: white; 
		padding-top: 20px;
		width:500px;
		}	

		
	p.txt {
		color:black; 
		font-size: 11px;
		font-family: verdana; 
		text-decoration: none; 
		text-align: left;  
		background-color: white; 
		padding-top: 20px; }
		
	p1 {
		color:gray; 
		font-size: 10px;
		font-family: verdana; 
		font-style: italic; 
		position: center; 
		text-decoration: none;  
		background: none; 
		}


	p2 {
/* 		color:black;  */
		font-size: 11px;
		font-family: verdana; 
		text-decoration: none; 
		background: none; 
		}
		

	h2 {
		color:black; 
		font-size: 1em;
		font-style: normal;
		font-family: verdana; 
		text-decoration: none; 
		background: none; }

		
.gallerycontainer{
position: relative;
height:500;
top: 60;
left: 50;
margin-top: 25px;

}


.porthumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;

}

.porthumbnail:hover{
background-color: transparent;
}

.porthumbnail:hover img{
border: 1px solid blue;
}

.porthumbnail: click{
text-decoration: none;
}


.porthumbnail span{ /*gallery porimage*/
position: absolute;
background-color: #FFFFF;
padding: 5px;
left: -1000px;
top: 0px;
visibility: hidden;
text-decoration: none;
}

.porthumbnail span img{ /*gallery porimage*/
border-width: 0;
padding: 2px;
text-decoration:none;
}

.porthumbnail:hover span{ /*gallery porimage*/
visibility: visible;
left: 300px; 
text-decoration: none;
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;

}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img#given{
border: 1px solid blue;
margin-top: -150px;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail: click{
text-decoration: none;

}


.thumbnail span{ /*gallery image*/
position: absolute;
background-color: #FFFFF;
padding: 5px;
left: -1000px;
top: 0px;
visibility: hidden;
text-decoration: none;
}



.thumbnail span img{ /*gallery image*/
border-width: 0;
padding: 2px;
text-decoration:none;
}

.thumbnail:hover span{ /*gallery image*/
visibility: visible;
left: 300px; 
text-decoration: none;
}


div#about {
position: fixed;
left: 400px;
top: 200px;
right: 200px;
color: black;
font-size: 0.8em;
text-decoration: none;
}

div#text {
position: relative;
height: auto;
width: auto;
left:100px;
top:25px;
}

div#homeFooter{
		position: fixed;
		background-attachment: fixed;
		bottom:5px;
		right:5px;
		}


	div#pic {
		background-attachment: fixed;
		background-repeat: no-repeat;
		padding-top: 40px;
		background-position: center;
		}


