*
{
    margin: 0;
    padding: 0;
}


img, a img {
    border: none;
}

body
{
    background: #fff none;
    text-align: center;
    font-size: 12px;
}

#main
{
    background: transparent none;
    color: #4e4e4e;
    border: 1px solid #dfdfdf;
    font-family: arial, sans-serif;
    text-align: left;
    padding: 0 20px;
    margin: 2em auto;
    width: 800px;
}

#header
{
    position: relative;
    overflow: hidden;
    width: 800px;
    height: 110px;
}

#header img
{
    margin-top: 20px;
}

#content
{
    float: left;
    background: #fafafa none;
    padding: 5px;
    margin-bottom: 2em;
    width: 790px;
}

#menu
{
    float: left;
    clear: both;
    width: 100%;
    margin: 0 0 5px 5px;
}

#menu li
{
    display: block;
    float: left;
    margin-right: 1.7em;
}

#menu a:link, #menu a:visited
{
    color: #c00;
    font-family: 'Courier New', courier, monaco, monospace;
    font-weight: bold;
    text-decoration: none;
}

#menu a:hover, #menu a:active
{
    text-decoration: underline;
}

.clear
{
    display: block;
    clear: both;
    width: 100%;
    height: 1px;
    width: 1px;
    margin: -1px;
}

#cloud
{
    list-style: none none outside;
    overflow: hidden;
}

#cloud li
{
    /*
    position: relative;
    */
    display: block;
    float: left;
}

#cloud a
{
    display: block;
    float: left;
    position: relative;
    top: 0px;
    left: 0px;
}

#cloud li a:link, #cloud li a:visited
{
    color: #4e4e4e;
    background-color: transparent;
    text-decoration: none;
    white-space: nowrap;
}

#cloud li a:hover, #cloud li a:active, #cloud li a.active
{
    color: #c00;
}

#personThumbImg
{
    position: absolute;
    top: -9px;
    right: 0;
    z-index: 1;
    height: 70px;
}

