.infopanel{
width: 235px;
margin: 0 auto;
display:in-line;
padding-bottom:1px;
}
.infopanelC{
background-image: url(images/infopanel_c.gif);
}
.infopanelL{
background-image: url(images/infopanel_l.gif);
}
.infopanelR{
background-image: url(images/infopanel_r.gif);
}

.infopanel h3{
background-repeat:no-repeat;
height: 21px;
color: white;
font-size: 12px;
font-weight: bold;
padding-top: 13px;
padding-left: 14px;
text-shadow: black 2px 2px 5px;
margin-bottom: 6px;
}
.infopanel p{
display: table;
text-align: center;
margin-left: 11px;
}

}
#righttHandPanel{
width: 235px;
float: right;
margin-top: 2px;
}

.infopaneltext {
display: table;
text-align: center;
margin-left: 11px;
text-color: yellow;
}
.infopanelfooter{
height: 12px;
background-image: url(images/infopanelfooter.gif);
margin-bottom: 5px;
margin-left: -2px;
width: 235px;
}

.infopanelfooter2{
height: 12px;
background-image: url(images/infopanelfooter.gif);
margin-bottom: 0 auto;
width: 235px;
float: left;
}


