/** 
 * ------------------------------------------------------------------
 * @section MAIN AREA
 * ------------------------------------------------------------------
 */
 body {
    background-color: #bfcae1;
    color: #333333;
    background-image: url(images/632_tile_5.gif);
 }

 a:link {
    color: #333333;
 }

 a:visited {
    color: #333333;
 }

 a:hover {
    color: #333333;
 }

 /**
 * @section navigation
 */
 .sf_navigation {
    background-image: url(images/632_nav_5.png);
 }

 .sf_navigation ul li a {
    color: #ffffff;
 }

 .sf_navigation ul li a:visited {
    color: #ffffff;
 }

 .sf_navigation ul li a:hover {
    color: #ffffff;
    background-color: #45639f;
 }

 /**
 * @section subnav
 */
 .sf_navigation .subnav li a {
    color: #37507F;
    background-color: transparent;
 }

 .sf_navigation .subnav  li a:visited {
    color: #37507F;
    background-color: transparent;
 }

 .sf_navigation .subnav  li a:hover {
    color: #37507F;
    background-color: transparent;
 }

 /** 
 * @subsection header 
 */
 .sf_main_header {
    color: #FFFFFF;
 }

 /** 
 * @subsection content
 */
 .sf_pagetitle {
    color: #45639f;
    border-bottom: 1px solid #f4b332;
    font-weight: bold;
 }

 /** 
 * @subsection footer
 */
 .sf_footer {
    color: #333333;
    border-top: 1px solid #f4b332;
 }

 /** 
 * @subsection buttons
 */
 .btn {
    border: 1px solid #c29131;
    color: #FFFFFF;
 }

 /** 
 * ------------------------------------------------------------------
 * @section WIDGETS
 * ------------------------------------------------------------------
 */
 .widgetset a:link,
.widgetset a:visited,
.widgetset a:hover {
    color: #45639F;
 }

 .widgetset .widget_header {
    color: #45639F;
 }

 .widgetset .widget_header a:link,
.widgetset .widget_header a:visited,
.widgetset .widget_header a:hover {
    color: #45639F;
 }

 
