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

html {
    min-height: 100%;
    margin-bottom: 1px;
}

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

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

img {
    border: 0px none;
}

.center {
    text-align: center;
}

.underline {
    text-decoration: underline;
}

.nobr {
    white-space: nowrap;
}
