#intro
{
    position: relative;
    top: 5px;
    left: 280px;
    width: 400px;
    font-size: 120%;
    font-weight: bold;
    color: #990000;
    text-align: center;
}

#left
{
    float: left;
    width: 490px;
}

#right
{
    float: right;
    width: 340px;
}

#photo
{
    position: relative;
    top: -10px;
    left: 5px;
    width: 200px;
}

#photo_text
{
    position: relative;
    top: -160px;
    left: 220px;
    width: 250px;
}

#advice
{
    position: relative;
    top: -80px;
    left: 50px;
    width: 400px;
    font-size: 140%;
    font-weight: bold;
    color: #ff9900;
    height: 50px;
}

#experience
{
    position: relative;
    top: -60px;
    left: 50px;
    width: 400px;
}

#types
{
    position: relative;
    top: 70px;
    left: 40px;
    width: 300px;
    font-size: 140%;
    color: #000000; 
}

#types ul
{
    padding: 0px 0px 0px 20px;
    margin: 0px;
    list-style-type: circle;
    color: #999999;    
}

#types li
{
    margin: 5px 0px;
}

span.rentsure
{
    color: #b42f1d;
    font-weight: bold;
}

#types li a
{
    text-decoration: none;
    font-weight: bold;
    color: #b42f1d;
    font-size: 60%;
}

#phone
{
    position: relative;
    top: 210px;
    left: 5px;
    width: 300px; 
    text-align: center;
    font-size: 160%;
    color: #999999;
    font-weight: bold;
}

div.clear
{   
    clear: both;
}
