*
{
    padding: 0em;
    margin: 0em;
}

#contentFrame li
{
    padding-left: 0.1em;
    margin-left: 3em;
}

body
{
    background: #000000 url( 'images/bg1.jpg' );
    padding: 35px 0px 35px 0px;
    text-align: center;
}

body, input
{
    font-size: 14px;
    font-family: Arial, serif;
    color: #333333;
}

a
{
    color: #51769C;
    text-decoration: underline;
}
a:hover
{
    text-decoration: none;
}

h1
{
    font-size: 16px;
}
h2
{
    font-size: 18px;
}
h3
{
    font-size: 20px;
}
h4
{
    font-size: 22px;
}
h5
{
    font-size: 24px;
}
h6
{
    font-size: 26px;
}


img
{
    border: solid 1px #6F5230;
}

img.left
{
    position: relative;
    float: left;
    margin: 0em 1.8em 1.4em 0em;
}

img.right
{
    position: relative;
    float: right;
    margin: 0em 0em 1.8em 1.8em;
}



