﻿body
{
    padding: 0px;
    margin: 0px;
    background-image: url(../../Resources/Images/bodyGraphic.jpg);
    background-position: center;
    background-repeat: no-repeat;
}
h3, h2, h1
{
    margin: 0px;
}
li
{
    margin-bottom: 5px;
}
ul
{
    margin-top: 0px;
}
a
{
    color: #fba500;
    font-weight: bold;
}
.page
{
    text-align: left;
    position: relative;
    background-image: url(../../Resources/Images/pageGraphicNoBox.jpg);
    background-position: center;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    width: 786px;
    height: 865px;
}
.centered
{
    text-align: center;
}
.body
{
    left: 37px;
    height: 406px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    text-align: left;
    top: 377px;
    width: 700px;
}
.content
{
    border: solid 1px #111111;
    color: #ffffff;
    font-family: Verdana, Arial;
    font-size: 12px;
    top: 385px;
    left: 0px;
    height: 450px;
    overflow: auto;
    position: absolute;
    width: 786px;
}
.adLink
{
    display: block;
    border: solid 1px #eeeeee;
}
.adLink:hover
{
    border: solid 1px #05636f;
}
.dahgeoStudiosName
{
    position: absolute;
    left: 690px;
    top: 840px;
}
.indent
{
    margin-left: 20px;
}
.contentPrint
{
    background-color: #111111;
    padding: 5px;
    top: 377px;
    left: 0px;
    position: absolute;
    float: right
}
.menuLayer
{
    position: absolute;
    left: 0px;
    top: 150px;
}
.menuLayer a
{
    background-color: #111111;
    color: #ffa900;
    display: block;
    font-family: Arial, Tahoma, Verdana;
    font-size: 14px;
    font-weight: bold;
    margin: 2px;
    padding: 10px;
    text-decoration: none;
}
.menuLayer a:hover
{
    background-color: #333333;
}
.article
{
    font-size: 12px;
    margin: 10px;
}
.articleTitle
{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}
.articleTitle a
{
    font-size: 12px;
}
.articleBody
{
    color: #eeeeee;
}
.pageTitle
{
    background-color: #111111;
    color: #ffa900;
    font-size: 14px;
    font-family: Arial, Tahoma, Verdana;
    font-weight: bold;
    padding: 10px;
}
