body
        {
        background-color: #000000;
        background-image: url(../img/bg.png);
        background-repeat: repeat;
        text-align: center;
        margin: 0px;
        }

img
        {
        border-width: 0px;
        }

table.header
        {
        width: 750px
        height: 150px;
        border-width: 0px;
        }

table.menu
        {
        background-color: #96AB56;
        background-image: url(../img/bg_menu.jpg);
        background-repeat: repeat-x;
        background-position: center center;
        width: 758px;
        height: 30px;
        border-width: 1px;
        border-style: solid;
        border-color: #666666;
        }

table.main
        {
        background-color: #96AB56;
        background-image: url(../img/bg_main.gif);
        background-repeat: no-repeat;
        background-position: top left;
        height: 100%;
        width: 745px;
        font-size: 12px;
        border-width: 1px;
        border-style: solid;
        border-color: #666666;
        padding-top: 75px;
        }

table.join
        {
        background-color: #96AB56;
        height: 100%;
        width: 744px;
        font-size: 12px;
        border-width: 1px;
        border-style: solid;
        border-color: #666666;
        }
        
table.tour
        {
        background-color: #96AB56;
        height: 100%;
        width: 745px;
        font-size: 12px;
        border-width: 1px;
        border-style: solid;
        border-color: #666666;
        }
        
table.news
        {
        width: 600px;
        font-size: 16px;
        font-family: Arial, Verdana, Trebuchet MS;
        }
        
td.joinblock
        {
        background-image: url(../img/joinblock_bg.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        padding-right: 10px;
        text-align: right;
        width: 250px;
        height: 348px;
        }

td.joinbox
        {
        padding: 5px;
        font-size: 16px;
        font-family: Arial, Verdana, Trebuchet MS;
        }
