@charset "UTF-8";
/* CSS Document */

#columnMain {
	position: relative;
	top:100px;
	width:100%;
	background-color:#EAEAEA;
}
#main_image {
	background: url(assets/banners/current/bnr_computing.jpg) no-repeat;
	position: relative;
	height: 213px;
	width: 611px;
}
#left_column, #center_column, #right_column {
	width: 198px;
	float: left;
	margin-top: .5em;
	color: #000;
}
#center_column, #right_column {
	margin-left:6px;
}

p.news {
	color:#65798A;
	margin-bottom:2em;
}
#facebook {
	float: right;
}

