#portrait
{
	position:absolute;
	display: block;

	left:auto;
	right: 10px;
	top:282px;
	width:130px;
	height: auto;
	padding: 3px 3px 2px 3px;

	background-color: #806c54; /* #b1c0ed #886f64 2c3250*/

	border: 1px #b8a47f solid;

	font: normal normal 11px Verdana, sans-serif;
	color: white;
	text-decoration: none;
}

#portrait #title
{
	display: block;
	height: 20px;
	border: 1px #50413a solid;
	font: normal bold 14px Tahoma, sans-serif;
	line-height: 20px;
	text-align: center;
	margin-bottom: 1px;
	color: #ffffff;
	background: url(../images/static/deg1.gif) repeat-x;
}

#portrait #title:hover
{
	background: url(../images/static/deg2.gif) repeat-x;
	color: #2c326e;
	text-decoration: none;
}

