/**
 * design.css
 *
 * $Id: design.css 2298 2011-08-15 20:02:39Z admin $
 */
#main {
    padding-bottom: 20px;
}    
#main div.screen {
    clear: both;
    float: left;
    width: 180px;
    padding-bottom: 20px;
}
#main div.text {
    float: left;
    width: 720px;
}    
#main a {
    font-weight: bold;
    text-decoration: none;
}    
#main a:hover {
    text-decoration: underline;
}
#main img {
    border: 1px solid #eee;
}  
/* IE Fix */
#main div.screen,
#main div.text {
  zoom: 1;
}
  

