﻿
.right {
	font-size: 1.0em;
	padding-right: 100px;
	text-align: right;
}

#info {
	border: 1px solid #C2C7BE;
	margin-left: 80px;
	margin-right: 80px;
	margin-top: 20px;
	padding: 0px 15px 0px 15px;
	position: relative;
}

#info a, #info a:visited {
	color: #8A9483;
	text-decoration: none;
}

#info a:hover {
	color: #9BA495;
	text-decoration: underline;
}

#pic {
	border: 0px solid #336666;
	left: 0px;
	position: relative;
	top: 0px;
	 text-align:right;
	 z-index:1;
	 width:100px;
}

#pic a .large {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}

#pic a img {
	border: 0px solid #000000;
	width:100px;
}

#pic a.p1,  a.p1:visited {
	
	display: block;
	left: 0;
	text-decoration: none;
	top: 0;
	
}

#pic a.p1:hover {
	
	color: #000000;
	text-decoration: none;
	 z-index:2;
}

#pic a.p1:hover .large {
	border: 1px solid #000000;
	display: block;
	height:auto;
	left: 100px;
	position: absolute;
	top: -20px;
	width:auto;
	z-index:2;
}

#top {
	margin-left: 80px;
}
