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

#info {
	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 {
	text-decoration: underline;
}

.pic {
	left: 10px;
	position: relative;
	top: 10px;
	width: 100%;
}

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

.pic a img {
	border: none;
	background: none
}

.pic a.p1, .pic a.p1:visited {
	background: none;
	border:none;
	/*border: 1px solid #000000;*/
	display: block;
	/*height: 90px;*/
	left: 0;
	text-decoration: none;
	top: 0;
	width: 100%;
}

.pic a.p1:hover {
	text-decoration: none;
	background: none;
	border: none;
}

.pic a.p1:hover .large {
	display: block;
	height: 260px;
	z-index: 9999;
	left: -230px;
	position: absolute;
	float: left;
	top: -60px;
	width: 200px;
}

#top {
	margin-left: 80px;
}

