/*
body { 
	background-image: url(../images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #FFFFFF; 
}
*/

/*** billboard ***/
	.billboard { 
		/*clear: both;*/ 
		width: 905px; 
		height: 300px;
		background: transparent;
		margin: 0 0 15px 20px;
	}
	
/*** header ***/
	.header { 
		height: 475px; 
	}

/*** sidebar ***/
	.home-column-left {
		float: left;
		margin: 0 20px 0 0;
		width: 470px;
	}
	
	