/* 2.4 - Header / Image Container
------------------------------------------------------------*/

	#image_container {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-top: 30px;
}



/* 3.1 - Content / Column 1
------------------------------------------------------------*/



#column_1 {
	width:530px;
	height: auto;
	float: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}


/* 3.2 - Content / Column 2
------------------------------------------------------------*/
#column_2 {
	display:none;
	height: auto;
 }


/* 3.3 - Content / Column 3
------------------------------------------------------------*/
#column_3 {
	width: 260px;
	height: auto;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

