﻿

div.item
{
    width:320px;
    height:250px;
    margin:30px 18px 0 18px;
    border:gray 1px solid;
    background:#000000;
    color:#ffffff;
    text-align:center;
    float:left;
}

div.sep
{
    width:98%;
    margin:auto;
    clear:left;
    height:10px;
    border-top:#dcdcdc 1px solid;
}

div.w_cont
{
    width:900px;
    margin:30px auto;
    color:#ffffff;
}

div.w_list
{
    width:450px;
    margin:40px auto;
}


p.w_title
{
    margin:10px;
    border-bottom:red 1px solid;

}

ul.works
{
    margin:0 0 0 40px;
    padding:0;
}

div.plist
{
    display:table;
    width:100%;
    height:100%;
    padding:8px 60px 8px 60px;
    text-align:center;
    color:#ffffff;
    font-size:0.7em;
}

img.list
{
    margin:4px;
    
}

div.worksimg
{
    width:210px;
    margin:4px;
    display:table-cell;
    text-align:center;
}

