body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #333333;
	background-image: url(../bak.jpg);
	background-repeat: repeat-xy;
	background-position: left top;
}

html{
	margin: 0px;
	padding: 0px;
}



#container {
	color:#FFFFFF;
	line-height: 18px;
	margin: 15px auto;
	width: 900px;
	padding: 5px 20px 20px 20px;
}



#title  {
	color: white;
	letter-spacing: 1px;
	padding: 5px;
	margin: 10px;
	font: bold 16px Verdana;
	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: white;
	text-decoration: underline;


}





a {
	color: darkred;
	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: 14px;
	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: 20px 8px;
	padding: 3px;
	text-align: center;
	color: #CCCCCC;
	width: 200px;
	height: 134px;
	}

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



.thumbnail a {
	color:#000;
	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;
}
