/* Home page css document */	
	
	#cols {
		background: #cdd969 url("../images/containerBg.gif") top center repeat-y;
		clear: both;
	}
	#colsBottom {background: transparent url("../images/containerBgBottom.gif") bottom center no-repeat;}
	.cols {background-color: #fffda6;}
	
	#banner {
		background: #2695AB url("../images/banner.jpg") top center no-repeat;
		border-bottom: 10px solid #cdd969;
		clear: both;
		color: #fff;
		height: 190px;
		overflow: hidden;		
	} 
	#col1 {float: left;}
	#col2 {float: right;}