
/*
color definitions:
    orange in logo:     #ff6600;
    gray in logo:       #919191;
    background:         #fffcf2;
*/

body {
    text-align: center;
    margin: 0px;
    padding: 0px;
    font-family: 'Verdana', sans-serif;
    background-color: #919191;
}

#area {
    text-align:left;
    margin: 0px 10px auto 10px;
    min-height: 800px;
    background-image: url(manasource-logo-bg.png);
    background-position: bottom left;
    background-repeat: no-repeat;
}

#main {
    max-width: 900px;
    padding: 20px;
    margin: 20px auto 20px auto;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #fffcf2;
}


#content {
    margin-right: 200px;
}

#navigation {
    float: right;
}

a {
    color:  #ff6600;
    text-decoration: none;
}

a:hover {
     color:  #ff3300;
}

a:visited {
    color:  #ff6600;
    text-decoration: none;
}

#irc_hint {
    float: right;
    font-size: 8pt;
}

#irc_hint a {
    color: #a0a070;
}

#w3cfooter {
    text-align: center;
}

h1 {
    margin: 0px;
    padding: 0px;
}

h2 {
    margin: 0px;
    font-size: 16px;
    font-weight: bold;
}

h3 {
    font-size: 14px;
    font-weight: bold;
}


#content div.section div.header
{
    text-align: left;
    color: #ff6600;
    font-family: Georgia, serif;
    padding: 5px 0px 0px 10px;
    font-size: 20px;
    margin-top: 20px;
}

#content div.section div.body
{
    padding: 10px;
    margin: 0px 0px 0px 0px;
    font-size: 12px;
}

/* Navigation */
#navigation div.section
{
    margin: 20px 0px 0px 10px;
    font-size: 14px;
}

#navigation div.section div.header
{
    text-align: right;
    color: #000000;
    font-weight: bold;
    padding: 5px 10px 0px 0px;
    height: 23px;
}

#navigation div.section div.body
{
    text-align: right;
    padding: 5px 10px 5px 5px;
}

#navigation div.section div.body ul
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

#navigation div.section div.body li
{
    padding: 3px;
    height: 30px;
    font-size: 15px;
}
