h1{
    background: #fff url(../images/title.jpg) bottom repeat-x;
    color:#777;
}

#logo{
    background-image: url(../images/logo.jpg);
    width: 300px;
    height: 150px;
    float:left;
}

#menuButton{
    float:left;
    display:inline;
    height: 150px;
    vertical-align: middle;
    padding-top: 35px;
}



.button {
    background: #fff url(../images/shadow.jpg) bottom repeat-x;
    border: 0.1em solid #ccc;
    color: #000;
    font-size: 1em;
    margin-top: 0.2em;
    overflow: hidden;
    padding: 0 0.3em 0 0;
    text-align: center;
}

.button:hover{
    background: #ccc url(../images/shadowTop.jpg) top repeat-x;
}

#body{
    background: #fff url(../images/shadow.jpg) bottom repeat-x;
    border: 0.1em solid #ccc;
    font-size: 1em;
    margin-top: 0.2em;
    overflow: hidden;
    padding: 0 0.3em 0 0.3em;
}

.clear{
    clear: both;
}


#menuButton a:visited{
    text-decoration: none;
    color:#666;
}

#menuButton a{
    text-decoration: none;
    color:#000;
    margin-left: 0.4em;
    
}

#body a{
    text-decoration: underline;
    color:#4d8fbe;
    font-weight: bold;
}

#body a:visited{
    text-decoration: underline;
    color:#79819d;
    font-weight: bold;
}
