body {
	font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #000;
}
h1 {
	font-size: 48px;
	font-weight: 100;
	text-align: left;
	color: #fcd6ff;
}
h2 {
	font-size: 24px;
	font-weight: 100;
	color: #bcfffb;
}
p {
	line-height: 150%;
}
a {
	COLOR: #5E87FC;
    TEXT-DECORATION: none;
	font-size:	11px;
	font-family: Lucida Sans, Arial, Helvetica, sans-serif;
	font-weight:	normal;
	font-style:	normal;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;	     
}
a:hover {
	text-decoration: none;
}
#activityFeed ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#activityFeed ul li {
	background-position: 10px center !important;
	background-repeat: no-repeat !important;
	margin-bottom: 1px !important;
	padding: 5px 5px 5px 34px !important;
	font-size: 11px;
}
#container {
	width: 940px;
	margin: auto;
}

#lc {
	float: left;
	width: 580px;
}
#rc {
	float: right;
	width: 320px;
}
.clear {
	clear: both;
	display: block;
	height: 0px;
	margin: 0;
	padding: 0;
}
