/* Layout */
body {
    background: url(/images/bg.png) repeat-x;
}
div#container {}
div#header {}
div#header-left {}
div#header-right {}
div#header-nav1-wrap {}
div#header-nav2-wrap {

    background: url(/images/wcc_07.png) no-repeat;
}
div#header-nav1 {}
div#header-nav2 {}
div#feature {}
div#content-area {
    background: url(/images/wcc_13.png) no-repeat;
}
div#content-left-wrap {

}
div#content-right-wrap {
  window: 300px;
}
div#content-left {}
div#content-right {}
div#content-footer {}
div#footer-nav {}
div#footer {}

/* Links */
a:link, a:visited, a:active {
  color: #0d0c56;
}
a:hover {
  color: #9487cc;
}

/* Font */
h1, h2, h3, h4 {
  color: #0d0c56;
}