/**************************************
 * THEME NAME: btyrstandardwhite
 *
 * Files included in this sheet:
 *
 *   btyrstandardwhite/gradients.css
 *   btyrstandardwhite/btyr.css
 **************************************/

/***** btyrstandardwhite/gradients.css start *****/

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

th.header,
td.header,
h1.header,
h2.header,
h3.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;     
}
/***** btyrstandardwhite/gradients.css end *****/

/***** btyrstandardwhite/btyr.css start *****/

/* btyr */

body {
	background-image: url(flag-bg.gif);
	background-position: right top;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

#page {
	height: 100%;
	padding-top: 8px;
	padding-bottom: 0;
	padding-right: 8px;
	padding-left: 8px;
        background-image: url(footer-gradient.gif);
        background-position: center bottom;
        background-repeat: repeat-x;
}

#header-home, h1 {
	font-family: Verdana, Arial, Helvitica !important;
}

body, #content, table, td, th, li {
	font-family: Georgia, Times New Roman, Arial !important;
}

#footer {
	margin: 0;
	height: 150px;
}

#footer_div {
	height: 150px;
        background-image: url(btyr-logo-footer.gif);
        background-position: left bottom;
        background-repeat: no-repeat;
}

#footer_header {
	height: 100px;
}

#footer_footer {
	height: 50px;
/*
        background-image: url(btyr-footer-bg.gif);
        background-position: center bottom;
        background-repeat: no-repeat;
*/
}
.generalboxcontent {
	padding-right: 140px;
}
/***** btyrstandardwhite/btyr.css end *****/

