/*
	------------------------------------------------------------------
	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: #112411 url(bg_body.jpg) repeat-x left top;		*/
	color:#FFFFFF;
	line-height: 18px;
	margin: 15px 0px 0px 0px;
	width: 780px;
	height: 420px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #000;
}


#description{
/*	background: #000000;	*/
	border: 0px solid #112411;
	padding: 0px;
	margin: 0px 5px 0px 18px;
	width: 90%;
	float: left;
	height: auto;
	font-weight: bold;
}

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

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

}





.thumbnail {
	float: left;
	margin: 5px;
	padding: 20px 10px 0px 10px;
	text-align: center;
	color: #CCCCCC;
	width: 120px;
	height: 120px;
	}


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

a.thumbnailhover:hover{
	background: url(bg_thumb.jpg) no-repeat left top;
	display:block;
	width: 120px;
	height: 120px;
	color: #eaa041;
	font-weight: bold;
}

.thumbnail img{
	border: 3px solid #000000;
	margin:7px 5px 0px 5px;
}

.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: 10px 0px 0px 20px;
	text-align:center;
}


