body {
    background-color: #150979;
    background-image: url(../Images/bodybg.gif);
    background-repeat: repeat;
    background-attachment: scroll;
    color: black;
}

.banner {
    margin-left: auto;
    margin-right: auto;
    width: 468px;
}

.mybanner 
{
    background-color: #003366;
    width: 100%;  
    margin: 0px;
    padding: 4px;
}

.mybanner p 
{
    color: #AECCEB;
    padding: 5px;
    margin: 0px;
}

.mybanner p a
{
    color: white;
    font-weight: bold;
}

.mybanner h2 
{
    color: yellow;
    padding: 5px;
    margin: 0px 0px 10px 0px;
    font-size: 15px;
    font-weight: bold;
}

.mybanner ul 
{
    color: #AECCEB;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.centered
{
    text-align: center;
}

#canvas {
    margin-left: auto;
    margin-right: auto;
    width: 640px;
}

#spacer {
    height: 40px;
}

#flags {
    text-align: right;
    padding: 5px 7px 5px 7px;
    height: 20px;
}

#flags img {
    padding: 0px 3px 0px 3px;
}

#page {
    background-color: #6D86FF;
    background-image: url(../Images/pagebg.gif);
    background-repeat: repeat-y;
    background-attachment: scroll;
}

#contenthead {
    background-color: transparent;
    background-image: url(../Images/contenthead.gif);
    background-repeat: no-repeat;
    background-attachment: scroll;
    height: 11px;
}

#contentlogo {
    position: relative;
    top: -50px;
    left: -40px;
    height: 114px;
    width: 114px;
}

#contentbody {
    padding: 0px 90px 10px 90px;
    margin: 0px;
    position: relative;
    top: -80px;
}

#contentbody img
{
    position:relative;
    border-width: 1px;
    border-style: solid;
    border-color: #150979;
}

#contentfoot {
    background-color: #000000;
    color: #6D86FF;
    text-align: center;
    padding: 2px;
}

.print {
    display: none;
}

#counter {
    visibility: hidden;
}

#head 
{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
}

#commands 
{
    padding: 10px 0px 10px 0px;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
}

#icons {
    width: 100%;
}

#icons img {
    margin: 2px;
}

.colour {
    white-space: nowrap;
}

.colour img {
    border-width: 1px;
    border-style: solid;
    padding: 0px; 
    margin: 0px 5px 0px 0px;
}

.stone {
    white-space: nowrap;
}

.stone img {
    border-width: 0px;
    border-style: none;
    padding: 0px; 
    margin: 0px 5px 0px 0px;
}
