/* 
    Document   : contact
    Created on : 17-sep-2009, 17:47:57
    Author     : andreu
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

div#contact_content{
    float:left;
    margin-right:15px;
    width:330px;
}
div#contact_content p{
    width:100%;

}
div#contact_map{
    float:left;
    width:400px;
    height:250px;
}
