* { 
    margin: 0;
    padding: 0;
    border: 0;  
}

body {
    background-color:#FFF;
    font-family: sans-serif;
    font-size: small;    
} 

h1 {
    font-size: large;
}

#stage {
    width: 750px;
    margin-left: auto;
    margin-right: auto;
}

#phoneleft {
    width: 269px;
    display: inline; 
    left: 0;       
}

#logo {
    width: 176px;
    display: inline;
    left: 269px;  
}

#phoneright {
    width: 269px;
    display: inline;
    right: 0; 
}  

#carphoto {      
    width: 375px; 
    display: inline;
    float: left;
    left: 0;
}

#highlights { 
    width: 350px;    
    display: inline;
    top: 25px;
}

#highlights > p {
    padding-top: 15px;
}

#highlights > ul {      
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}    

#employment {
    text-align: center;
    display: block;
    padding-left: 30px;
    padding-right: 30px;
    width: 90%;
    max-width: 90%;
}

#booking {
    padding-left: 20px;
} 

.whitespace {    
    text-align: center;  
    padding-bottom: 25px;
}

.footerlinks {              
    font-size: small; 
    text-align: center;
    padding-bottom: 15px;
}

a, a:visited {
    color: #339900;
}

.copyright {
    font-size: xx-small;
    text-align: center;  
    padding-top: 10px;
    border-top: 1px solid Black;  
}