@import url('styles-base.css');
@import url('styles-content.css');
@import url('styles-form.css');

#header {
    background:white url(common-images/header-generic-background.jpg) no-repeat scroll left top;
}
#header h1 {
    position: absolute;
    top: auto;
    left: auto;
    right: 20px;
    bottom: 6px;
    font-weight: normal;
    font-size: 24px;
    color: #273556;
    margin-right: 0;
}
a#logo img {
    border-right-width: 0;
}
#main {
    background-image: none;
}
#content {
    margin-left: 27px;
    overflow: auto;
    outline-style: none;
    padding-bottom: 20px;
}
* html #content {
    zoom: 1;
}
#content ul.trail {
    margin-left: 0;
}