#text {

	float: left;
	padding: 20px 15px;
	height: 360px;
	width: 345px;
	background-color: #F5F5F5;

}


#text a {

	color: #666666;

}

#text a:hover {

	color: #333333;
	text-decoration: none;

}

#text h1 {

	margin: 0;
	font-size: 16px;

}

#text h2 {

	margin: 0;
	font-size: 14px;

}

#text p {

	font-size: 11px;
	line-height: 15px;
	margin: 8px 0;

}

#bar1 {

	float: left;
	height: 400px;
	width: 10px;
	background-color: #CCCCCC;

}

#bar2 {

	float: left;
	height: 400px;
	width: 15px;
	background-color: #999999;

}

#bar3 {

	float: left;
	height: 400px;
	width: 2px;
	background-color: #333333;

}

#side_bar {

	float: left;
	height: 400px;
	width: 348px;
	background-color: #666666;

}

.gallery_odd, .gallery_even {

	display: block;
	margin: 0 -5px;
	padding: 0 5px;
	width: 345px;
	height: 20px;
	line-height: 20px;

}

#galleries a {

	display: block;
	text-decoration: none;
	color: #333333;

}

.gallery_odd {

	background-color: #F5F5F5;

}

.gallery_even {

	background-color: #DDDDDD;

}

.gallery_odd:hover, .gallery_even:hover {

	background-color: #CCCCCC;

}

.name {

	float: left;

}

.date {

	float: right;

}