@CHARSET "UTF-8";

/* ==========================================================================
   Wrapper
   ========================================================================== */

	#wrapper {
		width:1000px;
		margin:0 auto;
	}

/* ==========================================================================
   Header
   ========================================================================== */
	#header { 
		padding-top:15px;
		display:block;
		height: 150px; 
		background: #fff;
		background-image: -webkit-gradient(
			linear,
			right bottom,
			right top,
			color-stop(0, #D6D7D6),
			color-stop(0.03, #fff)
		);
		background-image: -o-linear-gradient(top, #D6D7D6 0%, #fff 3%);
		background-image: -moz-linear-gradient(top, #D6D7D6 0%, #fff 3%);
		background-image: -webkit-linear-gradient(top, #D6D7D6 0%, #fff 3%);
		background-image: -ms-linear-gradient(top, #D6D7D6 0%, #fff 3%);
		background-image: linear-gradient(to top, #D6D7D6 0%, #fff 3%);
}
	
	#header .wrapper {
		width:1000px;	
		margin:0 auto;
	}



/* ==========================================================================
   Columns & content
   ========================================================================== */	

	#wrapper {
		display:block;	
	}
	
	
	#col1-wrapper {
	 	width: 179px;
		float:left;	
		padding:10px 10px 10px 10px;				
	}
	
	#col2-wrapper {	
		display:block;
		height:100%;		
		width:1000px;	
		min-height:620px;
		float:left;	
		padding:10px;
	}
		
	
/* ==========================================================================
   Footer
   ========================================================================== */
	#footer { 
		padding-top:25px;
		display:block;
		height: 100px; 
		background: #F6F7F6;
		background-image: -webkit-gradient(
			linear,
			right bottom,
			right top,
			color-stop(0.97, #fff),
			color-stop(1, #D50057)
		);
		background-image: -o-linear-gradient(top, #fff 97%, #D6D7D6 100%);
		background-image: -moz-linear-gradient(top, #fff 97%, #D6D7D6 100%);
		background-image: -webkit-linear-gradient(top, #fff 97%, #D6D7D6 100%);
		background-image: -ms-linear-gradient(top, #fff 97%, #D6D7D6 100%);
		background-image: linear-gradient(to top, #fff 97%, #D6D7D6 100%);	
	}
	
	#footer .wrapper {
		width:980px;	
		margin:0 auto;
	}