* {
	margin:0;
	padding:0;
}
body {
	font-family: Arial, "MS Trebuchet", sans-serif;
}
a {
	background:#211700;
	padding:3px;
	color:#fff;
}
#main {
	width:863px;
	margin:.5em auto;
	background:url("repeat.gif") repeat-y left top;
	margin-bottom:10px;
}
#header {
	background:url("header.gif") no-repeat left top;
	height:283px;
	position:relative;
}
#logo {
	background:url("logo.gif") no-repeat left top;
	position:absolute;
	right:20px;
	top:80px;
	display:block;
	height:63px;
	width:419px;
	text-indent:-9999px;
}
#leftcol {
	float:left;
	width:200px;
	margin:0 0 0 115px;
}
#leftcol p {
	margin:10px 0;
}
#rightcol {
	float:left;
	width:380px;
	margin:0 0 0 105px;
}
#twitter_update_list li {
	background:url("twit_single.gif") no-repeat left top;
	height:52px;
	width:385px;
	list-style:none;
	margin:10px 0;
	padding:56px 0 0 15px;
	color:#141000;
	font-size:.9em;
}
#footer {
	background:url("footer.gif") no-repeat left top;
	height:27px;
	clear:both;
}