/*************************************************************************************************************
   This is my Style sheet for a three column page for btsg
   Tommy Gray  1/22/2005
*************************************************************************************************************/   
   
		body
		{
			margin: 0;
			padding: 0;
			/** height: 100%; **/
			font-size: 90%;
			background-color: #FAF8E8;
			/*** background-image: url('media/gradient_beige.jpg'); ***/
			font-family: arial, helvetica, sans-serif;
		}
		
		
		#header
		{
			margin-bottom: 10px;
     		width: 100%;
     		height: 75px;
     		/*** background-color: #666; ***/ 
     		/*** background: url('images/Hdr_Chip.jpg') repeat-x left top; ***/
     		/*** background: url('images/header[1].gif') no-repeat left top;***/
            background: url('images/headerfill[2].gif') repeat-x left top;
		}
		
/***		#rowone_left
		{	float: Left;
			margin: 0;
			padding: 0;
			width: 20%;
			height: 75px;
			background: url('images/header[1].gif') no-repeat left top;
			text-align: left;
		
		)
***/	
	
		#gutter
		{
			float: left;
			width: 3%;
			height: 1px;
		}
		
	    /*** Center Column ***/
		#col1  
		{
			float: left;
			width: 40%;
		/**	background-color: #0000FF;**/ 
	    /**    background-color: #DEDEDE; **/
	      background-color: #000;	
			margin-bottom: 10px;
			margin-left: 3%;
			height: 1170px; 
			display: inline;
		}
		
		 /*** Left Column***/
		#col2    
		{
			float: left;
			width: 18%;
		background-color: #0000FF;
		   /** background-color: #0000cc; ***/
		 /**  background-color: #87CEFA;**/
	    	margin-bottom: 10px;
	    	margin-left: 3%;
	    	height: 1170px;
			display: inline;
		}
		
		/*** Right Column ***/
		#col3    
		{
			float: left;
			width: 18%;
			margin-left: 3%;
			background-color: #0000FF; 
		  /**  background-color: #0000cc; **/
		 /** background-color: #87CEFA;**/

			margin-bottom: 10px;
			height: 1170px;
            display: inline;		
		}
		
		#footer
		{
			clear: both;
			height: 40px;
			background-color: #666; 		}
		
		h1
		{
			margin: 0;
			padding: 5px;
		}
		
		h2
		{
			margin-top: 0;
			padding-top: 7px;
		}
		
		h2, p
		{
			margin-left: 7px;
			margin-right: 7px;
		}
