@charset "utf-8";
.detail_01 {
	background-image: url(../Graphics/background/detail_01.jpg);
	background-repeat: no-repeat;
	background-position: left 1px;
}
.flower_white_h_t_l {
	background-image: url(../Graphics/tiles/echinecea_white_gray.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.flower_white_v_t_r {
	background-image: url(../Graphics/tiles/echinecea_white_gray.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.flower_white_v_t_l {
	background-image: url(../Graphics/tiles/echinecea_white_gray.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

.flower_white_h_b_l {
	background-image: url(../Graphics/tiles/echinecea_white_gray.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.gray_line {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666699;
	text-decoration: none;
	background-color: #FFFFFF;
}
.block {
	background-color: #666699;
}
.artists_names {
	font-weight: bold;
	color: 666699;
}

