


#header
{
 font-size: large;
}

#menu
{
position : absolute;
left : 0.1em;
top: 5em;
width: 5.4em;


}

#menu a{
 background-color: white;
 width: 5.4em;
 margin-top: 5px;
 margin-bottom: 5px;

}
#menu a:hover{
 background-color: #9F9BBE;

}


#current {
 color : red ;
}




#content
{

    position : absolute;
    left : 5.5em;
    right : 10.2em;
    top : 5em;
    text-align : justify;
    background-color: #9F9BBE;
    color : BLACK;
}

#content h1
{

}



#quote
{
    border-style: double;
    background-color: silver;

    position : absolute;
    right : 0.5em;
    width : 9.5em;

    font-family: sans-serif;
    color: white;
    font-size: small;
    text-align: center;
    font-style: italic;
}




#footer
{
    position : absolute;
    bottom : 0.1em;
    left : 0.7em;
    font-size: xx-small;



}
#logo
{
    position : absolute;
    bottom : 0.1em;
    right : 0.7em;
    height : 151px;
    width : 153px;
    Background-image : url("running.jpg");
    Background-repeat : no-repeat;
    Background-position : center center;


}
body
{

    Background-image : url("runningclub.jpg");
    Background-repeat : repeat;


font-family: serif;
font-size: medium;


}





</style>

