body {
	background: #000;
	font-family: verdana, helvetica, arial, sans-serif;
	color: #fff;
}
a:link, a:visited {
	color: #ccc;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#container {
	width: 980px;
	min-height: 504px;
	margin: 0 auto;
	background: #000;
	background-position: top center;
}
#top-right {
	width: 500px;
	position: relative;
	left: 500px;
	top: -207px;
	margin-bottom: -150px;
}
#top-right ul#nav li{
	float: left;
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 20px;
	list-style-type: none;
	padding-right: 15px;
}
#top-right p {
	clear: both;
	font-weight: 700;
	margin-left: 40px;
}
#bottom {
	clear: both;
}
#bottom-left {
	width: 670px;
	margin-right: 10px;
	float: left;
	margin-top: 80px;
}
#bottom-right {
	width: 300px;
	float: right;
}
.entry h2 {
	font-weight: 700;
	border-bottom: 1px dotted #fff;
	margin: 0 0 10px 0;
	font-family: georgia, times, serif;
}
.entry {
	padding: 10px;
	background: #111;
	border: 1px dotted #ccc;
	margin-bottom: 10px;
}

.header { float: left; }
