html {
    overflow-y: scroll;
}

@font-face {
    font-family: ghostTown;
    src: url(ghosttown.ttf);
}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    ackground: #e3d7bd;
    ackground: #5e4e49;
    background: #8a766e;
    margin: 0px;
}

#container_960 {
    background: url(images/mint-bg.gif) repeat-y;
    margin: 0px auto;
    width: 960px;
}

#container_940 {
    margin: 0px auto;
    width: 940px;
}

#title {
    background: #3a2b30;
    width: 940px;
    height: 30px;
    padding: 0px;
    border-bottom: 2px solid #ffffff;
}

#title h1 {
    font-family: ghostTown;
    color: #c8c2c4;
    margin: 0px 10px 0px 0px;
    font-size: 26px;
    text-align: right;
    padding: 0px;
}

#header {
    background: url(images/cleverstudent.jpg) no-repeat;
    width: 940px;
    height: 215px;
    margin: 0px;
    padding: 0px;
}

#header p {
    color: #ffffff;
    margin: 0px 15px 0px 0px;
    padding-top: 15px;
    text-align: right;
    text-shadow: 2px 2px 1px #000000,
                -1px -1px 1px #000000,
                 1px -1px 1px #000000,
                -1px 1px 1px #000000,
                 1px 1px 1px #000000;
                 opacity: 0.9;
}

#header-caption {
    background-color: #3a2b30;
    width: 940px;
    height: 10px;
    border-top: 2px solid #ffffff;
    padding: 0px;
}

#main-content {
    width: 727px;
    line-height: 1.5em;
    margin-top: 0px;
    margin-left: 0px;
    float: left;
}

#main-content p {
    padding: 0px 10px;
}

#main-content h1 {
    font-family: ghostTown;
    color: #3a2b30;
    margin: 10px 0px 0px 10px;
    text-transform: uppercase;
    font-size: 24px;
}

#right-menu {
    width: 193px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    float: right;
}

#right-navlist {
    line-height: 20px;
    margin: 5px 0px;
    padding: 0px;
    list-style-type: none;
    color: #c99fc7;
}

#right-navlist a {
    display: block;
    border-bottom: 1px solid #886226;
    text-decoration: none;
    color: #000000;
}

#right-navlist a:hover {
    background-color: #e4d07a;
}

.current {
    background-color: #e4d07a;
}

#right-navlist a:visited { 
	color: #084434;
}

.sideheader {
    font-family: ghostTown;
    line-height: 24px;
    background-color: #3a2b30;
    color: #c8c2c4;
    font-size: 18px;
    padding: 3px 0px 0px 5px;
}

#more-info {
    font-size: 0.75em;
    line-height: 130%;
    margin-bottom: 30px;
}

#footer {
    background: #3a2b30;
    height: 20px;
    border-top: 2px solid #ffffff;
    padding-top: 5px;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    clear: both;
}

img.imgright {
    margin: 10px 0px 10px 15px;
    float: right;
}

img.imgleft {
    margin: 10px 15px 10px 0px;
    float: left;
}

table {
    padding-top: 20px;
    padding-left: 20px;
    width: 100%;
}

td {
    vertical-align:top;
    font-weight: bold;
}

table.little_table {
    width: 300px;
    margin: 0px auto;
}

table.little_table td {
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    border: 1px solid #000000;
    padding: 3px;
}

input, textarea {
    width: 370px;
}

.customer {
    font-size: .9em;
    margin-left: 300px;
    font-style: oblique;
}

.review {
        background: #ffffff;
        margin: 5px 5px 5px 15px;
}

.try_again {
        background: #ffc300;
        color: #000000;
        margin-left: 15px;
        font-weight: bold;
        font-size: 14pt;
}

.right_floatie {
        float: right;
        margin-top: 10px;
        margin-right: 5px;
        font-size: 12pt;
}

.right_floatie a {
        background: #ffffff;
        color: #0000ff;
        padding: 2px;
}

.right_floatie a:hover {
        background: #e4d07a;
}

a img {
    border: 0px;
}

a:link, a:visited {
    color: #5f506d;
}

a:hover {
    text-decoration:none;
    border-bottom: 1px dashed #000000;
}

.highlight {
    padding: 2px;
    background-color: #ffface;
}

.quote {
    text-align: center;
    font-size: 12px;
}

dt {
    font-family: ghostTown;
    margin: 0px 0px 0px 10px;
    font-size: 24px;
    padding: 0px;
}

dd {
    padding-bottom: 20px;
}

.clear {
    clear: both;
}

