
#container {
	line-height: 18px;
	margin: 15px auto;
	width: 800px;
	padding: 5px 20px 20px 20px;
	border: 0px solid #000;
}


#toptitle h1  {
	color: #cc0000;
	letter-spacing: 1px;
	padding: 5px;
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

#description{
	border: 0px solid #333333;
	padding: 10px;
	margin: 5px;
	width: 90%;
	float: left;
	height: auto;
	font-weight: bold;
	color: #330000;
}


#description a {
	color: #330000;
	text-decoration: none;

}
#description a :hover{
	color: #cc0000;
	text-decoration: underline;

}


#content {
	text-align:left;
	padding: 0px; 
	margin: 0px;
	color: #FFFFFF;		
}


#content a {
	color: #fff;
	text-decoration: underline;
}

#content a:visited   {
	color: #999999;
	text-decoration: underline;
}

#content a:hover  {
	color: #330000;
	text-decoration: underline;
	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-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 {
	margin: 5px;
	padding: 8px;
	text-align: center;
	color: #CCCCCC;
	width: 165px;
	height: 165px;
	}

.thumbnail img{
	text-align:center;
	margin: auto;
	cursor:pointer;

}



.thumbnail a {
	color:#330000;
	text-decoration: none;
	font-weight: bold;
}

.thumbtext{
	width: 165px;
	height: 20px;
	display:block;
	text-align:center;
	cursor:pointer;

}


/* non IE  hover */
div.thumbnail:hover{
	background: #FFB200;
	color: #FFFFFF;
	font-weight: bold;

}

a img {
border:none;

}

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




	

