/**************************************
 * THEME NAME: fbw
 *
 * Files included in this sheet:
 *
 *   fbw/gradients.css
 *   fbw/colors.css
 *   fbw/header.css
 **************************************/

/***** fbw/gradients.css start *****/

/**
  *  Adds all the nice finish to the standard theme
  *
  */

th.header,
td.header,
div.header {     
    background-image:url(gradient.jpg);     
    background-position:top;    
    background-repeat:repeat-x;     
}

.navbar {
    background-image:url(gradient.jpg);     
    background-position:top;    
    background-repeat:repeat-x;     
}

/***** fbw/gradients.css end *****/

/***** fbw/colors.css start *****/

body {
	background-color: #ffffff;
}/***** fbw/colors.css end *****/

/***** fbw/header.css start *****/

#fbw_banner {
	width: 900px;
}/***** fbw/header.css end *****/

