body {
    background-color : #D1E1F0;
}

p {
    font-family: arial;
}

div {
    font-family: arial;
}

a {
    font-family: arial;
}

img {
    border: none;
}

div.shodokan_text {
    position: absolute;
    top: 65px;
    left: 15px;
    font-size: 158%;
    font-weight: bold;
    width: 35%;
    color: #BB0000;
}

img.shodokan_square {
    position: absolute;
    top: 20px;
    left: 5px;
}

img.big_logo
{
    position: absolute;
    top: 20px;
    left: 86%;
}

div.small_header_text {
    position: absolute;
    left: 140px;
    top: 10px;
    font-size: 75%;
    font-weight: bold;
    width: 50%;
    color: #0000AA;
}

img.logo {
    height: 25px;
    width: 25px;
}

img.banner {
    position: absolute;
    top: 10px;
    left: 40%;
}

a.main {
    color: #000;
    font-size: 83%;
    font-weight: bold;
    text-decoration: none;
}

a:hover.main {
    background: #FFFF11;
    color: #000;
    text-decoration: underline;
}

table.main {
    position: absolute;
    left: 5px;
    top: 190px;
    width: 15%;
}

div.training {
    position: absolute;
    left: 86%;
    top: 180px;
    font-size: 83%;
    width: 10%;
}

div.body {
    position: absolute;
    left: 25%;
    right: 25%;
    top: 180px;
    width: 50%;
    padding-bottom: 3%;
}

td.padded {
    padding-bottom: 10px;
    padding-left: 10px;
}

div.border {
    border-style: solid;
    border-bottom-width: 2px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
    padding-bottom: 30px;
}    

div.banner_caption {
    position: absolute;
    left: 45%;
    top: 120px;
    font-weight: bold;
    font-size: 75%;
}


p.body_heading {
    font-size: 125%;
    font-weight: bold;
}

