body {
	background-color: #000;
	font-family: helvetica, arial, sans-serif;
	color: #fff;
}

a {
	color: #aaa;
}

div#lol {
	position: absolute;
	right: 0;
	top: 110px;
	height: 40px;
	width: 750px;
	background-image: url(/images/banner_new.png);
	background-repeat: no-repeat;	
}

#lol h1 {
	position: absolute;
	left: -10000px;
}
div#kay {
	position: absolute;
	right: 0;
	top: 200px;
	width: 750px;
	color: #aaa;
	overflow: hidden;
}

address {
	padding-bottom: 1em;
}

#kay #lefty {
	width: 490px;
	font-size: small;
	float: left;
	color: #fff;
}

#kay #lefty .post {
	border-bottom: 1px solid #aaa;
	margin-bottom: 20px;
}

#kay #righty {
	width: 250px;
	font-size: small;
	float: right;
}

#kay #righty ul {
	list-style-type: none;
	margin-left: -3em;
}

h2 {
	font-weight: bold;
	font-size: medium;
	display: inline;
	margin:0;padding:0;
}

h3 {
	padding-top:0;
	color: #fff;
	margin-top:0;
}

span.date {
	font-size: x-small;
	color: #aaa;
}

