
body {
    background-color: #FFFFFF;
    color: #666;
    margin: 0;
    background-image: url(/images/background.jpg);
    background-repeat: repeat-x;
}

a {
    color: #aa3333;
    text-decoration: none;
}

#outerdiv{
    width: 900px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
/*    background-color: #333333;*/
}

#outercontent{
    padding: 15px;
    font-family: Arial;
}

#sitetitle{
    float: left;
    color: white;
    font-size: 24px;
}

#menu {
    height: 30px;
    vertical-align: bottom;
    text-align: right;
}

#menu a{
    color: #999999;
    text-decoration: none;
    text-transform: uppercase;
    padding-left: 10px;
}

#innercontent{
    clear: both;
}

#innercontent h1{
    font-size: 18px;
    font-weight: bold;
}

#footer{
    clear: both;
}

#subfooter{
    background-image: url(/images/background-footer.jpg);
    background-repeat: repeat-x;
    width: 100%;
    padding: 0;
    margin: 0;
    height: 50px;
}
