@charset "UTF-8";
/* CSS Document */




/* Below Styles are for the pages located in the PAGES folder They override styles in the styles.css documnet*/
	
		#header {
	background:url(images/header_pages.jpg)!important;		
		}
		
		#right {
			
			background:url(images/rt_column_mid_pages.png) repeat-y!important;
			width:503px;
			float:right;
			clear:none;
			z-index: 4;
			position:relative;
		
		}
		
		#left {
		
		background:url(images/lt_column_bt_pages.png) no-repeat !important;
		background-position:bottom !important;
			background-color:RGB(244,242,208) !important;
		}
		
		
