
body {
			margin: 0;
			padding-left: 205px;    /* LC fullwidth */
			padding-right: 205px;   /* RC fullwidth + CC padding */
			min-width: 205px;       /* LC fullwidth + CC padding */
			background-image: url('http://www.drltb.com/images/all-right-bg.gif');
			background-position: top left;
			background-repeat: repeat-y;
		}

		#DRLTBheader {
		height: 225px;
		position: relative;
		}
		
		#DRLTBheader, #DRLTBfooter {
			position: relative;
			clear: both;
			margin-left: -205px;    /* LC fullwidth */
			margin-right: -205px;   /* RC fullwidth + CC padding */
			background-color: #FFFFFF;
		}
		
		#DRLTBcontainer {
		clear: both;
		height: 100%;
		width: 98%;
/*
		background-image: url('http://www.drltb.com/images/all-right-bg.gif');
		background-position: 205px;
		background-repeat: repeat-y;
*/
		}

		.DRLTBcolumn {
			position: relative;
			float: left;
		}

		#DRLTBcenter {
			padding: 0;
			width: 100%;
		}

		#DRLTBleft {
			width: 205px;           /* LC width */
			padding: 0;        /* LC padding */
			right: 205px;           /* LC fullwidth + CC padding */
			margin-left: -100%;
			left: -205px;            /* RC fullwidth */
			

		}

		#DRLTBright {
			width: 205px;           /* RC width */
			padding: 0;        /* RC padding */
			padding-left: 5px;
			margin-right: -100%;
			background: #FFFFFF url('http://www.drltb.com/images/all-right-bg.gif') repeat-y top right;
		
		}
		
		

	
	/* Footer styles */
       #DRLTBfooter {

       border-top:1px solid #000;
	   text-align: center;
	   color: #000000;
	   padding: 10px 0px;
       }
	   #DRLTBfooter a {
	   color: #B53479;
	   }
	   #DRLTBfooter a:hover {
	   color: #333333;
	   }

