/*@import url("debug.css");*/

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 {
    background-color: white;
    width:  100%;
    height: 100%;
    margin: auto;
}

table.thumbs {
    float:left;
    width:100%;
    margin: auto;
}

table.image { 
    text-align: center; 
    margin: 10px 0 0 0; 
}

div.center {
    text-align: center;
}

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; } 

p.thumb { padding-top: 0; padding-bottom: 0; } 

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; }

.textreg 
{ 
    font-size: 12px; 
    color: black; 
    margin-top: 4px; 
} 

.textlink { font-size: 12px; font-weight: normal; color: black; } 

.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: #121212; 
    font-family: arial; 
    text-align: left; 
}

img { border: 0px; }

img.b1 { border: 1px; border-color: black; border-style: solid; }

img.b0 { border: 1px; border-color: white; border-style: none; }
