#leftCol {
	float: left;
	width: 450px;
	height: 500px;
	background: url('../images/community/facebook_bg.gif') no-repeat;
}

#rightCol {
	float: right;
	width: 300px;
	height: auto;
	/*-moz-box-shadow: -2px 2px 2px #bbb;
	-webkit-box-shadow: -2px 2px 2px #bbb;
	box-shadow: -2px 2px 2px #bbb;*/
	
	}
	
.facebook{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 1.65em;
	font-weight: bold;
	text-align: center;
}

span.blueText {
	color: #39629f;
}

.linkBar {
	width: 100%;
	height: 63px;
	background-color: #5077b4;
	padding-top: 10px;
	margin-top: 350px;
	text-align: center;
}	
