body {
    background: repeat-x url(/_/graphics/backgrounds/subpage_body.png) #E8E8E8;
}
a {
    text-decoration:none;
}

/* -------------------------------------------------- */

#body_wrapper {
    background: no-repeat url(/_/graphics/backgrounds/subpage_header.png);
    padding: 10px 30px;
}
/* -------------------------------------------------- */
#header {
    margin: 0px;
    padding: 0px;
    height: 90px;
}
#header a {
    color: #FFF;
}
#header a:hover {
    text-decoration: underline;
}
#header ul.navigation li {
    background: 0px 3px no-repeat url(/_/graphics/widgets/white_menu_bullet.png);
}
#header ul.navigation li.first {
    background-image: none;
}

/* -------------------------------------------------- */
#main {
    width: 813px;
    margin: 0px auto;
    padding-top: 6px;
    background: no-repeat url(/_/graphics/backgrounds/main_top.png);
    overflow: hidden;
}

/* -------------------------------------------------- */
#title {
    padding:    25px 0 26px 0;
    width:      100%;
    overflow:   hidden;
    background: repeat-y url(/_/graphics/backgrounds/transparent_white.png);
}
#title h2 {
    float:left;
    margin: 0 0 0 40px;
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-size: 18px;
    font-weight:normal;
    letter-spacing: 2px;
}
#title h2 img {
    vertical-align: middle;
    border: 0px;
}

#search {
    float: right;
    margin-right: 40px;
}

/* -------------------------------------------------- */
#content {
    padding: 30px 75px;
    margin: 0px;
    clear:both;
    background: repeat-y url(/_/graphics/backgrounds/transparent_white.png);
}
#content a {
    color: #06557C;
}
#content h3 {
font-size: 120%;
}
#content h4 {
font-size: 100%;
}
#content a:hover {
    text-decoration: underline;
}
/* -------------------------------------------------- */
#footer {
    background: no-repeat url(/_/graphics/backgrounds/main_bottom.png);
    margin-bottom: 40px;
    padding-right: 10px;
}
#footer ul.navigation li.renao {
    background: 0px 3px no-repeat url(/_/graphics/widgets/menu_pipe.png);
    margin-right: 0px;
}
#footer ul.navigation {
    margin-right: 0px;
}
/* -------------------------------------------------- */

div.spotlight_feature {
    position: relative;
    font-size: 12px;
    border: 1px solid #ccc;
    height: 300px;
    padding: 4px;
    clear:left;
    overflow:hidden;
}
#spotlight_1  .featured_content {
    display: none;
}
#spotlight_1 ul {}
#spotlight_1 ul, #spotlight_1 li {
    padding: 0;
    margin: 0;
    list-style: none;
}
#spotlight_1 li {
    width: 35px;
    height: 35px;
    overflow:hidden;
    margin: 3px;
    border: 2px solid #fff;
    float:left;
}
#spotlight_1 li:hover, #spotlight_1 li.on {
    border: 2px solid #019;
}
