section#index {} 
	section#index h3 {
		display: block;
		margin: 0 0 15px;
		padding: 0;
		font-size: 24px;
		font-weight: normal;
		line-height: 35px;
		border-bottom: 2px solid #b8373e;
	}
		
	section#index #leftBar {
		display: block;
		float: left;
		margin: 0 20px 0 0;
		padding: 0;	
		width: 315px;
	}
		section#index #leftBar .item {
			display: block;
			margin: 0 0 30px;
			padding: 0 0 30px;
			border-bottom: 2px solid #b8373e;
		}
			section#index #leftBar .item.last {
				border-bottom: none;
				margin-bottom: 0;
				padding-bottom: 0;
			}
			section#index #leftBar .item .date {
				font-size: 10px;
			}
			section#index #leftBar .item h4 {
				display: block;
				margin: 0 0 5px;
				padding: 0;
				font-size: 13px;
				font-weight: normal;
				font-style: italic;
			}
			section#index #leftBar .item img {
				display: block;
				float: left;
				margin: 0 5px 0 0;
				padding: 0;	
			}
			section#index #leftBar .item .description {
				display: block;
				float: left;
				margin: 0;
				padding: 0;
				width: 213px;
				line-height: 17px;
			}
		section#index #leftBar #gallery {
			display: block;
			position: relative;
			margin: 0;
			padding: 0;
			width: 315px;
			height: 210px;
			border: none;
			overflow: hidden;
		}
			section#index #leftBar #gallery .album {
				display: none;
				position: absolute;
				margin: 0;
				padding: 0;
				width: 315px;
				height: 210px;
				border: none;
				z-index: 10;
				overflow: hidden;
			}
				section#index #leftBar #gallery .album.show  {
					display: block;
					z-index: 500;
				}
				section#index #leftBar #gallery .album .title {
					display: block;
					position: absolute;
					margin: 0;
					padding: 0;
					bottom: 0;
					background: rgba(255,255,255,0.85);
					width: 315px;
					border: none;
					overflow: hidden;
					z-index: 999;	
				}
					section#index #leftBar #gallery .album .title a {
						display: block;
						margin: 6px 9px;
						font-size: 16px;
						font-weight: normal;
						line-height: 20px;
						color: #666;	
					}
						section#index #leftBar #gallery .album .title a {
							color: #333;	
						}
		
	section#index #rightBar {
		display: block;
		float: left;
		margin: 0;
		padding: 0;	
		width: 610px;
		/*-height: 700px;*/
	}
		section#index #rightBar h3 {
			text-align: right;	
		}