/*************************************************************************************************************
   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;
			font-family: arial, helvetica, sans-serif;
		}
		
		
		#header
		{
			margin-bottom: 10px;
     		width: 100%;
     		height: 100px;
     		/*** background: url('images/headerfill[2].gif') repeat-x left top; ***/
     		background-color: #000;

		}
		
	
		#gutter
		{
			float: left;
			width: 3%;
			height: 1px;
		}
		
	    /*** Center Column ***/
		#col1  
		{
			float: left;
			width: 40%;
			background-color: #FFFF66;
			margin-top:3px;
			margin-bottom:10px;
			margin-left:3%;
			height: 1170px; 
			display: inline;
		}
		
		 /*** Left Column***/
		#col2    
		{
			float: left;
			width: 20%;
	        background-color: #3399FF;
	    	margin-top:3px;
	    	margin-bottom:10px;
	    	margin-left:3%;
	    	height: 1170px;
			display: inline;
		}
		
		/*** Right Column ***/
		#col3    
		{
			float: left;
			width: 20%;
			margin-top:3px;
			margin-left:3%;
			margin-bottom:10px;
		    background-color: #3399FF;
			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;
		}