﻿
table.webDesignPrice {

    width: 800px;

    font-size: 9pt;
    color: #666666; 
    
    text-align: center;
    
    margin: 20px 0px 10px 150px;   
    
}

table.webDesignPrice th {
 
    height: 30px;
    padding: 5px; 

    
}

table.webDesignPrice td {
 
    height: 40px;  
    padding: 5px;  
    
}


.designHolder {
    
    float: left;
    display: inline;
    
    width: 940px;
    background: #ffffff;
    margin: 50px 0px 10px 10px; 
    
}

.designHolder h1 {

    clear: right;
    font-size: 14pt;
    margin: 5px 0px 0px 0px;

}

.designHolder h2 {

    clear: right;
    font-size: 11pt;
    margin: 15px 0px 0px 0px;

}

.designHolder h3 {

    clear: right;
    font-size: 10pt;
    color: #666666;
    margin: 10px 0px 20px 0px;

}

.designHolder p {
    
    color: #999999;
    margin: 0px;
    
}

.designHolder img {
    
    float: left;
    display: inline;

    margin: 0px 10px 0px 0px;
    padding: 5px;
    border: 1px solid #cccccc;
    
}    