﻿#media_container
{
    width:336px;
}

#media_container_left
{
    float:left;
    width:8px;
    height:240px;
    background-image:url('../images/WrapperLeft.jpg');
    background-repeat:repeat-y;
}

#media_container_right
{
    float:right;
    width:8px;
    height:240px;
    background-image:url('../images/WrapperRight.jpg');
    background-repeat:repeat-y;
}

#media_container_content
{
    width:320px;
    height:240px;
    margin-left:8px;
    margin-right:8px;
}

.series_container
{
    width: 560px;
}

.image_area
{
    width: 125px;
    float:left;
}

.series_info
{
    margin-left: 125px;
}

.series_title
{
    color:#663f16;
    font-weight:bold;
}

.series_list
{
    color:#44220e;
}

.series_footer
{
    clear:both;
    width:560px;
    border-top:solid 1px #af7e28;
    margin-top:10px;
}
