@charset "utf-8";
.container {
	background: #FFFFFF;
	width: 500px;
	text-align: center;
	display: block;
	float: none;
	margin: auto;
	height: 5px;
}


body {
	background-color:#996633;
	font-family:'Lucida Grande',sans-serif;
	font-size:12px;
	text-align: left;
}
.featured {
	float:left;
	width: 500px;
	display: block;
	list-style-type: none;
	list-style-position: inside;
	padding: 5px;
	border-top: 0px dotted #333333;
	border-right: 0px dotted #333333;
	border-bottom: 1px dotted #333333;
	border-left: 0px dotted #333333;
	background: #F0F0F0;
}

.not-featured {
	float:left;
	width: 500px;
	display: block;
	list-style-type: none;
	list-style-position: inside;
	padding: 10px;
	border-top: 0px dotted #333333;
	border-right: 0px dotted #333333;
	border-bottom: 1px dotted #333333;
	border-left: 0px dotted #333333;
}

.not-featured .tweet {
	float:left;
	width: 420px;
	margin-left: 70px;
	font-size: 11px;
	margin-bottom: 5px;
}
.featured img {
 margin-top:10px;
	float:left;
}

table {
	background-color: #FFFFFF;
	width: 550px;
}

ol {
	margin: 0px;
	padding: 5px 5px 5px 15px;
	float: left;
}

a{
	color: #9D582E;
	font-weight: bold;
	text-decoration: none;
}

.tweet {
	float:left;
	width: 420px;
	margin-left: 20px;
	font-size: 14px;
	margin-bottom: 10px;
}

.featured .tweet {
margin-top:10px;
}
