#patio {
margin-bottom: 10px;
}

#patio_heading
{
	color: #FFF;
	background-color: #700F10;
	font-family: arial, sans-serif;
	font-size: 16px;
	padding: 4px 10px 4px 10px;
	
}
#patio td
{
	border: 1px solid #b8b8b8;
	width: 14.28%;
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	background-color: #eae9e9;
}



#patio td a img
	{
		filter: Alpha(opacity=100) -moz-opacity: 1;
		opacity: 1;
		padding: 2px;
		border: 1px solid #cccccc;
	}
	
#patio td a:hover img
	{
		
		filter: Alpha(opacity=50) -moz-opacity: 0.5;
		opacity: 0.5;
	}