@charset "utf-8";
/* CSS Document */

body
{ background-image:url(../images/wood.jpg); background-repeat:repeat-x;margin: auto;
font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; margin: 0px;}
.main
{margin-left: auto; margin-right: auto;}

td.repeat
{ background-image:url(../images/repeat_01.gif); background-repeat:repeat-y; width:244px;}
td.repeat2
{width:583px; background-image:url(../images/repeat_02.gif); background-repeat:repeat-y;}


td.bellyspace
{width:583px; height:391px; background-image:url(../images/repeat_02.gif); background-repeat:repeat-y;}

.style7 
{font-size: 9px}

table.myTable 
{
    border-color: #600;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
}

table.myTable td 
{
    border-color: #600;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
}