body {
	background: #C0DEED;	
	font-family: 'Lucida Grande',sans-serif	
}

h1 {
	font-size: 16pt;	
	margin-left: 10px;
}

a:link, a:visited {
	color: #2276BB;	
	text-decoration: none;
}

a:hover, a:active {
	color: #2276BB;		
	text-decoration: underline;
}


#container {
	width: 760px;
	margin: 0 auto;
	background: #DDEEF6;
	color: #000;
}

#twitter_main {
	background: #fff;
	width: 560px;
}


#twitter_sidebar {
	float: right;
	width: 190px;
	margin-top: 10px;
	font-size: 9pt;
	line-height: 140%;
}

.twitterstatus {
	width: 506px;
	padding: 10px;
	border-bottom: 1px solid #ddd;
	font-family: 'Lucida Grande',sans-serif;
	font-size: 11pt;
}

.twitterstatus .twitterstory {
	width: 425px;
}

.twitterdate {
	padding-top: 5px;
	font-size: 8pt;
	color: #999;
}

.firststatus {
	font-size: 16pt;
	padding-bottom: 20px;
}

.firststatus .twitterdate {
	font-size: 8pt;
	font-weight: normal;
	color: #999;
}

.twitterdate a:link, .twitterdate a:visited {
	color: #999;
	text-decoration: none;
}

.twitterdate a:active, .twitterdate a:hover {
	color: #999;
	text-decoration: underline;
}