body {
	font-family: Georgia;
	font: 0.8em Georgia;
	color: #231D1B;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.body {
	text-align:center;
	margin-top:200px;
}

img {
	border:none;
	vertical-align:text-top;
}

.tag {
  position:absolute;
	top:0px;
	right:0px;
  filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
}

.pop {
  position:absolute;
  top:24%;
	width:520px;
	height:600px;
	left: 50%;
	margin-left: -260px;	

	border:1px solid #313130;
	background-color:#ffffff;
	display:none;
	z-index:10;
  filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	overflow:auto;
}

a {
	color:#5F7A19;
}

a:link { color: #5F7A19;}
a:visited { color: #5F7A19;}
a:active { color: #5F7A19;}
a:hover { color: #394810;}

p {margin:6px 0px 6px 0px;}

.linel {
			position:absolute;
			top:20px;
			left:20px;
			margin:0px 0px 0px 0px;			
			background: #c0c0c0;
			height:84%;
			width:1px;
}

.line {
			position:absolute;
			top:20px;
			left:20px;
			margin:0px 0px 0px 0px;			
			border-top: 1px solid #5F7A19;
			width:84%;
			height:1px;
}

.flower {
			position:absolute;
			top:12px;
			left:2px;
			width:31px;
			height:17px;
  filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}

.water {
			position:absolute;
			right:0px;
			bottom:0px;			
			background-image: url(watermark.gif);
			height:166;
			width:235;
  filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}

.waterl {
			position:absolute;
			left:0px;
			bottom:0px;			
			background: transparent url(watermark-l.gif) no-repeat;
			height:166;
			width:235;
  filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}

.foot {
	position:absolute;
	bottom:10px;						
  width: 600px; 
  margin-left: -300px;
	left: 50%;
	border-top:1px solid #C0C0C0;
}

.foot hr {
			width:90%;
			color:#c0c0c0;
			height:2px;
}

