/* CSS Document */
body {
	font-size: small;
	margin: 0px;
	padding: 0px;
	background-image: url(images/body_bg.gif);
}
#container {
	text-align: left;
	background-color: #FFFFFF;
	padding: 10px;
	color: #333333;
	width: 820px;
	margin: auto;
}
#header {
	margin-bottom: 10px;
	background-image: url(images/header_bg.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: medium;
}
#center {
	text-align: left;
	float: right;
	width: 640px;
	background-color: #FFFFFF;
	padding-bottom: 20px;
}
#sidebar {
	text-align: left;
	float: left;
	width: 160px;
	margin-right: 20px;
	background-color: #FFFFFF;
}
#footer {
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	padding: 1px;
	color: #333333;
	margin-top: 20px;
}
.left {
	float: left;
	width: 470px;
	margin-right: 10px;
}
.right {
	float: right;
	width: 160px;
}
h1 {
	font-size: small;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style-type: none;
}
cite {
	color: #009900;
	font-size: 12px;
}
.topics {
	float: left;
	width: 150px;
	margin-left: 10px;
	height: 500px;
}
.date {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.intro {
	padding: 5px;
	border: 1px solid #666666;
	background-color: #F5DEB3;
}
.ads {
	width:200px;
	height:100px;
	overflow:hidden;
	text-align: center;
}