/* Generic */

    a:link {
    }
    
    a:visited { 
    }
    
    a:hover { 
    }
    
    a:active {   
    }

    body {
        background-color: #ccc;
        font-family: Arial, Helvetica, sans-serif;
        margin: 50px auto 50px auto;
        padding: 0px;
        width: 760px;
    }
        
    h1 {
        font-size: 1.2em;
    } 
    
    h2 {
        font-size: 1.1em;
    }   
    
    h3 {
        font-size: 1em;
    }    
    
    h4 {
        font-size: 0.9em;
    }
    
    h5 {
        font-size: 0.8em;
    }
    
    h6 {
        font-size: 0.75em;
    }
    
    img {
        border: 0;
    }
    
    p {
    }
    
    ul {
        font-size: 0.7em;
    }




/* Custom */

    /* class */
    
        .large {
            color: #999;
            font-size: 2em;
        }
                
        .medium {
            color: #999;
            font-size: 0.8em;
        } 
    
    /* id */
    
        #column_1 {
            margin: 0;
            padding: 0 0 0 50px;
            width: 467px;
        }
        
        #column_2 {
            float: right;
            margin: 0;
            padding: 0 50px 0 0;
            text-align: right;
            width: 148px;
        }
        
        #content {
            margin: 0;
        }
        
        #footer {
            clear: both;
            margin: 0;
            padding: 30px 0 0 50px;
        }
        
        #footer a:link {
            color: #999;
            text-decoration: none;
            white-space: nowrap; 
        }
        
        #footer p {
            color: #999;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 0.7em;
            margin: 0;
        }
        
        #frame {
            background-color: #fff;
            border: 1px solid #999;
            margin: 0;
            padding: 40px 40px 80px 40px;
        }
        
        #logo {
            margin: 0;
            position: relative;                left: -10px;                top: 0px;
        }
        
        #message {
            height: 294px;
            padding: 40px 40px 40px 0;
        }
        
        #message a:link {
            color: #999;
            text-decoration: none;
            white-space: nowrap;
        }
        
        #message a:visited {
            color: #999;
            text-decoration: none;
            white-space: nowrap;
        }
        
        #message a:hover {
            color: #fff;
            text-decoration: none;
            white-space: nowrap;
        }
        
        #set {
            display: none;
        }
        
        #thumbnails img {
            display: none;
        }
                           
               
/* Accessibility */

    #navigation {
        display: none;
    }
    
    #support {
        display: none;
    }