body {
	margin: 0px;
	padding: 0px;
	background: #000000;
	background-color: #000000;
	border: #000000 0px solid;
	background-image: url("images/background.jpg");
	background-attachment: fixed;
	font: 12px/24px "Verdana", sans-serif;
}

html{
	margin: 0px;
	padding: 0px;
}

 /* PAGE LINK COLORS */

a:link		{ color: #FFFFFF; text-decoration: none; }
a:visited	{ color: #FFFFFF; text-decoration: none; }
a:active	{ color: #FFFFFF; text-decoration: none; }
a:hover		{ color: #FFFF9C; text-decoration: none; } 

#container {
	background: #333333 url(images/bg_body.jpg) repeat-x left top;
	color:#FFFFFF;
	line-height: 18px;
	margin: 15px auto;
	width: 800px;
	padding: 5px 20px 20px 50px;
	border: 1px solid #000;
}


#title h1  {
	#color: #76B41C;
	color: #CCCCCC;
	letter-spacing: 1px;
	padding: 5px;
	margin: 10px;
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	#font: bold 18px "Verdana", sans-serif;
	text-transform: capitalize;
}

#description{
	background: #000000;
	border: 1px solid #333333;
	padding: 10px;
	margin: 5px;
	width: 90%;
	float: left;
	height: auto;
	font-weight: bold;
}

#content {
	text-align:left;
	padding: 0px; 
	margin: 0px;
	color: #FFFFFF;		
}

.date{
	font-weight: normal;
	color: #666666;

}










#content a {
	color: #fff;
	text-decoration: none;
}

#content a:visited   {
	color: #999999;
	text-decoration: none;
}

#content a:hover  {
	color: #000000;
	text-decoration: none;
	background: #CCCCCC;
	border-bottom: 1px solid #000000;
	}


#content .category img {
	background: #fff;
	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;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

#footer {
	text-align:center;
	padding: 30px 0px 10px;
	clear: both;
	float: none;
	margin: 0px;
	font: 10px verdana, sans-serif;
	font-weight: bold;
	color: #999999;
	}

#footer a:link, #footer a:visited, #footer a:active {
	color: #FFFFFF;
	text-decoration: none;
	}

#footer a:hover {
	color: #CCCCCC;
}





.unvisible { 
	display: none;
 }








.thumbnail {
	float: left;
	margin: 5px;
	padding: 8px;
	text-align: center;
	color: #CCCCCC;
	width: 166px;
	height: 175px;
	}


.thumbnailhover{
	background:  none;	
	display:block;
	width: 166px;
	height: 175px;
}

a.thumbnailhover:hover{
		background:  url(images/bg_body.jpg) no-repeat left top;	

	display:block;
	width: 166px;
	height: 175px;
		color: #FFFFFF;
	font-weight: bold;

	
}


.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: #CCCCCC;
	font-weight: bold;
}

*/




a img {
border:none;

}

#gallerycontainer{
	padding: 0px;
	text-align:center;
}


/* START THE CODE FOR THE PAGE MENUS */
.menu-table 	{ width: 752px;
		  border-top: #000000 0px solid;
		  border-left: #000000 0px solid;
		  border-right: #000000 0px solid;
		  border-bottom: #000000 0px solid;
		}

.menu		{ font-size: 11px;
		  font-family: arial, verdana, helvetica, sans-serif;
		  padding-top: 0px;
		  padding-bottom: 0px;
		  padding-left: 0px;
		  padding-right: 0px;
		  cursor:pointer;
		  font-weight: bold;
		  text-align:center;
		  line-height: 20px;
		  display: block;
		  white-space:nowrap;
		  width: 99%;
		  border: #666666 1px solid; }

a.menu:link 	{ background-image: url("images/menu.gif");
		  background-color:#000000;
		  color: #FFFFFF; }

a.menu:visited 	{ background-image: url("images/menu.gif");
		  background-color:#000000;
		  color: #FFFFFF; }

a.menu:active 	{ background-image: url("images/menu.gif");
		  background-color:#000000;
		  color: #FFFFFF; }

a.menu:hover 	{  background-image: url("images/menuon.gif");
		   background-color:#4B557C;
		   color: #FFFFFF;
		   border: #999999 1px solid; } 