/* CSS Document */

#contentColumn1{
	float: left;
	width: 35%;
	margin-right: 3%;
}
#image {
	height: 200px;
}

#contentColumn2{
	float: left;
	width: 62%;
}
#contentColumn3{
	float: left;
	width: 31%;
	display: none;
}
