	body {
	margin:0;
	padding:40px 80px;
	color:#4C480F;
	font:100%;
	background:#E4EEB9;
	line-height:180%;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
	h1, h2{
		font-size:150%;
		font-weight:500;
	}
	
	a:hover
	{
	background-color: #4C480F; /* sets the background colour*/
	border-right: 1px solid #4C480F;/* changes the right border to white to give the hover state an indented look*/
	border-bottom: 1px solid #4C480F;/* changes the bottom border to white to give the hover state an indented look*/
	color: #E4EDBA;/* changes the hover and focus text to white*/
	}
	
	h2{
		font-size:125%;
	}	
	p{
		margin:1em 0;
	}
	p.text{
		width:500px;
	}
		
	a{
		color: #4C480F};
		text-decoration:none;
	}

	img{
	border:none;
	bottom: auto;
	}

/* // general */

/* thumbnail list */

	ul#thumbs, ul#thumbs li{
		margin:0;
		padding:0;
		list-style:none;
	}
	
	ul#thumbs li{
		float:left;
		margin-right:5px;
		border:1px solid #999;	
		padding:2px;
	}
	ul#thumbs a{
	display:block;
	float:left;
	width:100px;
	height:100px;
	line-height:100px;
	overflow:hidden;
	position:relative;
	z-index:1;
	}
	
	ul#thumbs a img{
		float:left;
		position:absolute;
		top:-20px;
		left:-50px;	
	}
	
	
	/* mouse over */
	
		ul#thumbs a:hover{
			overflow:visible;
			z-index:1000;
			border:none;		
		}
		ul#thumbs a:hover img{
			border:1px solid #999;	
			background:#fff;
			padding:2px;			
		}	
	
	/* // mouse over */

	/* clearing floats */
	
		ul#thumbs:after, li#thumbs:after{
			content:"."; 
			display:block; 
			height:0; 
			clear:both; 
			visibility:hidden;
			}
		ul#thumbs, li#thumbs{
			display:block;
			}
		/*  \*/
		ul#thumbs, li#thumbs{
			min-height:1%;
			}
		* html ul#thumbs, * html li#thumbs{
			height:1%;
			}	
	
	/* // clearing floats */

/* // thumbnail list */


/* single thumbnail */

	p.thumb{
		float:left;
		margin:.5em 0;
		margin-right:10px;
		border:1px solid #999;	
		padding:2px;
	}
	p.thumb a{
		display:block;
		float:left;
		width:100px;
		height:100px;
		line-height:100px;
		overflow:hidden;
		position:relative;
		z-index:1;	
	}	
	p.thumb a img{
		float:left;
		position:absolute;
		top:-20px;
		left:-50px;	
	}
	
	/* mouse over */
	
		p.thumb a:hover{
			overflow:visible;
			z-index:1000;
			border:none;		
		}
		p.thumb a:hover img{
			border:1px solid #999;	
			background:#fff;
			padding:2px;			
		}	

