/**
 * $Id: about.css 3106 2023-03-25 07:58:10Z daveleachdamilcouk $
 */


#main #tabAbout {
    clear:both;
    float:left;
    width:940px;
}    
#main #tabAbout div ul li, 
#main div.common ul li {
    margin-left: 20px;
} 
div.common {
    float:left;
    width: 560px;
    margin-bottom: 20px;
}     
#slideshow {
    float:right;
    width: 360px;
    -webkit-box-shadow: 5px 5px 5px #999;
       -moz-box-shadow: 5px 5px 5px #999;
            box-shadow: 5px 5px 5px #999; 
    margin: 0 6px 20px 0;
} 
table.aircraft-types {
    margin-left: 20px;
}    
table.aircraft-types td {
    vertical-align: top;
    padding: 5px 15px 5px 0;
}    
    
.article_image {
    float:left;
    width: 180px;
    padding-bottom: 20px;
}
.article_desc {
    width: 600px;
    margin-left: 180px;
    padding-bottom: 30px;
    padding-top: 5px;
    height: 200px;
}
   