/**
* main.css
* Styles universal to the Arago site
*/

html {
    width: 100%;
}

body {
    background-color: #a8a697;
    background: url(../img/bg.gif) 0 0;
    margin: 0px;
    padding: 0px;
    z-index: -999;
    /* support hover in IE6! */
    behavior:url(css/htc/csshover.htc);
}

#siteContainer {
    width: 760px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

form {
    margin: 0px;
    padding: 0px;
}

.sitetitle {
    font-weight: bold;
    font-style: italic;
}

.clear {
    clear: both;
}


.linebreak {
    clear: both;
    height: 16px;
    margin: 0; padding: 0;
}

