body {
	margin: 0px;
	padding: 0px;
	}

html{
	margin: 0px;
	padding: 0px;
}
#container {

	
	width:100%;

	
}


#title h1  {
	color: #76B41C;
	letter-spacing: 1px;
	padding: 5px;
	margin: 10px;
	text-transform: capitalize;
}

#description{
	
	border: 1px solid #333333;
	padding: 10px;
	margin: 5px;
	width: 90%;
	float: left;
	height: auto;
	font-weight: bold;
}


#description a {
	color: #fff;
	text-decoration: underline;

}

#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;

	border-bottom: 1px solid #000000;
	}


#content .category img {
	
	padding: 7px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	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: 7px;
	margin: 5px 0px;
	
	}

#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;
 }

.thumbnail {
	float: left;
	margin:4px;
	padding: 0px;
	text-align: center;
	font-family: Arial; 
	font-size: 11px; 
	font-weight: bold; 
	line-height: 16px;
	TEXT-DECORATION: none;
	width: 176px;
}

.thumbnail img
{
border-right: #b2b2b2 thin solid;
	 border-top: #b2b2b2 thin solid;
     border-left: #b2b2b2 thin solid; 
     border-bottom: #b2b2b2 thin solid;
     padding:5px;
	
	margin: auto;
	display:block;
}



.thumbnail a {
	color:#999999;
	text-decoration: none;
	
}

/* non IE  hover */
div.thumbnail:hover{

	color: #76B41C;
	font-weight: bold;
}

a img {
border:none;
}

#gallerycontainer{
	padding: 0px;
	text-align:center;
}




	
