body
{
    height: 100%;
    width: 98%; /*100% creates an horizontal scrollbar on older IE*/
    margin: 2px;
    background-color: #FFFFFF;
    font: 13px Verdana;
    font-weight: normal;
    color: #000000;
}

img
{
    border: 0;
}

#menu
{
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 220px;
    text-align: left;
    background-color: #fffefb;
}

#banner
{
    position: fixed;    /*if changed to absolute delete width*/
    top: 0;
    left: 220px;
    height: 100px;
    width: 100%;
    vertical-align: middle;
    background-color: #fffefb;
    padding: 10px;
}

#main
{
    position: absolute;
    left: 240px;
    top: 110px;
    width: auto;
    height: auto;
    margin: 10px;
}

#topspace
{
    position: relative;
    top: 0;
    height: 80px;
    font-size: 18px;
    font-weight: bold;
    color: #050505;
    line-height: 80px;
    text-align: center;
}

ul.lv1
{
    padding: 8px;
    margin: 0;
}

#copyright
{
    position: fixed;
    font-size: 8px;
    height: 10px; 
    bottom: 5px; 
    left: 5px;
}

#validXhtml
{
    position: fixed; 
    bottom: 2px; 
    right: 2px;
}

#counter
{
    position: fixed; 
    bottom: 2px; 
    right: 190px;
}


A, A:visited
{
   color: #0000B0;
   text-decoration: none
}

A.activelink
{
    color: #C02020;
}

A:hover
{
    color: #900000;
    text-decoration: underline overline;
}

A:active
{
   color: #801010;
   text-decoration: underline;
}

table.LinksTable
{
    position: relative;
    width: 90%;
    text-align: justify;
    vertical-align: top;
}

table.LinksTable td
{
    padding: 2px 10px 2px 10px;
    margin: 0px;
    border-style: none inset none outset;
    border-right-width: thin;
    border-left-width: thin;
    border-right-color: #8A8AFF;
    border-left-color: #8A8AFF;
    text-align: left;
    vertical-align: middle;
    width: 30%;
}

a.simpleLink, a.simpleLink:visited
{
   font-size: 12px;
   color: #000080;
   text-decoration: none
}

a.simpleLink:Hover, a.simpleLink:active
{
    color: #000030;
    text-decoration: underline;
    font-size: 12px;
}

table.counter
{
    border: 0px;
    /*border-spacing: 0px;
    border-collapse:collapse; */
    padding: 3px;
    width: 133px;
}

table.downloads
{
    border-spacing: 0px;
    border-collapse:collapse;
    padding: 0px;
}

table.downloads th
{
    border: 1px solid #C0C0C0;
    padding: 10px;
    border-collapse: collapse;
    empty-cells: show;
    border-spacing: 0px;
    font-size: 12px;
    font-weight: bold;
}

table.downloads td
{
    border: 1px solid #C0C0C0;
    padding: 10px;
    border-collapse: collapse;
    empty-cells: show;
    border-spacing: 0px;
    font-size: 12px;
    font-weight: normal;
}

td.size
{
    text-align: right;
}

td.center
{
    text-align: center;
}


#skydrive
{
    padding: 30px 5px 5px 0;
    vertical-align: top;
}

div.awarddiv
{
    border: solid 2px #f0f0f0;
    background: #ffffff;
    color: #ffffff;
    width: 600px;
    height: 150px;
    overflow : auto;
}

