body {
    font-family:Arial, Helvetica, sans-serif;
    padding:        20px;
    font-size:      small;
    width:          900px;
    margin-left:    auto;
    margin-right:    auto;
}
#header
{
    text-align:     right;
}

#speakerlist h3
{
    clear:          both;
}

ul.menu {
    list-style:     none;
    background-color:   #BE483F;
    color:              white;
    margin:             0 0 30px 0;
    padding:            0.2em 0 0.2em 0;
    float:              left;
    width:              100%;
    z-index:            100;
}

ul.menu li {
    float:              left;
    margin:             0 1em 0 1em;
    font-weight:        bold;
    font-size:          medium;
}

ul.menu li a {
    text-decoration:    none;
    color:              white;
}

#contents li
{
    list-style-image:   url(images/icon.png);
}
#contents dt
{
    font-weight:        bold;
    background-image:   url(images/icon.png);
    background-repeat:  no-repeat;
    padding-left:      15px;
    background-position: 0 0.25em;
}

h1
{
    color:              #BE483F;
    text-align:         center;
}
h2
{
    color:              #BE483F;
    text-align:         left;
}
h3
{
    color:              #BE483F;
}
#contents
{
    position: relative;
}
#sidebar
{
    position:           absolute;
    left:               0;
    top:                0;
    width:              200px;
    height:             100%;
    padding-left: 10px;
    z-index:            2;
}
#sidebar em
{
    font-weight:        bold;
    font-style:     normal;
}
#sidebar h2
{
    text-align: center;
    background-color:   #BE483F;
    color:              white;
}
#main
{
    position: relative;
    padding-left: 230px;
    padding-right: 30px;
}
.sponsors
{
    clear:          both;
    text-align:     center;
    border-width:   1px;
    border-color:   #BE483F;
    border-style:   solid;
    margin:         30px;
}
.sponsors img
{
    vertical-align: middle;
}
.sponsors table
{
    margin-left:    auto;
    margin-right:    auto;
}
.sponsors h2
{
    text-align: center;
}
div.sponsor
{
    display:    inline-block;
}
#agenda td
{
    padding: 0.5em;
}
#agenda
{
    margin-left:    auto;
    margin-right:    auto;
    border-color:   #BE483F;
}
#agenda td
{
    border-color:   #BE483F;
}
#agenda th
{
    border-color:   #BE483F;
    background:     #BE483F;
    color:          white;
}
#agenda td.single
{
    text-align: center;
}
.left
{
    float:          left;
    padding-right:  1em;
}
.address
{
    clear:          both;
}
.address li
{
    list-style:     none ! important;
}
#sponsorlist h2
{
    clear:          both;
}
#sponsorlist img
{
    float:          left;
    padding-right:   0.5em;
}
#speakerlist h2
{
    clear:          both;
}
#speakerlist img
{
    float:          right;
    vertical-align: top;
    padding-left:   0.5em;
}
#bottom div
{
    float:          left;
    width:          50%;
}
#bottom h2
{
    text-align: center;
    background-color:   #BE483F;
    color:              white;
    margin:             1px;
}

