@charset "UTF-8";
/* CSS Document */

.twitter_avatar {
	float:left;
	vertical-align:text-top;
	margin:3px 10px 0 0;
	
}

#twitter_feed {
	width:285px;
	height:153px;
	overflow:hidden;
	margin:0px 0 0 20px;
	padding:0;
	
	
border: 1px solid #9d8f86;
	position:relative;
}

#twitter_feed p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:140%;
	font-weight:normal;
	color:#767d68;
	text-align:left;
	margin:0px 23px 0 20px;
}

#twitter_feed p a:link, #twitter_feed p a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#767d68;
	text-decoration:none;
}

#twitter_feed p a:hover, #twitter_feed p a:focus, #twitter_feed p a:active {
	text-decoration:underline;
}

.tweet {
	width:285px;
	height:153px;
	background-color: #fbe8dc;
padding:15px 0 0 0;
}

