/* CSS Document */

body {
	background-image: url(images/bg.png);
	color: #6E5718;
}

  .green{font-family:Tahoma; font-size:11px;  color:#3C8B00; line-height:14px}
  .green_l{font-family:Tahoma; font-size:11px;  color:#BCFF51; line-height:14px}
  .pink{font-family:Tahoma; font-size:12px;  color:#9A2954; line-height:14px; font-weight:bold; letter-spacing:0.05em;}
  
.x1 {
	font-size: 12px;
	line-height: 1.3em;
	letter-spacing:0.02em;
	color: #6E5718;
	font-family:Tahoma;
}

.dot {
	font-size: 22px;
	line-height: 1.3em;
	letter-spacing:0.02em;
	color: #6E5718;
	font-family:Tahoma;
}

/* ---------- gallery styles start here ----------------------- */
.photo {
	margin: 30px;
	position: relative;
	width: 180px;
	height: 130px;
	float: left;
}
.photo img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}


.sample11 span {
	width: 122px;
	height: 72px;
	display: block;
	position: absolute;
	top: -22px;
	left: -15px;
	background: url(images/floral-corner.png) no-repeat;
}
/* ---------- gallery styles start here ----------------------- */