@charset "utf-8";
.bg-main {
	background-image: url(home/bg-final.jpg);
	background-repeat: repeat;
}
.text-head {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 36px;
	color: #000;
}
.frame-photo-red {
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #C60;
}
.frame-photo-grey {
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #FC6;
}
.frame-photo-blue {
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #C99;
}
.frame-photo-mark {
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #330;
}
