﻿body {
	margin:0;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Lucida, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	background:#333;
	color:#999;
}
a {
	color:#D9FF1A;
	text-decoration:none;
	border-bottom:1px dotted #D9FF1A;
}
#content, #footer {
	width:960px;
	margin:auto;
	padding:10px;
}
h3 {
	color:#fff;
	font-weight:300;
}
#adspace {
	height:40px;
}
#twit {
	position:absolute;
	top:7px;
	left:800px;
}
#twit a img {
	border:0;
}
#header {
	height:30px;
	background:#ad0000;
}
#leftblock {
	float:left;
}
#sitelist {
	border-top:1px dotted #666;
	width:500px;
	margin-top:20px;
	padding-top:5px;
}
#intro {
	width:400px;
	float:right;
	padding-left:20px;
}
#buf {
	width:100%;
	height:40px;
	float:right;
}
.clear {
	clear:both;
}
#footer {
	font-size:11px;
	color:#ccc;
	text-align:center;
	padding-top:10px;
	border-top:1px dotted #ccc;
}