#webservContainer
{
    margin: 20px auto;
    width:85%;
    height: 370px;
}

#webservLeft
{
    float: left;
    width: 40%;
    height: 100%;
    background: silver;
    padding: 10px 20px 10px 40px;
    border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-box-shadow: 5px 5px 5px black;
    -webkit-box-shadow: 5px 5px 5px black;
    box-shadow: 5px 5px 5px black;
}

#webservRight
{
    float: right;
    width: 40%;
    height: 100%;
    background: silver;
    padding: 10px 20px 10px 40px;
    border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    
    -moz-box-shadow: 5px 5px 5px black;
    -webkit-box-shadow: 5px 5px 5px black;
    box-shadow: 5px 5px 5px black;
}

.webServTitle
{   
    text-align: center;
    font-size: 20px;
    margin: 10px auto 10px;
    padding-bottom: 10px;
    border-bottom: dotted #666666 1px;
}

.webservList
{
    margin-top: 14px;
    width: 80%;
}

.webservList li
{   
    margin-bottom: 12px;
    font-size: 16px;
}