/*------------------------------------------------------------------------*/
/*                                                                        */
/*     Fixed width site at 760 pixels                                     */
/*     Left aside: 145px                                                  */
/*     Content: 410px / 570px (without right aside)                       */
/*     Right aside: 145px                                                 */
/*                                                                        */
/*     Fixed width site at 990 pixels                                     */
/*     Left aside: 145px                                                  */
/*     Content: 640px / 800px (without right aside)                       */
/*     Right aside: 145px                                                 */
/*                                                                        */
/*                                                                        */
/*                                                                        */
/*------------------------------------------------------------------------*/


/* BACKGROUNDS ------------------------------------------------*/

/* Background for entire page */
BODY { 
	background: url(../style/template/bkg.jpg) repeat-x #fff; 
	background-attachment: fixed;
	}           


/* Background for header area */
.bkg-hdr { 
	background: url(../style/template/bkg-hdr.gif) repeat-x #ffffff; 
	} 


/* Background for top navigation */
.bkg-navtop { 
	background: url(../style/template/bkg-navtop.gif) no-repeat #ffffff; 
	height: 35px; 
}  

 
/* Background for bread crumb trail area */
.bkg-trail { 
	background: url(../style/template/bkg-trail.gif) no-repeat #ffffff;
	height: 30px;
	padding: 5px 10px 0px 10px;
	}  

/* Background for content area */
.bkg-content { 
	background: url(../style/template/bkg-content.gif) repeat-y #ffffff;
	}  

.admin-bkg-content {
	background-color: #ffffff;
	}

/* Background for content area when Dynamic Display Resizing is turned on*/
.bkg-DynamicResize { 
	background: repeat-y #ffffff; 
	}  

/*------------------------------------------------------------------------*/
/*     Site Layout                                                        */
/*------------------------------------------------------------------------*/

/*---- Page ----*/
.PageContainer {
	width: 990px;
	}

/*---- Header ----*/
.HeaderContainer {
	width: 100%;
	margin: 0px; 
	padding: 0px; 
	}

/*---- Content ----*/
.ContentContainer {
	margin: 0px; 
	padding: 0px;
	width: 100%;
	background: url("/style/template/bkg-ContentContainer.gif") repeat-y;
	}



/*------------------------------------------------------------------------*/
/*     Footer                                                             */
/*------------------------------------------------------------------------*/

.FooterContainer {
	width: 100%;
	margin: 0px; 
	padding: 0px; 
	background: url("/style/template/bkg-FooterContainer.gif") repeat-y;
	}

