div#breadcrumb {
font-family: "Verdana", sans-serif;
font-size: 14pt;
position: absolute;
top: 110px;
left: 120px;
}

div.linfobox {
float: left;
width: 45%;
height: 80px;
border-color: #000000;
border-width: 2px;
border-style: solid;
text-decoration: none;
margin: 0 1% 1% 0;
padding: 5px;
color: #000000;
}
div.linfobox img {
float: left;
width: 60px;
height: 60px;
margin-top: 0px;
margin-right: 6px;
padding: 10px;
border: 1px #FFFFFF solid;
border-right: 1px #808080 solid;
}
div.linfobox:hover {
border-color: #c40000;
}
div.rinfobox {
float: right;
width: 45%;
height: 80px;
border-color: #000000;
border-width: 2px;
border-style: solid;
text-decoration: none;
margin: 0 1% 1% 0;
padding: 5px;
color: #000000;
}
div.rinfobox img {
float: left;
width: 60px;
height: 60px;
margin-top: 0px;
margin-right: 6px;
padding: 10px;
border: 1px #FFFFFF solid;
border-right: 1px #808080 solid;
}
div.rinfobox:hover {
border-color: #c40000;
}