*
{
  margin: 0;
  padding: 0;
}

body {
    background-color: #66ccee;
    background-image: url("./images/grad3.png");
    background-repeat: repeat-x;
}


div#global {
    position: absolute;
    background-color: #ffffff;
    margin: 0px 5% 0 5%;
    width: 90%;
    border-left: 4px dashed #aeaeae;
    border-right: 4px dashed #aeaeae;
    top: 0;
    min-width: 1024px;
}

div#left {
    position: relative;
    margin: 0 0 0 1em;
    width: 12em;
    border: 2px dotted #000000;
    float: left;
}

div#left:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

div#left ul{
        margin: 2px 2px 2px 1.1em;
}

div#right {
    position: relative;
    margin: 0 0 0 16em;
}



ul {
    position: relative;
    margin: 0 0 40px 30px;
}

ul:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}


li.menu {
    margin: 10px 1px 0; 
    padding: 1px;
    height: 28px;
    background-color: #ffcc00;
    float: left;
    display: block;
    font-size: x-large;
    background-image: url("./images/grad4.png");
    background-color: #ee0000;
    border-right: 3px groove #330000;
    border-bottom: 3px groove #330000;
}

li#now {
    margin: 10px 1px 0; 
    padding: 1px;
    height: 28px;
    background-color: #ffcc00;
    float: left;
    display: inline;
    font-size: x-large;
    background-image: url("./images/grad4.png");
    background-color: #669933;
    border-right: 3px groove #330000;
    border-bottom: 3px groove #330000;
}

li.menu a {
    text-decoration: none;
}

li#now a {
    text-decoration: none;
}



div.video {
        position: relative;
        left: 50%;
        margin-top: 20px;
        margin-left: -212px;
        margin-bottom: 20px;
}


p.left {
        margin: 0px 0 1.1em 1em;
        font-size: large;
}

p.leftm {
        margin: 0px 0 1.1em 1em;
        font-size: medium;
}

p.lefts {
        margin: 0px 0 1.1em 1em;
        font-size: small;
}


p.rightm {
        text-align: right;
        font-size: medium;
        margin: 0 1em 10px 0;
}

p.rights {
        text-align: right;
        font-size: small;
        margin: 0 1em 10px 0;
}


p.blog {
        margin: 20px 10px 0px auto;
        padding: 1px;
        font-size: x-large;
        text-align: right;
        background-color: #cc6600;
        width: 2em;
        height: 28px;
        background-image: url("./images/grad4.png");
        vertical-align: bottom;
        border-bottom: 4px groove #aa6600;
        border-right: 4px groove #aa6600;
}

p.blog a {
        text-decoration: none;
}


p.youtube {
        margin: 5px 10px 10px auto;
        padding: 1px;
        font-size: x-large;
        text-align: right;
        background-color: #229933;
        width: 4em;
        height: 28px;
        background-image: url("./images/grad4.png");
        vertical-align: bottom;
        border-bottom: 4px groove #219933;
        border-right: 4px groove #219933;
}

p.youtube a {
        text-decoration: none;
}



p.center {
        text-align: center;
        font-size: medium;
        margin: 0 0 40px 0;
}

h1 {
        margin: 10px 0 10px 10px;
}

p {
        line-height: 1.3em;
}


