
body {
	background-color: #fff;
	background-image: url(/rwdx/images/background.gif);
	background-repeat: repeat-y;
	background-position: top left;
	background-attachment: fixed;
}

h1 {
	border-top: 1px solid red;
	border-bottom: 1px solid red;
	width: auto;
}

#container {
	width: 580px;
	margin: 0;
	border-collapse: collapse;
}
#container td {
	vertical-align: top;
	padding:0;
	padding-left: 15px;
}

#newslist a {
	text-decoration: none;
	font-size: 10px;
}
