@charset "utf-8";
/* CSS Document */
html, body
{
	padding: 0px;
	margin: 0px;
}
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 10px;
}
.tweet
{
	background-image:url(../../_images/bg_tweet.jpg);
	background-repeat: no-repeat;
	width: 230px;
	height: 145px;
	padding: 20px;
	clear: both;
}

p
{
	font-family: "Times New Roman", Times, serif;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	line-height: 18px;
}

.profile_image
{
	float: left;
}

.user
{
	float: left;
	padding-left: 10px;
	padding-top: 14px;
	font-size: 13px;
}

.content
{
	clear: left;
	padding-top: 10px;
	height: 110px;
}

#container
{
	width: 270px;
}

#previous
{
	float: left;
	padding-left: 8px;
}

#next
{
	float: right;
	padding-right: 8px;
}

a
{
	color: #805A9A;
	text-decoration: none;
}

img
{
	border: 0px;
}

#footer
{
	clear: both;
	padding:5px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #805A9A;
	font-size: 10px;
}

#footer a:link
{
	color: #805A9A;
	text-decoration: none;
}

#footer a:visited
{
	color: #805A9A;
	text-decoration: none;
}

#footer a:hover
{
	color: #805A9A;
	text-decoration: underline;
}

#footer a:active
{
	color: #805A9A;
	text-decoration: none;
}

hr
{
	width: 100%;
	height: 1px;
	color: #805A9A;
	background-color: #805A9A;
	border: 0px;
}

#thanks
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B7A2C6;
}