#links li{
	font-family:"Times New Roman", Times, serif;
	color:#AA0000;
	font-size:14px;
	font-weight:bold;
	list-style:none;
}
a{
	color:#AA0000;
	text-decoration:none;
}
a:visited{
	color: #AA0000;
}
/** Bard Container **/
.bardContainer{
	height:1%;
	overflow:hidden;
}
.bardPortrait{
	float:left;
	margin-right:6px;
}
.innerInformation{
	margin-left:6px;
	/**float:left;**/
}
.bardName{
	float:left;
	text-align:center;
	font-family:'Times New Roman', Times, serif; 
	font-size:30px;
	width:385px;
	color:#AA0000;
}
.bardHeraldry{
	float:right;
}
.emptyBardHeraldry{
	float:left;
	width:30px;
	height:40px;
}
.bardBio{
	/**clear:left;**/
	padding-top:4px;
	
}
.bardFooter{
	clear:left;
	padding-top:5px;
}
.peerageContainer{
	float:right;
}
.peerage{
	float:right;
	padding-left:4px;
	padding-right:4px;
}
.footerDivider{
	float:right;
	width:20px;
}
.baronialHeraldry{
	float:right;
}
.baronialLabel{
	float:right;
	width:250px;
	text-align:right;
	padding-right:6px;
}
.bardDivider{
	height:15px;
}
#links{
	padding-left:18px;
	margin-left:-10px;
	float:left;
	width:150px;
	font-size:16px;
	font-weight:bold;
}
#linksBar{
	float:left;
	height:100px;
	width:2px;
	background-image:url(../images/redline.png);
	background-repeat:repeat-y;
	margin-top:16px;
}
.linkOver{
	position:absolute;
	background-image:url(../images/AEBadge_Selector.png);
	background-repeat:no-repeat;
}
.hidden{
	visibility:hidden;
	display:none;
}
