* {
    list-style:none;
    margin: 0;
    padding: 0;
}

body {
    background: #d79366 url(../img/neu/body_bg.jpg) top center no-repeat;
    font:9pt sans-serif, Arial, Tahoma;
    overflow: auto;
    text-align: center;
}

#container {
    background: transparent;
    margin: 0 auto;
    text-align: left;
    width: 870px;
}

#headerMenu {
    background: transparent;
    height: 118px;
    position: relative;
    width: 870px;
}

#headerTopMenu {
    float: left;
    height: 18px;
    padding: 15px 0 0 15px;
    width: 400px;
}
#headerTopMenu a {
    color: #eabd5c;
    font-weight: bold;
    text-decoration: none;
}

a.logo {
    background: url(../img/neu/header_logo.gif) no-repeat;
    position: absolute;
    left: 680px;
    top: 20px;
    width: 190px;
    height: 68px;
}

#headerMainMenu {
    height: 30px;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 870px;
}

#headerMainMenu ul {
    margin-left: 15px;
}


#headerMainMenu li {
    float: left;
    margin-right: 20px;
}
#headerMainMenu li a {
    color: #960b0b;
    font-weight: bold;
    text-decoration: none;
}

#headerContent {
    background: transparent;
    height: 260px;
    width: 870px;
}

#headerImage {
    background: url(../img/neu/header_image.jpg) no-repeat;
    float: left;
    height: 260px;
    width: 680px;
}

#headerServices {
    margin: 110px 0 0 25px;
}

#headerServices li a {
    color: #f5e5c1;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
}
#headerServices li a:hover {
    color: #f0daaa;
}

#headerPartners {
    background: url(../img/neu/header_bg_partners.gif) repeat-y;
    color: #9d2702;
    float: left;
    font-weight: bold;
    height: 260px;
    width: 190px;
}
#headerPartners p {
    margin: 14px 0 0 16px;
}
#headerPartners img {
    margin: 10px 0 0 16px;
}

#headerPartners strong {
    color: #411b10;
    font-size: 1.4em;
    text-transform: uppercase;
}

#container #headerPartners ul {
    color: #000;
    margin: 15px 0 0 16px;
}

#main {
    background: transparent;
    padding-top: 0px;
}

#content {
    background: #efd9ab;
    float: left;
    padding: 10px;
    width: 660px;
}
* html #content {
    width: 680px;
}

#content h1 {
    color: #434343;
    font-size: 1.1em;
    font-weight: bold;
}

#content a {
    color: #000;
    font-weight: normal;
}

#content .csc-textpic-caption {
    color: #434343;
    font-weight: bold;
    margin-top: 12px;
}

#contentSide {
    background: #976b3a;
    color: #fff;
    float: left;
    padding: 10px;
    width: 170px;
}
* html #contentSide {
    width: 190px;
}

#contentSide h1 {
    color: #340f07;
    font-size: 1.1em;
    text-transform: uppercase;
}

#contentSide a {
    color: #fff;
}
#contentSide a:hover {
    color: #ddd;
}

#contentSide table {
    color: #fff;
    font-size: 0.9em;
}




















