body{
	background: #ABDFE9;
	width:780px;
	text-align:center; /* for IE */
	margin:0 auto; /* for the rest */ 
}

a.author{
	color: black;
	text-decoration: underline;
}
div.left{
	padding:20px 0px 0px 0px;
	float:left;
	width:200px;
	overflow:hidden;
}
div.right{
	padding:20px 0px 0px 0px;
	float:right;
	width:570px;
	text-align:left;
}
div.right div.tweet{
	border-style:solid;
}
div.right div.tweet div.heading{
	text-align:left;
	font-size: 16pt;
}
div.clear{
	clear:both;
}
div.header div.right{
	float:right;
	width:390px;
	vertical-align:middle;
}
div.header div.left{
	float:left;
	width:390px;
}
div.ajaxload {
background:transparent url(images/ajaxload.gif) center center no-repeat;
}

div.searchbox_results
{
                position: absolute;
                width: 250px;
                background-color: white;
                border: 1px solid #c1cbdb;
                margin: 0px;
                padding: 0px;
}

div.searchbox_results ul
{
                list-style-type: none;
                margin: 0px;
                padding: 0px;
}

div.searchbox_results ul li.selected
{
                color: #FFFFFF;
                background-color: #b8bfe0;
}

div.searchbox_results ul li
{
                list-style-type: none;
                display: block;
                margin: 0;
                padding: 2px;
                height: 22px;
                cursor: pointer;
}
