/*
	------------------------------------------------------------------
	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...
*/





body {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #333333;
	background-image: url(bg_body.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

html{
	margin: 0px;
	padding: 0px;
}



#container {
	color:#FFFFFF;
	line-height: 18px;
	margin: 15px auto;
	width: 800px;
	padding: 5px 20px 20px 20px;
}



#title  {
	color: #B9B4B4;
	letter-spacing: 1px;
	padding: 5px;
	margin: 10px;
	font: bold 14px Arial;
	text-transform: capitalize;
}

#description{
	background: #000000;
	border: 1px solid #333333;
	padding: 10px;
	margin: 5px;
	width: 90%;
	float: left;
	height: auto;
	font-weight: bold;
}


#navigation{
	bbackground: #000000;
	padding: 10px;
	margin: 5px;
	width: 100%;
	float: left;
	height: auto;
	text-align:center;
}

#navigation a{
	color: #fff;
	text-decoration: underline;


}





a {
	color: #B9B4B4;
	text-decoration: underline;

}



#picture {
	padding: 7px;
	margin: 5px 0px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

#footer {
	text-align:center;
	padding: 50px 0px;
	clear: both;
	float: none;
	margin: 0px;
	font-size: 12px;
	color: #999999;
	}


#footer a:link, #footer a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	}

#footer a:hover {
	color: #FFFFFF;
}





.unvisible { 
	display: none;
 }








.thumbnail {
	float: left;
	margin: 5px;
	padding: 3px;
	text-align: center;
	color: #CCCCCC;
	width: 164px;
	height: 200px;
	}

.thumbnail img{
	background: #000;
	padding: 7px;
	margin: auto;
	display:block;
}



.thumbnail a {
	color:#999999;
	text-decoration: none;
}

/* non IE  hover */
div.thumbnail:hover{
	background: #000;
	color: #B9B4B4;
	font-weight: bold;
}

a img {
border:none;

}

#gallerycontainer{
	padding: 0px;
	text-align:center;
}




	
