#siteHeader {
    width: 975px;
    height: 20px;
    background: url(http://www.nexcap.com/images/bg-siteHeader.gif) no-repeat;
    padding: 0;
    margin: 0 auto;
}

#siteWrapper {
    width: 875px;
    padding: 0;
    margin: 0 auto;
}


/* header
   ====================================================================== */
#header {
    width: 875px;
    height: 88px;
    padding: 0;
    margin: 0;
    position: relative;
}
#logo {
    position: absolute;
    top: 7px;
    left: 0;
    height: 62px;
    width: 152px;
}
#login {
    position: absolute;
    top: 8px;
    right: -2px;
}
#search {
    position: absolute;
    height: 28px;
    margin: auto 0;
    bottom: 5px;
    right: -2px;
}



/* main-nav
   ====================================================================== */
#main-nav {
    height: 32px;
    width: 880px;
}



/* home
   ====================================================================== */
#home-content {
    padding: 15px 0 0 0;
    margin: 0;
}
.home-main {
    vertical-align: top;
}
.home-col-top{
    font-size: 12px;
    color: #58595b;
    background: url(http://www.nexcap.com/images/home-col-top.gif) no-repeat;
    height: 32px;
    text-align: center;
    vertical-align: middle;
    padding: 0 10px 0 0;
}
.home-col {
    font-size: 12px;
    color: #636467;
    vertical-align: top;
    width: 33%;
    padding: 3px 8px 0 9px;
    background: url(http://www.nexcap.com/images/bg-home-col.gif) repeat-y;
}
.home-col p {
    padding: 0 15px 0 5px;
}
.home-col a {
    color: #231f20;
    text-decoration: none;
}
.home-col-bottom {
    background: url(http://www.nexcap.com/images/home-col-bottom.gif) no-repeat;
    height: 25px;
}
.home-blue-col {
    vertical-align: top;
    width: 200px;
    background: #658ea6 url(http://www.nexcap.com/images/blue-col-bottom.jpg) no-repeat bottom center;
}



/* inner pages
   ====================================================================== */
#content {
    width: 598px;
    background: #fff url(http://www.nexcap.com/images/bg-inner-content.gif) no-repeat;
    margin: 15px 15px 45px 0;
    padding: 40px 30px 30px 30px;
    float: left;
}
#tabs {
    /* positioned in #h1Wrapper */
    position: absolute;
    height: 35px;
    bottom: 0;
    right: -1px;
}
#side-col {
    float: left;
    padding: 20px 0 45px 0;
}
#side-nav {
    width: 202px;
    background: url(http://www.nexcap.com/images/bg-side-nav.gif) repeat-y;
    font-size: 12px;
    color: #fff;
}
#side-nav-content {
    padding: 0 25px 0 25px;
}
#side-nav-top {
    background: url(http://www.nexcap.com/images/side-nav-top.gif) no-repeat;
    height: 20px;
}
#side-nav-bottom {
    background: url(http://www.nexcap.com/images/side-nav-bottom.gif) no-repeat;
    height: 25px;
}
#side-content {
    width: 202px;
    background: #f5ecd8;
    font-size: 12px;
    color: #636467;
    margin: 15px 0 0 0;
}



/* footer
   ====================================================================== */
#footer {
    clear: both;
    background: url(http://www.nexcap.com/images/bg-footer.gif) no-repeat;
    padding: 15px 0 25px 0;
    margin: 25px 0 0 0;
    font-size: 12px;
    color: #414142;
}
#footer a {
    color: #414142;
    text-decoration: none;
}