.MiddlePanel
{
    margin: 20px 0 30px 0;
}
.MPanelTitle
{
    margin: 3px 0 0 5px;
    height: 30px;
    border-bottom: solid 1px #eee;
}
.MPanelContent
{
    padding: 0 0 0 0;
    text-align: center;
}
.MPanelContent ul
{
    margin: 0;
    list-style-type: none;
}

.MPanelContent li a
{
    color: #666;
    padding-left: 20px;
    text-decoration: none;
    background: #fff url(../Images/BigDot.jpg) no-repeat 10px 7px;
    line-height: 18px;
}
.MPanelContent li a:hover
{
    color: #61ab0b;
    font-weight: bold;
    text-decoration: underline;
}
.MPanelTitle h2
{
    margin: 0 0 0 10px;
  /*  letter-spacing:2px;*/
}

.MPanelTitle a
{
    display: block;
    float: right;
    margin: 10px 20px 0 0;
}
.MPanelTitle img
{
    display: block;
    float: left;
}
.PhotoRow
{
    width:559px;
    margin: 0 0 5px 0;
}
.Photo
{
    float: left;
    margin: 10px 0 0 10px;
    padding: 10px 0 0 0;
}
.PhotoImg
{
    width: 90px;
    height: 70px;
    border: solid 1px #fff;
}
.PhotoAnchor
{
    border: solid 4px #9c6;
}
.PhotoTitle
{
    margin: 3px 0 0 0;
}
.PhotoAnchor:hover
{
    border: solid 4px #fe9a2a;
}