﻿body 
{
    background-image: url(images/bg.jpg);
    background-repeat: repeat-x;
    background-color: #000000;
    margin: 0px;
    color: #9d9384;
    font-family: Myriad Pro, Calibri, Arial;
    font-size: 14px;
    line-height: 130%;
}

p
{
    margin: 12px 0px 12px 0px;
}

a
{
    color: #d55600;
}

a:hover
{
    color: #d2911e;
}

img
{
    border: 0px;
}

td
{
    vertical-align: top;
}

#wrapper
{
    height: 695px;
    width: 995px;
    background-image: url(images/content-bg.jpg);
    background-repeat: no-repeat;
}

#sidebar
{
    height: 535px;
    width: 295px;
    float: left;
}

#menu
{
    height: 360px;
    width: 295px;
    outline-style: none;
}

#logo
{
    background-image: url(images/logo.jpg);
    height: 188px;
    width: 295px;
}

#content
{
    height: 602px;
    width: 700px;
    float: left;
    position: relative;
    top: 45px;
}

#cttop
{
    height: 50px;
    width: 700px;
}

#cttext
{
    height: 423px;
    width: 660px;
    padding: 14px 6px 10px 28px;
    overflow: hidden;

}

#ctbottom
{
    background-image: url(images/ctbottom.jpg);
    height: 20px;
    width: 700px;
}

#footer
{
    height: 30px;
    width: 300px;
    position: relative;
    top: 24px;
    left: 24px;
    font-size: 10px;
}

.title
{
    color: #d2911e;
    font-size: 20px;
}

.hilight
{
    color: #fff0be;
}

.button
{
    font-size: 12px;
    padding: 0px 2px 0px 2px;
}

.checkbox
{
    position: relative;
    left: 24px;
}

.error
{
    color: Red;
}

.dropdown
{
    font-size: 12px;
    padding: 0px;
    width: 163px;
}

.textbox
{
    font-size: 12px;
    padding: 0px;
    width: 160px;
}