#header {
	background-image:url(../images/homepic.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}
#header_left{
	text-align:center;
	float:left;
	width:300px;
	height:307px;
	background-repeat:no-repeat;
	background-position:30px 0px;
	position:relative;
}

#header_logo {
	margin:4px 0 12px;
}
#header_headshots{
	border-top:10px solid #c1d72d;
	border-bottom:10px solid #c1d72d;
	padding:4px 0;
	margin:12px 0;
}
#header_quote {
	top:0;
	left:0;
}
#column_wrapper {
	background-image:url(../images/gradient-top.jpg);
	background-repeat:repeat-x;
	min-height:0;
}
#column_inner_wrapper {
	background-image:url(../images/gradient-bottom.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	min-height:265px;
}
/* easy clearing */
#column_inner_wrapper:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#column_inner_wrapper
	{
	display: inline-block;
	}
/*\*/
#column_inner_wrapper
	{
	display: block;
	}
/* end easy clearing */

#right_col{
	top:350px;
	right:10px;
}
#content {
	padding:60px 0 30px;	
	line-height:1.6em;
}