﻿
/**
 * photos
 */
.photos{
	float:right;
	margin-top:6px;
	margin-bottom:15px;
	width:220px;
}

.photos em {
	color:#666;
	font-size:9px;
}

.photos img {
	margin-bottom:15px;
	border:none;
}

.photos .photo:hover{
	border:none;
	background:transparent;
}



/**
 * band
 */
.band {
	float:left;
	width:350px;
}


/**
 * links
 */
.links {
	float:right;
	width:220px;
	margin-bottom:30px;
}

