@import url(games.css);

h3 {
    color: #eed908;
}
h4 {
    color: #2e1a09;
    text-indent: 10px;
}
ul {
    margin-top: -12px;
}
li {
    color: #e0e8f2;
    margin-left: -20px;
    list-style-type: none;
    line-height: 2em;
}
li a {
    color: #e0e8f2;
}
.columnLeft {
    padding-right: 10px;
    padding-top: 10px;
    width: 165px;
    height: 250px;
    border-right: 0px dotted #2e1a09;
    float: left;
    overflow: hidden;
}
.columnRight {
    padding-left: 10px;
    padding-top: 10px;
    width: 210px;
    height: 250px;
    overflow: hidden;
}
.columnMiddle {
    position: relative;
    top: 40px;
    width: 375px;
    height: 120px;
    overflow: hidden;
    color: #e0c9b6;
    text-align: center;
}
.columnBottom {
    position: relative;
    top: 25px;
    width: 375px;
    height: 130px;
    overflow: hidden;
    color: #e0c9b6;
    text-align: center;
}
.columnBottom a {
    color: #e0c9b6;
}
#divBody {
    display: block;
    width: 543px;
    overflow: visible;
    border-top: 0px solid #5b87a6;
}
#divLeft {
    padding-left: 20px;
    padding-bottom: 20px;
    padding-right: 200px;
    padding-top: 20px;
    margin: 0px;
    height: 580px;
    width: 363px;
    left: 0px;
    top: 0px;
    font-size: 1.1em;
    position: absolute;
}