body {
    background-color: #ffffff;
    color: #000000;
    font-family: Arial Narrow, Tahoma, sans-serif;
    text-align: center;
    margin: 5px auto 0px auto;
}

a {
    background-color: inherit;
    color: #999fab;
    text-decoration: underline;
}

a:hover {
    background-color: inherit;
    color: #555555;
    text-decoration: underline;
}

#container {
    background-color: #f9fcfc;
    color: #000000;
    text-align: left;
    width: 780px;
    margin: auto;
}

#containerInner {
    padding: 0px 25px 10px 35px;
}

#header {
    height: 110px;
}

#headerLeft {
    float: left;
    width: 370px;
}

#headerRight {
    margin-left: 370px;
    height: 115px;
}

#buttons {
    position: relative;
    top: 20px;
    left: 200px;
    width: 170px;
}

#mainLeft {
    float: left;
    width: 285px;
    text-align: left;
}

#mainRight {
    margin-left: 285px;
    height: 110px;
}

#gallery {
    margin: 0px 0px 20px 0px;
}

#specBoxes {
    width: 416px;
    margin: auto;
}

.specBox {
    width: 208px;
    float: left;
}

.specContent {
    background-color: #ffffff;
    color: #999fab;
    font-size: 13px;
    height: 275px;
    border: 1px solid #eaebed;
    overflow: auto;
}

.singleBox {
    width: 275px;
}

.specContent ul {
    margin: 0px;
    padding: 0px;
    padding-left: 15px;
}

.specContentLast {
    background-color: #ffffff;
    color: #999fab;
    font-size: 13px;
    height: 275px;
    border: 1px solid #eaebed;
    border-left: 0px;
}

.specInner {
    padding: 10px 10px 0px 10px;
}

.specInnerFooter {
    height: 215px;
}

.specFooter {
    background-color: inherit;
    color: #dbb154;
    text-align: center;
    height: 50px;
}

#underline {
    background-image: url('../images/bgr_page_bottom.png');
    background-repeat: repeat-x;
    height: 20px;
    margin: 20px auto 0px auto;
}

#footer {
    background-color: inherit;
    color: #444444;
    font-size: 0.9em;
    text-align: center;
    padding: 10px 0px 0px 0px;
    margin: auto;
}

#footer a {
    background-color: inherit;
    color: #444444;
    text-decoration: underline;
}

#footer a:hover {
    background-color: inherit;
    color: #444444;
    text-decoration: none;
}

.footerLeft {
    text-align: left;
    float: left;
}

.footerRight {
    text-align: right;
    float: right;
    display: inline;
}

.clear {
    font-size: 1px;
    clear: both;
}
