body {
    background-color: #ffffff;
    color: #000000;
    font-family: Arial Narrow, Tahoma, sans-serif;
    text-align: center;
    margin: 5px auto 0px auto;
}

#container {
    text-align: left;
    width: 780px;
    margin: auto;
}

#header {
    background-image: url(../images/header.jpg);
    background-repeat: no-repeat;
    color: #000000;
    height: 135px;
}

#topMenu {
    position: relative;
    top: 112px;
    left: 305px;
    width: 450px;
}

#content {
    background-color: #eff5f6;
    color: #000000;
    text-align: center;
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 7px 0px;
}

.contentBorder {
    background-image: url(../images/content_border.png);
    background-repeat: no-repeat;
    color: #000000;
    height: 20px;
}

#info {
    background-color: inherit;
    color: #999fab;
    text-align: left;
    font-size: 0.95em;
    width: 660px;
    margin: auto;
}

#boxes {
    background-color: #ffffff;
    color: #000000;
    margin: 10px auto 0px auto;
    border: 1px solid #eff5f6;
    width: 685px;
}

.box {
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    border-top: 1px solid #eaebed;
    border-right: 0px;
    border-bottom: 0px;
    border-left: 1px solid #eaebed;
    float: left;
    width: 170px;
    height: 310px;
    display: inline;
}

.endBox {
    border-top: 1px solid #eaebed;
    border-right: 1px solid #eaebed;
    border-bottom: 0px;
    border-left: 1px solid #eaebed;
}

.boxTitle {
    margin: 15px 0px 0px 0px;
}

.boxText {
    background-color: inherit;
    color: #999fab;
    text-align: left;
    font-size: 12px;
    width: 120px;
    height: 55px;
    margin: auto;
    padding: 5px 0px 5px 0px;
}

.boxMore {
    text-align: left;
    width: 120px;
    margin: auto;
    padding: 5px 0px 10px 0px;
}

#subline {
    background-image: url(../images/bgr_bottom.png);
    background-repeat: repeat-x;
    color: #000000;
    border: 1px solid #eff5f6;
    width: 685px;
    height: 20px;
    margin: auto;
}

#underline {
    text-align: center;
    margin-top: 2px;
    margin: auto;
    width: 685px;
}

.uBox {
    font-size: 1px;
    border-top: 1px solid #eaebed;
    border-right: 0px;
    border-bottom: 0px;
    border-left: 1px solid #eaebed;
    float: left;
    width: 170px;
    height: 7px;
}

.uBox1 {
    background-color: #516436;
    color: #000000;
}

.uBox2 {
    background-color: #d15e30;
    color: #000000;
}

.uBox3 {
    background-color: #009c99;
    color: #000000;
}

.uBox4 {
    background-color: #ab3f65;
    color: #000000;
    border-top: 1px solid #eaebed;
    border-right: 1px solid #eaebed;
    border-bottom: 0px;
    border-left: 1px solid #eaebed;
}

#footer {
    background-color: inherit;
    color: #555555;
    font-size: 0.9em;
    text-align: center;
    padding: 10px 0px 0px 0px;
    margin: auto;
    width: 685px;
}

#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;
}
