* {
	margin: 0; padding: 0;
}

body {
	font-size: 80%; font-family: Georgia, serif;
}

img {
	border-style: none;
}

h2, h3, a {
	color: #2f4f4f;
}

#personal {


}

#personal img {
	float:left;
}

#tweets {

}

#tweets p {
	font-size: 12px;
	margin-bottom: 10px;
	padding: 8px;
	color:  #000000;

}

#friends {
	position: absolute;
	left: 620px;
	top: 99px;
	width: 376px;
	height:300px;
	overflow:auto;
}

#friend_tweet {
	height:68px;
	padding: 10px;
}

#friend_tweet p {
	font-size: 12px;
	color:  #7a8a99;
	background: url(transpBlue.png);
}

#friend_tweet img {
	float:left;
	margin: 5px;
}

#followers {
	position: absolute;
	left: 620px;
	top: 410px;
	width: 376px;
	height:50px;
	overflow:hidden;
	text-align:center;
}
