html,body
{
    margin:0;
    padding:0; 
    text-align: center; 
}

body
{
    line-height: 1.3em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #464646;
}

/*------------ Header -----------*/
#header
{
    padding-top: 7px; 
    background-color: #990000;
    height: 29px;
    color: white;
    font-size: 20px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

/*------------ Footer -----------*/
#footer
{
    clear: both;
    text-align: center;
    padding-top: 20px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer a
{
    text-decoration: none;
    font-weight: bold;
    color: #674c56;
}

/*------------ Content -----------*/
#wrapper 
{ 
    width: 800px;
    margin: 5px auto; 
    text-align: left;
    padding: 5px;
    border-left: 1px solid #990000;
    border-right: 1px solid #990000; 
}

#content
{
    padding-top: 3px; 
    padding-right: 5px;
    float: left;
    width: 650px; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

#content img
{
    margin: 0px;
    border-width: 0px;
    vertical-align:middle;
}

#content r
{
    text-decoration: none;
    color: #A00000;
    font-weight: bold;
}

#content authors
{
    text-decoration: none;
    color: gray;
}

#content ul
{
    margin-top: 0px; 
}

#content h3
{
    border-bottom: 1px solid #990000;
    font-size: 14px;
    color: #464646;
}

#content a
{
    text-decoration: none;
    font-weight: bold;
    color: #674c56;
}

#content a:hover
{
    color: #d17702;
    border-bottom: 2px dotted #d17702;
}

#content table
{
    width: 100%;
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
}

/*------------ Right -----------*/
#right
{
    float: right;
    text-align: right;
    width: 140px; 
    padding: 2px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#right h3
{
    border-bottom: 1px solid #990000;
    font-size: 14px;
    color: #464646;
}

#right li
{
    list-style-type: none;
}

#right li a
{
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    color: #674c56;
}

#right li a:hover
{
    color: #d17702;
    border-bottom: 2px dotted #d17702;
}
