body {
    background: #6b2c7c url(../images/back.gif) repeat-x;
    font-family: Verdana, Arial, sans-serif;
    color: #ffffff;
    font-size: 0.8em;
    line-height: 1.4em;
}

a:link, a:visited {
    color: #ffffff;
    text-decoration: underline;
}

a:hover, a:active {
    text-decoration: none;
}

p {
    margin: 6px 0 6px 0;
}

ul {
    padding: 5px 0 0 0;
}

li {
    list-style-type: disc;
    margin: 0 0 0 15px;
    color: #571d5f;
}

li span {
    color: #ffffff;
}

img {
    border: 0;
}

#wrapper {
    width: 922px;
    margin: 0 auto;
}

#header {
    width: 100%;
    height: 393px;
    float: left;
    background: url(../images/imgBanner.jpg) no-repeat;
    margin: 30px 0 0 0;
}

#main {
    width: 100%;
    float: left;
}

#main #col1 {
    width: 460px;
    float: left;
    margin: 37px 0 0 0;
}

#main #col2 {
    width: 400px;
    float: right;
    margin: 37px 0 0 0;
}

#footer {
    width: 100%;
    float: left;
    margin: 10px 0 0 0;
}

#footer #col1 {
    width: 460px;
    float: left;
}

#footer #col2 {
    width: 400px;
    float: right;
}

.smalltext {
    font-size: 0.7em;
}

.clear {
    clear: both;
}
