﻿body 
{
    color:#57330A;
    background-color:#BAA68E;
    font-family:Verdana;
    font-size:10pt;
}

img
{
    border:none;
}

h2
{
    text-decoration:none;
    font-size:16pt;
}

.container
{
    width:825px;
    min-width:710px;
    max-width:900px;
    margin:0 auto 0;
}

.background
{
    background-color:#563309;
    padding:5px;
}
    
.main
{
    position:relative;
    background-color:#EFE4C4;
    padding:5px;
    color:#57330A;
}

.content
{
    position:relative;
    padding:5px;
    background-color:#FAF7E8;
    color:#57330A;
}

.footer
{
    background-color:#563309;
    color:White;
    text-align:center;
}

.footer ul li
{
    display:inline;
    padding-left:20px;
    background:none;
}

.footer a
{
    color:White;
    text-decoration:none;
}

.form
{
    width:48%;
    min-width:300px;
    max-width:400px;
    float:right;
    vertical-align:middle;
    color:#57330A;    
}

.left
{
    min-width:300px;
    max-width:450px;
    width:48%;
    float:left;
    color:#57330A;    
}

.wrapper
{
    min-width:710px;
    max-width:900px;
}

.banner
{
    position:relative;
    width:100%;
    background-color:#B4ADA7;
    background-image:url(img/cibbanner.jpg);
    min-height:280px;
    background-position:right top;
    background-repeat:no-repeat;
    color:Black;
    font-family:Book Antiqua, Serif;
    font-weight:bold;
}

.test ul {
margin: 0;
padding: 0;
list-style: none
}

.test li { float:right }

.test
{
    float:right;
    width:450px;
    display:inline;
}

