html,body
{
    height: 100%;
}

div.column
{
    overflow: hidden;
}

body
{
    font-family: Georgia, serif;
    line-height: 1.5;
    font-size: 12px;
    background-color: white;
}

#body_buffer
{
    padding: 40px 25px 60px 25px;
    min-width: 700px;
}


#body_wrapper
{
    min-width: 750px;
    background-image: url('/images/bg/flower.gif');
    background-position: 50% top;
    background-repeat: no-repeat;
    height: 100%;
}

div.menu
{
    padding-top: 95px;
    padding-bottom: 100px;
}

div.content
{
    padding-top: 30px;
    padding-bottom: 70px;
}

/*Gill Sans / Arial / Sans-Serif*/
.menu, .songtitle, .submenu, .show-info, .footer, .section_submenu
{
    font-family: "Gill Sans", "Gill Sans MT", "Helvetica Neue", "Helvetica", "Trebuchet MS", Arial, sans-serif;
    font-weight: 200;
    letter-spacing: 2px;
    font-size: 130%;
    text-transform: lowercase;
}

.footer
{
    margin-top: 20px;
}

a
{
    color: rgb(178, 24, 23);
    text-decoration: none;
}

a:hover
{
    color: rgb(178, 24, 23);
    text-decoration: underline;
}

div#submitting
{
    text-align: center;
}

.section_submenu
{
    font-size: 14px;
    margin-left: 1px;
}
.section_submenu a:hover
{
    text-decoration: none;
}

.section_submenu a.selected
{
    font-weight: normal;
}