body 
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    background-color: #f5f5f5;
    background-image: url("images/king.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
h1
{
    font-size: 30px;
}
p
{
    line-height: 20px;
}
span
{
    font-weight: bold;    
}
a:visited
{
    color: #663300;
}
a:link, a:hover, a:active
{
    color: #35006A;
}
img
{
    vertical-align: text-bottom;
    border-width: 0px;
}
img.left
{
    float: left;
    height: 98px;
}
img.bottom
{
    vertical-align: bottom;
    bottom: 0px;
    width: 191px;
}
#Banner
{
    height: 98px;
    width: 825px;
    background: transparent url("images/Banner_sliver.png") repeat-x;
    z-index: 1;
}
#Menu 
{
    position: absolute;
    top: 98px;
    left: 0px;
    height: 100%;
    min-height: 680px;
    width: 191px;
    background: transparent url("images/Menu_sliver.png") repeat-y;
    z-index: 1;
}
#Content 
{
    position: static;
    padding-left: 191px;
    width: 650px;
    background-color: transparent;
}
#TextArea
{
    position: static;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: -50px;
}

