h1{
	color:#960d03;
	font-size:18px;
	font-weight:bold;
	margin:0px 0px 20px 0px;
	}
h2{
	color:#514d40;
	font-weight:normal;
	font-size:16px;
	}
ul{list-style:none;}
	ul li{
		padding-left:25px;
		background:transparent url('../images/bullet.png') left center no-repeat;
		}
table.stylish_table{border-collapse:collapse;border:1px solid #fff;}
	table.stylish_table th{
		font-weight:normal;
		border:1px solid #bcbcbc;
		padding:7px 5px;
		color: #2a2624;
		text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
	
	
		background: #ffffff; /* Old browsers */
		background: -moz-linear-gradient(top,  #ffffff 0%, #e1e1e1 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ffffff 0%,#e1e1e1 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-9 */

		
		
		}
	table.stylish_table td{
		padding:7px 5px;
		font-style:italic;
		border:1px solid #bcbcbc;
		color: #2a2624;
		
		}
		
.gallery{margin-top:20px;}
	.gallery .item{
		float:left;
		margin:0px 30px 30px 0px;
		width:134px;
		height:98px;
		padding:5px 6px;
		padding-right: 5px;
		padding-bottom: 4px;
		background-color:#5e0a04;
		cursor:pointer;
		}
		.gallery .item .cont{
			position:relative;
			overflow:hidden;
			width:134px;
			height:95px;
			}
			.gallery .item .cont .title{
				position:absolute;
				left:0px;
				bottom:-33px;
				height:33px;
				width:100%;
				color:#fff;
				background:transparent url('../images/brown_bck.png') top left repeat;
				}
				.gallery .item .cont .title .text{padding:3px;color:#fff;font-size:12px;}
				
			.gallery .item .cont .white_bck{
				position:absolute;
				left:0px;
				top:0px;
				background:transparent url('../images/white_bck.png') top left repeat;
				width:100%;
				height:100%;
				z-index:9;
				}
				.gallery .item .cont.hovered .white_bck{}
				.gallery .item .cont .link{
					position:absolute;
					left:0px;
					top:0px;
					width:100%;
					height:100%;
					z-index:10;
					}
				.gallery .item .cont .white_bck:hover{visibility:visible;}