@import "header.css";
@import "menu.css";
@import "footer.css";

#site {
    width: 950px;
    margin-right: auto;
    margin-left: auto;
}

#posting {
    color: white;
    background-color: #000000;
    position: relative;
    float: right;
    top: 5px;
    width: 700px;
/*    border-left: 2px double #7FC07F;*/
    padding: 20px;
    margin-right: 0px;
}

body {
    font-family: Arial, Helvetica, Verdan, sans-serif;
    color: #FFFFFF;
    background-color: #000000;
    overflow: scroll;
}

img {
    border: 0px none;
}

#posting h1, h3 {
    text-align: center;
}

#posting h2 {
    text-align: right;
}

#posting table {
    margin-left: auto;
    margin-right: auto;
}

#posting td.object {
    text-align: center;
    border: 6px outset;
}
