

#title h1  {
	color: #A20D11;
	letter-spacing: 1px;
	padding: 5px;
	margin: 20px 10px 5px 10px;
	font: bold 16px _sans;
	text-transform: capitalize;
}

#title div {float:right;}

#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;
	background: #CCCCCC;
	border-bottom: 1px solid #000000;
	}


#content .category img {
	background: #fff;
	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 {
	margin: 5px 0px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

#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: 10px;
	text-align: center;
	background: #666;
	color: #CCCCCC;
	width: 79px;
	height: 79px;
	}


.thumbnailhover{
	background: #fff;	
	display:block;
	width: 75px;
	height: 75px;
	border: #000 solid 2px;	
	opacity:.50;
	filter: alpha(opacity=50); 
	-moz-opacity: 0.5;
}

a.thumbnailhover:hover{
	display:block;
	width: 75px;
	height: 75px;
	border: #CC0000 solid 2px;	
	opacity:1;
	filter: alpha(opacity=100); 
	-moz-opacity: 1;
}


.thumbnail img{
	background: #000;
	margin: auto;
	display:block;
	background-position: center center;
    background-repeat: no-repeat;
}



.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: 0px;
	text-align:center;
	width:505px;
	height:200px;
	margin-left:auto;
	margin-right:auto;
}





	
