/* Footer */

#Footer
{
    width: 958px;
    height: 53px;
    padding: 0px;
    margin: 0px;

}

/* Contents */

#spacer60
{
  background: url('../img/purple-top.png') no-repeat 0px 0px;
  height: 60px;
  width: 361px;
  padding: 0px;
  margin: 0px;

}

#news
{
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 342px;
    height: auto;
    float: left;
}

div.NewsItem
{
    margin: 0px;
    width: 320px;
    height: auto;
    padding-bottom: 12px;
    padding-top: 12px;
    border-bottom: 1px dotted #85835f;
}

div.NewsItem h3,
div.NewsItem h3 a
{
    font: bold 11px/15px Tahoma,Arial,sans-serif;
    color: #813682;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
}

div.NewsItem p
{
    font: normal 11px/15px normal Tahoma,Arial,sans-serif;
    color: #404040;
    margin: 0px;
    padding: 0px;    
}

div.NewsItem a.More
{
    font: normal 9px/7px Tahoma,Arial,sans-serif;
    color: #813682;
    text-decoration: none;
    padding: 0px 0px 0px 10px;
    background: url('../img/pointer.png') no-repeat 0px 3px;    
}

div.NewsItem a:hover
{
    text-decoration: underline;
}

#RightPurpleSomething
{
    width: 361px;
    height: auto;
    background: url('../img/purple-background.png') repeat top left;
    float: left;
}

#RightPurpleSomething p
{
    padding: 0px 20px 0px 20px;
    margin-top: 0px;
    font: normal 11px/15px Tahoma,Arial,sans-serif;
    color: #fff;
}

#RightPurpleSomething p b
{
    font: bold 11px/13px Tahoma,Arial,sans-serif;
    color: #fff;
}

