body {
    font-family: Georgia;
    background-color: #fdde8e;
    margin: 0px;
}
h1 {
    color: #77312B;
    font-weight: normal;
    font-size: 24pt;
    margin: 0px;
    padding: 0px;
}
p {
    font-size: 9pt;
    line-height: 16pt;
}
.leftmargin {
  margin-left: 20px;
}
.rightmargin {
 margin-right: 20px; 
}
#headerwrapper {
    text-align: center;
    background-color: #ffffff;
    background-image: url(../img/header-wrapper-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    height: 163px;
    min-width: 960px;
}
#bodywrapper {
    text-align: center;
    min-width: 960px;
    background-color: #ffffff;
    background-image: url(../img/body-wrapper-bg.png);
    background-repeat: repeat-x;
    min-height: 400px;
    padding-top: 4px;
}
#footerwrapper {
    background-color: #fdde8e;
    border-top: solid 8px #000000;
    min-height: 40px;
}
#navigation {
    position: absolute;
    top: 40px;
    left: 162px;
    padding: 0px;
    margin: 0px;
    width: 750px;
    height: 50px;
}
#navigation li {
    padding: 0px;
    margin: 0px;
    height: 50px;
    width: 150px;
    display: block;
    float: left;
}
.block960 {
    width: 960px;
    margin: auto;
    text-align: left;
    padding: 0px;
    position: relative;
}
.navsprite {
    width: 150px;
    height: 48px;
    display: block;
    background-image: url(../img/nav-sprites.jpg);
    overflow: hidden;
    text-indent: -5000px;
    background-repeat: no-repeat;
}
#btnAbout { background-position: 0px -50px;}
#btnParticipants { background-position: -150px -50px;}
#btnEvents { background-position: -300px -50px;}
#btnContact { background-position: -450px -50px;}
#btnAbout:hover { background-position: 0px 0px;}
#btnParticipants:hover { background-position: -150px 0px;}
#btnEvents:hover { background-position: -300px 0px;}
#btnContact:hover { background-position: -450px 0px;}