﻿html
{
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0; /*margin-bottom: 1px;*/
    max-height: 100%; /* hide overflow:hidden from IE5/Mac */ /* \*/
    overflow: hidden; /* */
}


body
{
    position: absolute; /*text-align: center;*/
    font: 400 0.8em verdana, arial, sans-serif;
    line-height: 170%;
    height: 100%;
    max-height: 100%;
    width: 100%;
    background-color: #ececec;
    color: #000;
    overflow: hidden;
    padding: 0;
    margin: 0;
    border: 0;
}

#menu
{
    background: transparent url(   'images/leftback.png' ) no-repeat left top;
    position: absolute;
    left: 30px;
    top: 85px;
    width: 360px;
    height: 120px;
}

#menu table
{
    width: 324px;
    height: 60px;
    position: absolute;
    left: 0px;
}

#menu td
{
    text-align: left;
    width: 33%;
    vertical-align: middle;
    padding-left: 14px;
}


#menu a
{
    text-decoration: none;
    font-weight: 900;
    font-family: Verdana;
    color: #210c03;
    font-size: 14px;
}
#menu a:hover
{
    color: #ac3e17;
}


#content
{
    height: auto !important;
    height: 100%;
    max-width: 1000px;
    width: 1000px;
    margin: 0 auto; /*text-align: left;*/
    background: #fff url(        "Images/contentback.jpg" ) no-repeat top left;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    left: 50%;
    margin-left: -500px;
    top: 0px;
    bottom: 21px;
    width: 1000px;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    scrollbar-face-color: #fff;
    scrollbar-base-color: transparent;
    scrollbar-arrow-color: transparent;
    scrollbar-track-color: transparent;
    scrollbar-shadow-color: transparent;
    scrollbar-highlight-color: transparent;
    scrollbar-3dlight-color: transparent;
    scrollbar-darkshadow-color: transparent;
}

* html #content
{
    top: 0;
    bottom: 0;
    height: 100%;
    width: 1000px;
}

/*#content[id]
{
    width: 98%;
}*/


#header
{
    position: relative;
    height: 200px;
    clear: both;
}

#footer
{
    clear: both;
    margin-top: -20px;
    height: 20px;
    font-size: 0.85em;
    color: #000;
    position: absolute;
    bottom: 0;
    max-width: 1000px;
    width: 1000px;
    margin: 0 auto; /*text-align: left;*/
    display: block;
    left: 50%;
    margin-left: -500px;
}

#footer .inner
{
    clear: both;
    height: 40px;
    width: 1000px; /*width: expression(document.body.clientWidth > 1000 ?  "1000px" : "98%" );*/
    margin: 0 auto;
    background: #fff; /*background: #EBE8E1 url(../images/bghy/footer.jpg) no-repeat top left;*/
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
}


/* old */

a
{
    font-family: verdana;
    color: #000;
    text-decoration: none;
    font-size: 8pt;
}
a:hover
{
    text-decoration: underline;
}
.atitle
{
    font-family: verdana;
    color: dimgray;
    text-decoration: none;
    font-size: 9pt;
}
.adate
{
    font-family: verdana;
    color: dimgray;
    text-decoration: none;
    font-size: 7pt;
}
.atext
{
    font-family: verdana;
    color: dimgray;
    text-decoration: none;
    font-size: 8pt;
}
.ts_a, .ts, .x a
{
    font-family: verdana;
    color: #111111;
    text-decoration: none;
    font-size: 10pt;
}
.ts:hover, .x a:hover
{
    text-decoration: underline;
}
.ts_ab
{
    font-family: verdana;
    color: #111111;
    text-decoration: none;
    font-size: 10pt;
    font-weight: 900;
}
.x a
{
    font-family: verdana;
    color: #111111;
    text-decoration: none;
}
.x a:hover
{
    text-decoration: underline;
}
.y
{
    font-family: verdana;
    color: #ff1111;
    text-decoration: none;
}
.y:hover
{
    text-decoration: underline;
}

