body
{
    background-color:#E9E9E9;
    background-image:url('/images/bg-tile-x.jpg');
    margin:auto;
}

#wrapper
{
    position: relative;
/*    left: 50%; */
    top: 0px;
    margin: 0 auto;
    width: 1024px;
    margin-bottom: 0px;
    height: auto;
}

#header_bg
{
    position:relative;
    margin: 0px;
    padding: 0px;
    height: 186px;
    width: 1024px;
    left: 0px;
    background-image:url('/images/header.jpg');
    background-repeat: no-repeat;
    background-position: top left;
}
#headerlink
{
    position: relative;
    display: block;
    width:  152px;
    height: 107px;
    top: 14px;
    left: 20px;
}

#menu
{
    position: relative;
    float: left;
    top: 0px;
    left: 0px;
    height: 755px;
    width: 307px;
    font-family: Verdana,Arial,Helvetica;
    margin: 0px;
    padding: 0px;
    background-image:url('/images/left.jpg');
}

#menu-cnt
{
    position: relative;
    height: 262px;
    width: 197px;
    top: 50px;
    left: 90px;

}

#menu a, #menu a:link, #menu a:visited, #menu a:hover
{
    color: #d4d4d4;
    font-size: 9pt;
    text-decoration: none;
    margin-left: 35px;
    font-weight: bold;
}

#menu hr
{
    color: #242424;
    background-color: #414141;
    height: 1px;
    width: 98%;
    margin-top: 6px;
    margin-bottom: 6px;
}

#menu a:hover
{
    color: #FFFFFF;
}
#menu a.menu-current
{
    color: #40c7f1;
    background: transparent url('/images/arrow.gif') no-repeat left;
    padding: 0 0 0 15px;
    margin-left: 20px;
}

#bottom
{
    position: relative;
    bottom: 0px;
    left: 0px;
    width: 1024px;
    height: 259px;
    background-image:url('/images/bottom.jpg');
    background-repeat: no-repeat;
    background-position: top left;
}

#bottom_text
{
    text-align: left;
    position: relative;
    left: 68px;
    top: 90px;
    font-size: 9pt;
    width: 928px;
    color: #FFF;
}

#bottom_text a, #bottom_text a:link, #bottom_text a:visited, #bottom_text a:hover
{
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
}

#bottom_text a:hover
{
    text-decoration: underline;
}

#content
{
    position: relative;
    color: #000;
    background-color: #FFF;
    top: 1px;
    width: 627px;
    height: 755px;
    padding: 0px;
    margin: 0px;
    text-align: left;
    float: left;
    overflow: auto;
}

#right
{
    position: relative;
    background-color: #FFF;
    top: 0px;
    right: 0px;	
    left: 934px;
    width: 90px;
    height: 755px;
    padding: 0; margin: 0;
    background-image:url('/images/right-tile.jpg');
}
#right-img
{
    position: relative;
    top: 0px;
    right: 0px;
    left: 0px;
    width: 90px;
    height: 225px;
    padding: 0; margin: 0;
    background-image:url('/images/right.jpg');
}

/*
div
{
    border: 1px;
    border-style: solid;
    border-color: black;
} 
*/

