body
{
    font-family: Arial;
    font-size: 12px;
    background: #545454 url(../img/stripe.png);
}

a
{
    color: #de0c0c;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

a:visited
{
    color: #de0c0c;
    text-decoration: none;
}

.rimg
{
    padding: 5px;
    margin: 5px;
    float: right;
}
.limg
{
    margin: 10px;
    float: left;
}

#container
{
    position: relative;
    background: #fff;
    width: 580px;
    border: solid 8px #fff;
    margin: 10px auto 30px auto;
}

#hedder
{
    background: #000;
    position: relative;
    width: 100%;
}

#title
{
    width: 100%;
    height: 49px;
    background: #cccccd;
    border-bottom: solid 4px #fff;
}

#logo
{
    background: transparent url(../img/logomarchethon.gif) no-repeat left center;
    width: 250px;
    height: 49px;
    float: right;
}

#logo > h1
{
    font-family: Sans;
    font-weight: bold;
    font-size: 21px;
    color: #fff;
}

#pic
{
    width: 100%;
    height: 115px;
    background: #fff url(../img/coureurs.jpg) no-repeat;
    border-bottom: solid 4px #fff;
    background-position: center;
}

#schedule
{
    position: absolute;
}

#schedule > h1
{
    font-weight: bold;
    color: Black;
    margin-top: 85px;
    padding-left: 32px;
    font-size: 24px;
}

#schedule > h2
{
    font-weight: bold;
    color: Yellow;
    margin-top: -50px;
    padding-left: 30px;
    font-size: 24px;
}

#links
{
    width: 100%;
    height: 30px;
    background: #de0c0c url(../img/lb.jpg);
    border-bottom: solid 4px #fff;
}

#lwrap
{
    float: left;
    word-spacing: 5px;
    padding: 5px 5px 5px 15px;
}

#lwrap > a
{
    color: #fff;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

#lwrap > a:hover
{
    text-decoration: underline;
}

#content
{
    min-height: 400px;
    width: 96%;
    margin: 5px;
}

#content > h1
{
    font-family: Arial;
    font-weight: normal;
    font-style: normal;
    color: #de0c0c;
    font-size: 22px;
}

#content > h2
{
    font-family: Arial;
    font-weight: normal;
    font-style: italic;
    color: #de0c0c;
    font-size: 18px;
}

#content > p
{
    font-family: Arial;
    font-weight: normal;
    font-style: normal;
    color: #252525;
    font-size: 12px;
    text-align: justify;
}

#content > ul
{
    font-family: Arial;
    font-weight: normal;
    font-style: normal;
    color: #252525;
    font-size: 12px;
}

#footer
{
    background: #000 url(../img/hdbg.jpg);
    width: 100%;
    color: #fff;
    font-family: Sans;
    font-size: small;
    padding: 5px;
    text-align: center;
}

#footer > a
{
    color: #de0c0c;
    text-decoration: none;
}

#footer > a:hover
{
    text-decoration: underline;
}

#footer > a:visited
{
    color: #333333;
    text-decoration: underline;
}

#category
{
    border: 1px solid black;
}

.floatleft
{
    float: left;
    margin: 10px;
}

.floatright
{
    clear: right;
    float: right;
    margin: 10px;
}
.theader
{
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

.tgreyedbold
{
    text-align: center;
    background-color: #eee;
    font-size: 12px;
    font-weight: bold;
}

dl
{
    margin-left: 20px;
}

dt
{
    font-size: 14px;
    margin-bottom: 3px;
}

dd
{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 12px;
}
