body {
    background-color:#FFFFFF;
}

img {
    border: none;    /* MSIE fix */
    margin : 0px;
    padding: 0px;
}

h1 {
    text-align: center;
    font-family : sans-serif;
    color: #FFFFFF;
}
h2 {
    text-align: center;
    font-family : sans-serif;
    color: #FFFFFF;
}

#top-IEfix {
    background-color: #990000;
    background-image: url('../images/topback.png');
    background-repeat: repeat-x;
    height: 120px;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
    margin : 0px;
    padding: 0px;
}

#top {
    background-color: #990000;
    background-image: url('../images/topback.png');
    background-repeat: repeat-x;
    height: 120px;
    position: absolute;
    top: 0px;
    left: 240px;
    right: 120px;
}

#top-left {
    background-color: #990000;
    background-image: url('../images/topright.png');
    height: 240px;
    width: 240px;
    position: absolute;
    top: 0px;
    left: 0px;
    margin : 0px;
    padding: 0px;
}

#top-right {
    background-color: #990000;
    background-image: url('../images/corner.png');
    background-repeat: no-repeat;
    background-position: top right;
    height: 120px;
    width: 120px;
    position: absolute;
    top: 0px;
    right: 0px;
    margin : 0px;
    padding: 0px;
}

#left {
    background-color: #FFFFFF;
    position: absolute;
    top: 240px;
    left: 0px;
    width: 240px;
    margin : 0px;
    padding: 0px;
}

#menu {
    background-color: #FFFFFF;
    background-image: url('../images/menuback.png');
    background-repeat: repeat-y;
    margin : 0px;
    padding: 0px;
}

#menu ul {
    list-style-type: none;
    margin : 0px;
    padding: 0px;
}

#menu li {
    list-style-type: none;
    padding : 10px;
}

#content {
    position: absolute;
    top: 120px;
    left: 240px;
    margin : 0px;
    padding: 30px;
    overflow: visible;
}

#content img {
    float: right;
    margin: 0px 0px 10px 10px;
}

#front {
    margin: 30px 0px 0px 0px;
}

#front img {
    float: left;
    margin: 0px 30px 0px 0px;
}