html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    background: #fafaf8;
    color: black;
    font-family: arial, verdana, helvetica, sans-serif; 
    font-size: 10px; 
}

* {
    margin:0px auto;
    padding:0;
    color: black;
}

table#canvas {
    width:100%;
    height:100%;
    background-color: white;
}

table.thumbs {
    float:left;
    width:100%;
}

div#shim {
    visibility: hidden;
    width: 100%;
    height: 50%;
    margin-top: -300px;
    float: left;
}


div#wrapper {
    background: white;
    color: black;

    border: 1px; 
    border-color: #e4e4e4; 
    border-style: solid;
    width: 740px;
    height: 600px;
    clear: both;
    position: relative;
    top: -300px;

    /* IE4ever Hack: Hide from IE4 **/
    position: static;
    /** end hack */

}

/* Hide from IE5mac \*//*/
    div#shim {
        display: none;
    }
    html, body {
        height: auto;
    }
/* end hack */

/* ]]> */

p { padding-top: 2px; padding-bottom: 2px; } 

a:hover   { color: #808080; background-color: #e3e3e3; } 

a:link    { color: black; font-weight: bold; }

a:visited { color: #111111; font-weight: bold; }

a:active  { color: black; }

.textbg { font-size: 20px; } 

.textsm { font-size: 14px; } 

.textreg { font-size: 12px; color: black; margin-top: 4px; } 

.textlink { font-size: 12px; font-weight: normal; color: black; } 

.framethumbnail { font-size: 12px; color: #000000; padding-top: 0; padding-bottom: 0; } 

.menu { text-align:left; margin:34px 0 0 0; }

.menu_l1 {
    font-family: arial; 
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

.menu_l2 {
    font-family: arial; 
    font-weight: normal;
    font-size: 12px;
}

.menu_l2p {
    font-family: arial; 
    font-weight: normal;
    font-size: 12px;
    margin: 0 0 0 20px;
}

.textdesc { font-size: 10px; color: #222222; font-family: arial; }

.image { text-align: center; margin: 20px 0 0 0; }
