.top_stuff {
	background-color: #000;
	color: #fff;
}

.top_stuff .content {
	float: left;
	margin-left: 60px;
	margin-top: 40px;
	width: 600px;
}

.top_stuff .content .title {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 14px;
	line-height: 34px;
}

.top_stuff .content .bullets {
	margin-left: 60px;
	font-size: 14px;
}

.top_stuff .content .tm {
	vertical-align: super;
	font-size: 10px;
}

.top_stuff .content .bullet {
	margin-bottom: 8px;
	padding-left: 14px;
	background-image: url(images/red_dot.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.top_stuff .sign_up {
	display: block;
	height: 286px;
	width: 196px;
	float: right;
	background-image: url(images/signup.gif);
	
}

.top_stuff .read_more {
	color: #88878C;
	font-weight: bold;
	text-decoration: underline;
	margin-left: 14px;
	margin-top: 18px;
}

.sections_wrapper {
	margin-top: 20px;
}

.section_with_dot {
	float: left;
	margin-right: 20px;
	width: 300px;
}
 
#section_events .para {
	margin-left: 34px;
}

#section_events .sub {
	margin-top: 8px;
}

#section_events .sub a {
	display: block;
	width: 30px;
	height: 30px;
	background-image: url(images/gdc.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
}

#section_events .sub span {
	line-height: 30px;
	vertical-align: middle;
	font-weight: bold;
	float: left;
	margin-left: 4px;
}

.event_item {
	color: #777;
	margin-bottom: 6px;
	margin-top: 6px;
	font-size: 11px;
}

.event_item a {
	font-size: 13px;
}

#section_promo {
	background-image: url(images/engage_bar.jpg);
	background-repeat: no-repeat;
	background-position: 14px bottom;
	padding-bottom: 154px;
}
