body
{
    background-color: #000000;
    color: #FCC1D6;
    font-family: Verdana;
    font-size: 12px;
    background-image: url("../images/bg-ContentDT.jpg");
    background-repeat: no-repeat;
    background-position: right;
    background-attachment: fixed;
    margin: 0px 0px 0px 0px;
}
img
{
    border: 0;
}
a
{
    color: #FF9999;
}
a:visited
{
    color: #FF9999;
}
a:hover
{
    color: #FF9999;
}
a:active
{
    color: #FF9999;
}
h1
{
    font-family: Book Antiqua;
    font-weight: bold;
    font-size: 18px;
    color: #FF9999;
}
h2
{
    font-family: Book Antiqua;
    font-weight: bold;
    font-size: 14px;
    color: #FF9999;
}





#layout
{
   
}
#header
{
    top: 0;
    left: 0;
    text-align: center;
    background-color: #000000;
    position: fixed;
    width: 100%;
    z-index: 1;
}
#content
{
    padding: 0px 100px 0px 190px;
    position: relative;
    width: 75%;
    top: 100px;
}    
#footer
{
    
    font-size: 9px;
    background-color: #000000;
    position: fixed;
    width: 100%;
    height: 20px;
    top: auto;
    bottom: 0;
    left: 0;
    padding: 5px;  
}
    #footer #left
    {
        text-align: left;
        float: left;
        width: 150px;
    }
    #footer #center
    {
        text-align: center;
        float: left;
        margin-left: 160px;
    }
    #footer #right
    {
        text-align: right;
        float: right;
        padding-right: 10px;
    }
    #footer a
    {
        color: #666666;
        text-decoration: none;
    }
    #footer a:hover
    {
        color: #0DC8C8;
        text-decoration: underline;
    }

#NoNavSide
{
    margin-left: -175px;
}



.indent
{
    margin-left: 25px;
}
.center
{
    text-align: center;
}
.left
{
    text-align: left;
}
.bold
{
    font-weight: bold;
}
.italics
{
    font-style: italic;
}
.offline
{
    color: #606f6f;
}
.TableStyle
{
    width: 90%;
}
.TableStyle th
{
    font-size: 16px;
    font-weight: bold;
    padding: 2px 5px 2px 0px;
    color: #FF9999;
}
.TableStyle td
{
    font-size: 12px;
    padding: 2px 10px 2px 0px;
    border-bottom: dashed 1px #999999;
    vertical-align: top;
}

#questmap,
#worldmap {
    width: 700px;
    height: 700px;
    background-image: url(../images/newmap.png);
}

#worldmap {
    margin: auto;
}

