/* Throw Away, I am assuming that you already have these set. */
.clear { position: relative; font-size: 0px; height: 0px; clear: both; _margin-bottom:-2px;}
img { border:0; }
* {
margin:0;
padding: 0;
}
/* Throw Away, I am assuming that you already have these set. */

/*	Overrides	*/
#content { margin: 0;}
#center	{padding: 0; }
/*	Overrides	*/
#twitterContainer {
	width: 986px;
	height: 1470px;
	margin: 0 auto;
}
#twitterFollowUsHeader {
	width: 434px;
	margin: 0 auto;
	padding-top: 43px;
	*position: relative; /* IE6&7 fix for overlay effect */
}

#twitterFollowUsHeaderImage {
	position: relative;
	top: 2px;
	left: 2px;
}
#twitterTop {
	margin: -10px auto 0;
	width: 888px;
}
#twitterBottom {
	margin: 0 auto;
	width: 888px;
}

#twitterTopLeft,#twitterTopRight {
	float: left;
	margin: 0;
	height: 550px;
	width: 444px;
	text-align: center;
	
}
#twitterTopLeft { background: transparent url(../img/followus/content_bkgnd-L.jpg); }
#twitterTopRight { background: transparent url(../img/followus/content_bkgnd-R.jpg); }

#twitterTopLeft .twitterLogo { margin: 27px 0 33px; height:75px; }
#twitterTopRight .twitterLogo { margin: 27px 0 32px; height:75px; }

.twitterFollowBox {
	width: 390px;
	margin: 0 auto;
}
.twitterFollowBox div { float: left; }
.twitterFollowBox .twitterFollowLinks { width: 234px; }
.twitterFollowBox .twitterFollowLinks img { padding-bottom: 5px; }

.twitterTweetsContainer {
	padding: 0 22px;
	text-align: left;
}
.twitterTweetsContainer h2 {
	margin: 0;
	padding: 5px 0;
	font-size: 12px; 
}

.twitterTweets {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 11px;
}
.twitterTweets li {
	font-size: 11px;
	line-height: 14px;
/*	font-family: Arial, helvetica, geneva; */
	margin: 0 0 5px;
	padding: 0 0 5px;
	border-bottom: 1px solid #fff;
	min-height: 49px;

}
.twitterTweets .lastTweet { border: 0px none; }
.twitterTweetTime { font-style: italic; }

#twitterPlayersContentContainer {
	width: 888px;
	height: 437px;
	background: transparent url(../img/followus/player_bkgnd.jpg) no-repeat;
}

#twitterPlayersList {
	list-style: none;
	padding: 0 0 0 20px;
	margin: -10px 0 0;
}
#twitterPlayersList li {
	float: left;
	margin-top: 15px;
	width: 286px;
	height: 125px;
}

#twitterPlayersList .twitterPlayerLeft { width: 79px; float:left;}
#twitterPlayersList .twitterPlayerRight { width: 205px; float:left;}
.twitterPlayerProfilePic { padding-bottom: 5px; }
.twitterPlayerRight { font-size: 11px; }
.twitterPlayerRight h3 { font-size: 12px; font-weight: bold; margin-bottom: .1em;}
.twitterPlayerRight p {margin-bottom: .1em; line-height: 15px; }
.twitterPlayerFollow {margin-top: .5em;}


