body
{
    background-color: black;
    background-repeat: no-repeat;
    background-position: top left;
    color: #c3c3cc;
}

li {
    list-style-type: square;
    margin-left: -15px;
}

a:link
{
    color: #ffa54a;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

a:active
{
    color: #ff7f00;
    text-decoration: none;
}

a:visited
{
    color: #ff7f00;
    text-decoration: none;
}

.menu
{
    position: absolute;
    font-family: century gothic, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    top: 0px;
    left: 600px;
    padding: 10px;
    margin: 0px;
    border: 0px;
}

.maincontent
{
    /*position: absolute;
    top: 200px;
    left: 433px;

	*/
    font-family: century gothic, sans-serif;
    font-size: 11pt;
    margin: 60px 0 0 425px;
    width: 370px;
    padding: 4px;
    border: 0px;
}

.secondarycontent
{
    position: absolute;
    font-family: sans-serif;
    font-size: 10pt;
    top: 86px;
    left: 433px;
    width: 370px;
    margin-top: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 4px;
    border: 0px;
}


.infoboxcolumn
{
    float: left;
    clear: none;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

.infobox
{
    font-family: sans-serif;
    font-size: 9pt;
    width: 160px;
    padding: 5px;
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 0px;
    margin-bottom: 10px;
    border: 1px solid #3E4D5D;
}

.infoboxtitle
{
    font-family: century gothic, sans-serif;
    font-size: 12pt;
    font-weight: bold;
}

.pagetitle
{
    font-family: century gothic, sans-serif;
    font-size: 26pt;
    font-weight: bold;
    color: ccc;
    text-align: right;
    letter-spacing: 1px;
    margin-bottom: 3px;
}

.sectiontitle
{
    font-family: sans-serif;
    font-size: 12pt;
    font-weight: bold;
    color: #ccc;
    padding-top: 12px;
}

.section
{
    border-top: 1px solid #FFA449;
}

.topnextlink
{
    font-size: x-small;
    text-align: right;
}

.nextlink
{
    float: right;
    margin: 10px;
}

.prevlink
{
    float: left;
    margin: 10px;
}

.calink
{
    color:#ffbf00;
    font-weight:bold;
    text-decoration:none;
}

.footer
{
    position: absolute;
    top: 890px;
    left: 350px;
    width: 290px;
    font-size:xx-small;
    padding:5px;
    font-family:tahoma, arial;
    letter-spacing:1px;
    color:#999;
    text-align: center;
}

.screenshot
{
    cursor: pointer;
    border: 1px solid #3E4D5D;
    padding: 0px;
    margin: 0px;
}

.homeclick
{
    cursor: pointer;
    position: abosolute;
    top: 0px;
    left: 0px;
    width: 400px;
    height: 300px;
    border: 0px;
    margin: 0px;
    padding: 0px;
}
.logoblock
{
    padding: 0;
    border: 1px solid #3E4D5D;
    margin: 10px 0;
    width: 352px;
}
.logoblock a
{
    display: block;
    float:left;
    margin:13px;
}

.logoblock .logoblocktitle
{
    display:block;
    text-align: center;
    color: white;
    margin-top:5px;
}