<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
	------------------------------------------------------------------
	created by 		: Paul van Roekel
	date			: july 2006	
	------------------------------------------------------------------	
	You're welcome to use any code in this file for your own projects
	the used images however are copyrighted and not for use 
	on other sites! Want to contact me? Use the form on this website...
*/

#container {
	background: #ffffff;
	color:#FFFFFF;
	line-height: 18px;
	margin: 15px auto;
	width: 600px;
	padding: 5px 5px 5px 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
}


#title h1  {
	color: #000000;
	letter-spacing: 1px;
	padding: 5px;
	margin: 5px;
	text-transform: capitalize;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
}

#description{
	background: #ffffff;
	border: 1px solid #ffffff;
	padding: 0px;
	margin: 0px;
	width: 90%;
	float: left;
	height: auto;
	font-weight: bold;
}

#content {
	text-align:left;
	padding: 0px; 
	margin: 0px;
	color: #FFFFFF;		
}

.date{
	font-weight: normal;
	color: #666666;

}










#content a {
	color: #fff;
	text-decoration: underline;
}

#content a:visited   {
	color: #999999;
	text-decoration: underline;
}

#content a:hover  {
	color: #000000;
	text-decoration: underline;
	background: #ffffff;
	border-bottom: 1px solid #ffffff;
	}


#content .category img {
	background: #fff;
	padding: 2px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #FFFFFF;
	float:right
}



#content .category {
	margin: 60px 0px 50px 0px;
	padding: 30px 0px 10px 0px;
	clear:both;
	height:auto;
}







	

.imageborderlarge {
	padding: 3px;
	margin: 5px 0px;
	border: 1px solid #ffffff;
	background: #FFFFFF;
}

#footer {
	text-align:center;
	padding: 30px 0px 10px;
	clear: both;
	float: none;
	margin: 0px;
	font-size: 10px;
	color: #999999;
	}


#footer a:link, #footer a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	}

#footer a:hover {
	color: #FFFFFF;
}





.unvisible { 
	display: none;
 }


.style24 {
	color: #666666;
	font-size: 12px;
	font-family: Tahoma;
	font-style: italic;
}





.thumbnail {
	float: left;
	margin: 1px;
	padding: 1px;
	text-align: center;
	color: #ffffff;
	width: 166px;
	height: 130px;
	}


.thumbnailhover{
	background:  none;	
	display:block;
	width: 166px;
	height: 115px;
}

a.thumbnailhover:hover{
		background:  ;	

	display:block;
	width: 166px;
	height: 175px;
		color: #76B41C;
	font-weight: bold;

	
}


.thumbnail img{
	background: #000;
	margin: auto;
	display:block;
}



.thumbnail a {
	color:#999999;
	text-decoration: none;
}

/* non IE  hover 
div.thumbnail:hover{
	background: #000;
	color: #76B41C;
	font-weight: bold;
}

*/




a img {
border:none;

}

#gallerycontainer{
	padding: 0px;
	text-align:center;
}




	
</pre></body></html>