#top img {
	margin: 0px;
	padding: 0px;
	float: left;
}
#top {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-bottom: 10px;
	padding-bottom: 20px;
	height: 435px;
	width: 800px;
}
#lefttopics {
	margin-right: 0px;
	float: left;
	width: 460px;
}
#righttopics {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 300px;
}
#lefttopics {
	margin-bottom: 30px;
	height: auto;
}
.topics {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
#lefttopics div {
	padding-left: 20px;
}

#lefttopics div ul li {
	list-style-type: disc;
	margin-bottom:5px;
	font-family: Arial, Helvetica, sans-serif;
}
#lefttopics div ul {
	margin-left: 20px;
}

