﻿body
{
    margin: 0px;
    padding: 0px;
    background-color: #EEEEEE;
    background-image: url(graphics/southwest_horn_convention_background.png);
    background-position: left top;
    background-repeat: no-repeat;
    font-family: arial;
    font-size: 15px;
}

a
{
    color: #4488DD;
    font-weight: bold;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

a img
{
    border: none;
}

#container
{
    width: 800px;
    margin: 0px auto 0px auto;
    padding: 0px 0px 50px 0px;
}

#menu
{
    color: #4488DD;
    font-weight: bold;
    background-color: #FFFFFF;
    padding: 10px 10px 0px 10px;
    font-size: 12px;
}

.kokopelli
{
    margin-right: 10px;
}

.roundtop
{
    height: 20px;
    background-image: url(graphics/round_top_a.png);
}

.content
{
    background: #FFFFFF;
    padding: 0px 10px 0px 10px;
    overflow: auto;
}

.content p
{
    margin: 0px;
    padding: 5px 0px 5px 0px;
}

.content table td
{
    vertical-align: top;
}

.content h1
{
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    font-weight: bold;
}

.content .main
{
    width: 490px;
    float: left;
}

.content .secondary
{
    margin-left: 500px;
    border-left: solid 1px #CCC;
    padding-left: 10px;
}

.content ul
{
    padding: 0px;
    margin: 10px 20px;
}

.content ul li
{
    margin: 10px 0px;
}

.roundbottom
{
    height: 20px;
    background-image: url(graphics/round_bottom_a.png);
}

.spacer
{
    height: 20px;
}

.divider
{
    margin: 20px 0px;
    height: 3px;
    background: #E7E7E7;
}

.ad_table td
{
    padding: 2px 5px;
    border-bottom: solid 1px #E7E7E7;
}
