﻿body
{
    font-family: 'Microsoft Sans Serif' , Sans-Serif;
}

.menu-div
{
    background-color: Transparent;
    font-size: x-small;
    clear:both;
    width:760px;
    margin-left:auto;
    margin-right:auto;
    padding: .5em 0 .5em 0;
}

.menu
{
    margin-left:auto;

}

#banner
{
    background-color: Teal;
    background-image: url("../images/title.gif");
    background-repeat: no-repeat;
    height: 60px;
    width: 760px;
    margin: auto auto auto auto;
}


span.construction
{
    background-color: #FFFF99;
    font-family: "Courier New", Courier, Monospace;
}

#footer
{
    background-color: Teal;
    color: White;
    font-size: small;
    clear: both;
    width:760px;
    margin-left:auto;
    margin-right:auto;
}

div.quote
{
    width: 359px;
    margin-left: auto;
    margin-right:auto;
    background-color: #99cccc;
    padding: 5px 5px 5px 5px;
    border-color: Teal;
    border-width: 1px;
    border-style: solid;
    text-align: left;
}

div.author
{
    text-indent: 2em;
}

.quote-text
{
    color: teal;
    font-style: italic;
}

.quote-author
{
    text-align: right;
}

.quote-desc, .quote-context
{
    font-size: smaller;
}

.quote-submitted
{
    font-size: small;
}

#mContent
{
    clear: both;
    width:760px;
    margin-left:auto;
    margin-right:auto;
}

#main-left
{
    width: 400;
    vertical-align: top;
    text-align: center;
    float:left;
}

#main-right
{
    width: 400;
    vertical-align: middle;
    text-align: center;
    float:right;
}

div.heading
{
    font-variant: small-caps;
    font-weight: bold;
}

div.indented
{
    
}

#updts_head
{
    float: right;
    width: 30%;
    border: solid thin #666666;
    padding: 5px 5px 5px 5px;
    background-color: #FFFFCC;
    color: teal;
    margin: 0 0 2em 2em;
}

.mPic
{
    padding: 5px 5px 5px 5px;
}

.updts_list
{
    text-indent: -6.1em;
    margin-left: 0;
    padding: 0 0 1em 6.1em;
    list-style: none;
    font-size: smaller;
}


