
body {
	margin: 0px;
	padding: 0px;
	font-family: 'verdana', 'helvetica', sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #333333;
	background-image: url(dark.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: #76B41C;
	letter-spacing: 1px;
	padding: 5px;
	margin: 10px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}

#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: #76B41C;
	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;
}

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

a img {
	border:none;
}

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

