/* 2.4 - Header / Image Container
------------------------------------------------------------*/

	#image_container {

	height: 200px;


}



/* 3.1 - Content / Column 1
------------------------------------------------------------*/

#column_1 {
	width:456px;
	border-right: #bccfe0 solid 1px;
	margin-top:20px;
	margin-bottom: 20px;
	margin-right: 20px;
}




/* 3.2 - Content / Column 2
------------------------------------------------------------*/
#column_2 {
	width:433px;
	margin-top:20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
 }


/* 3.3 - Content / Column 3
------------------------------------------------------------*/
#column_3 {
	display:none;
}
