#tweet_panel {
	width: 500px;
	float: left;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 50px;
	margin-right: 50px;
	background-color: white;
}
#tweet_panel .tweet {
	width: 480px;
	padding-right: 0;
	border-top: none;
	border-bottom: 1px dashed #ccc;
}
#tweet_panel .text {
	font-size: 12px;
}
#tweeple_panel {
	width: 325px;
	float: left;
}
#tweeple_panel ul {
	margin: 0;
	padding: 0;
}
#tweeple_panel ul li {
	list-style: none;
	float: left;
}
#tweet_panel a.twitterButton {
	width: 95%;
	margin: 0 auto;
	margin-bottom: 5px;
}
#tweet_tabs {
	display: block;
	height: 40px;
	margin: 0;
	padding: 0;
}
#tweet_tabs li {
	display: block;
	width: 230px;
	float: left;
	margin-left: 5px;
	padding: 5px;	
}
#tweet_tabs li a.twitterButton {
	display: block;
	width: 230px;

	margin-top: 5px;

	font-size: 24px;
	background-color: #f8f3d2;
	color: #7d110c;
	height: 30px;	
}
#tweet_tabs li a.twitterButton:hover {
	background-color: white;
	color: red;

}

#sm_links li {
	padding-top: 20px;
	padding-left: 5px;	
}
#tweeple_panel ul li img {
	width: 48px;
	height: 48px;
}
#twitpic {
	clear: left;
	background: url('img/twitpic.png') no-repeat bottom;
	width: 138px;
	height: 49px;
	text-indent: -9999em;
	margin: 0;
	padding-top: 25px;
}
#twitpics li {
	line-height: 0px;
}
#twitpics li a {
}
#twitpics li a img {
}
#twitpics li a img.thumb {
	width: 100px;
	height: 100px;
	margin: 2px;
}

#socialmedia {
	clear: left;
	margin: 0;
	padding-top: 25px;
}
#sm_links li {
	float: left;
	display: inline;
}
#sm_links li a {
	width: 48px;
	height: 48px;
	display: block;
	padding: 0 4px;
}
#mainContent-t2 {
	background: url('img/tweet_panel-bg.jpg') -1px 224px no-repeat;	
	position: relative;
}
h2 {
	width: 940px;
	height: 225px;
	background: url('img/header.jpg') no-repeat;
	text-indent: -9999px;
	margin: 0;
}
#tweetie_bird {
	position: absolute;
	right: 25px;
	top: 30px;
}
