.box_wrapper
{

}
.box_head
{
    background-image: url(pic/box_head.jpg);
    background-repeat: no-repeat;
    height: 30px;
    width: 233px;
}
.box_head h1
{
    padding: 10px 20px 0 20px;
    margin: 0;
    line-height: 20px;
    font-size: 15px;
    color: blue;
}
.box_body
{
    background-image: url(pic/box_body.jpg);
    width: 213px;
    padding: 10px 10px 3px 10px;
}
.box_body p
{
    line-height: 15px;
    font-size: 11px;
    margin: 0 0 3px 0;  
}
.box_foot
{
    background-image: url(pic/box_foot.jpg);
    background-repeat: no-repeat;
    height: 30px;
    width: 233px;
}

#slideshow
{
 background-image: url(pic/box_body.jpg);
 background-repeat: repeat-y; 
}

