body {
	margin: 0px;
	background-color: #DBE3F3;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
}
h2 {
	font-size: 14px;
	line-height: 1.3em;
	color: #0066CC;
	margin: 0px 0px 3px 0px;
	text-decoration: none;
}
a {
	text-decoration: none;
	color: #0066CC;
}
a img { /* ffs, firefox */
	border: none;
}
a:hover {
	text-decoration: underline;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul li {
	padding-left: 15px;
	background-image: url(../images/list-bullet.gif);
	background-position: left 6px;
	background-repeat: no-repeat;
}
#main {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 1024px;
	background-image: url(../images/bg-body.jpg);
	background-repeat: repeat-y;
}
#body {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}
#top-bar {
	height: 10px;
	width: 100%;
	background-image: url(../images/bg-top-bar.jpg);
	background-repeat: repeat-x;
}
#container {
	background-color: #FFFFFF;
	padding: 10px;
}
#ads-bottom {
	width: 470px;
	margin: 0px auto 0px auto;
}
#centre {
	width: 590px;
	padding: 8px 10px 10px 10px;
	margin: 0px;
	float: left;
}
#footer {
	height: 80px;
	margin: 0px auto 0px auto;
	clear: both;
	text-align: center;
	color: #CCCCCC;
	background-image: url(../images/bg-footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#footer p {
	margin: 0px;
	padding: 4px 0px 1px 0px;
}
#footer ul {
	margin: 0px;
	padding: 0px;
}
#footer ul li {
	list-style: none;
	margin: 0px 7px 0px 7px;
	display: inline;
	background-image: none;
	padding: 0px;
}
#footer ul li a {
	text-decoration: none;
	color: #CCCCCC;
}
#footer ul li a:hover {
	text-decoration: underline;
}
h1 {
	margin: 0px 0px 5px 0px;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
}
span.article_separator {
	display: none;
}
