body {
    font-family: Verdana,Arial,'Times New Roman';
    font-size:0.75em;
    color:black;
    margin: 0px;
    height:100%; /* needed to be able to make height of left column 100% */ 
    background: url('/furniture/images/background_large.jpg') repeat-y top left; /* added by LW */
    /* background-color:white; */
}

#container {
   width:900px;
   position: absolute;
   min-height: 850px;
   height:auto !important;
   height: 850px;
   /* height: 100%; */
}

img {
    border:none;
}

a:hover {color:#000;}
a:active {color:#000;}
a:visited {color:#000;} 
a:link {color:#000;}

.hp a:hover {color:#c00;}
.hp a:active {color:#c00;}
.hp a:visited {color:#c00;} 
.hp a:link {color:#c00;}

table caption {
    color:#fff;
    background-color: #000;
}

h1 {
    display: block;
    background-color: #ff8300;
    font-size: 18px;
    padding:5px;
    margin-top: 5px;
    margin-bottom: 15px;
    text-align: center;
}

h1.red { 
    background-color: #c00;
}

h2 {
    display: block;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    padding:3px;
    margin-bottom: 7px;
    text-align: left;
    font-style: italic;
}

h3 {
    display: block;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    padding:3px;
    text-align: left;
    margin-bottom: 7px;
}

h4 {
    color: #000;
    text-align: left;
    font-weight: bold;
}

h5 {
    color: #000;
    text-align: left;
    font-weight: bold;
    font-size: 10px;
}

.LeadParagraph {
    font-weight: bold;
}

img.left {
    float:left; 
    margin:0px 5px 0px 0px;
    border:none;
    display:block;
}
img.right {
    float:right;
    margin:0px 0px 0px 0px;
    border:none;
    display:block;
}
#left {
    width:190px;
    padding:0px;
    margin:0px;
    float: left;
    display: block;
    height: 100%;
}

#leftnav {
    position:absolute;
    top:110px;
    left:0px;
    width:185px;
    margin:0px 0px 0px 5px;
    z-index:1;
}

# subnav ul {
    list-style: none;
    margin-top: -5px;
    margin-left: 0px;
    padding-left: 30px;
    text-indent: -12px;
    padding-right: 25px;
}

#subnav ul {
    list-style: none;
    margin-top: -5px;
    margin-left: 0px;
    padding-left: 2em;
    text-indent: -1em;
    padding-right: 25px;
}

#subnav li {
    display:block;
    padding-bottom: 5px;
    font-size: 11px;
}

#left .navimage {
    margin-bottom:12px;
    border:none;
}

#bottomimage {
    position:absolute;
    left: 0px;
    bottom: 0px;
    z-index:0;
}

#right {
    float: left;
    padding-left:10px;
    width: 190px;
}

#content {
    float:left;
    padding-left: 10px;
    width:490px;
}

#content hr {
    border: 0;
    color: #9E9E9E;
    background-color: #9E9E9E;
    height: 2px;
    width: 100%;
    text-align: left;
}

#banner {
    margin-bottom: 5px;
    margin-top: 2px;
    padding-right: 10px;
    text-align: center;
}
.bodyarea {
    padding-right: 10px;
}

#gameinfocolumn {
    width: 150px;
    padding: 0px 0px 10px 10px;
    float: right;
}

#gameinfo {
    background-color: #fe9818;
    padding: 5px;
    margin-bottom: 5px;
    font-size: 10px;
}

#gameinfo .title {
    font-size: 20px;
    font-weight: bold;
    margin:0px 0px 5px 0px;
}

.screenshot {
    margin: 5px 0px 5px 0px;
}


#relations {
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    padding-right: 10px;
}

#copy {
    font-family:Verdana,Arial,Helvetica,sans-serif; 
    font-size:10px;
    text-align:center;
    padding-right: 10px;
    margin-top:15px;
    margin-bottom:15px;
    width: 480px;
}

.txtBlockSingle {
    float:left;
    width:235px;
    padding-right: 10px;
}
.txtBlockSingle p {
    margin-top:0px;
}
.txtBlockDouble {
    float:left; 
    width:480px;
    padding-right: 10px;
}

.txtBlockDouble h2 {
    margin-right: -10px;
}

.txtBlockDouble p {
    margin-top:0px;
}

.contactform {
    color:#333;
    font-family:Verdana,Arial,Helvetica,Sans-serif;
    font-size:11px;
}
