body {
text-align: center;
background: #000;
color: #FFF;
}

#site {
width: 960px;
margin: 0px auto;
text-align: left;
}

#sidebar {
float: left;
width: 230px;
}

#content {
float: right;
width: 720px;
}

#footer {
margin-top: 40px;
clear: both;
}

.content-table {
	border-collapse: collapse;
}

.content-table td {
  border: 1px solid #000;
  padding: 5px;
}

li {
  text-align: left;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.external_link {
	list-style-image:url("images/link-orange.gif");
}
