body {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 16px;
	color: #E7E7E7;
	background-color: #000;
}
.content_wrapper {
	position:relative;
	margin:50px 0 0 0;
}
.color_blue {
	color:#6cbae8;
}

/* TOUR */
.text_tourDate {
	position:relative;
	padding:0 0 5px 0;
	list-style:none;
	text-transform:uppercase;
}

/* ALBUM */
.album_cell_container {
	position:relative;
	clear:both;
	margin:0 0 10px 0;
	width:600px;
	height:100px;
}

.album_cell {
	position:relative;
	float:left;
	margin:0 30px 0 0;
}
.album_cell_center {
	width:230px;
	text-align:center;
}


/* ALBUM */
#albumMember_cell_container {
	position:relative;
	display:block;
	clear:both;
	padding:30px 0 30px 0;
	width:600px;
}
#albumMember_cell_left {
	float:left;
	width:125px;
}
#albumMember_cell_right {
	float:left;
	width:475px;
}

/* Photo*/
#photo_cell_container {
	position:relative;
	display:block;
	clear:both;
	padding:30px 0 30px 0;
	width:600px;
}
#photo_cell_left {
	float:right;
	width:200px;
}
#photo_cell_right {
	float:right;
	width:400px;
}