body
{
    margin:0 0 0 0;
    background: #f4efdf url(../images/background.png) repeat-x;
}

.header
{
    width:100%;
    height:200px;
    background: url(../images/header.png) no-repeat;
    text-align:center;
}

.visible
{
    display:block;
}

.hidden
{
    display:none;
}

.selected
{
    text-decoration: underline;
}

.not_selected
{
    text-decoration: none;
}

#menu
{
    text-align:center;
    margin-top:-10px;

}

#menu span
{
    cursor:pointer;
    padding-left:5%;
    padding-right:5%;
    text-align:center;
    font-weight: bold;
}

#section1
{
    padding-top:3em;
    padding-left: 18%;
    padding-right: 15%;
}

#section2, #section3
{
    padding-top:2em;
    padding-left: 25%;
    padding-right: 15%;
}

#section4
{
    padding-top:2em;
    padding-left: 18%;
    padding-right: 15%;
}

.indent_underline
{ 
text-indent: 25px;
text-decoration: underline;
}

