html, body {
	height: 100%;
}

body {
	margin: 0;
	background-color: black;
}

a {
	color: #777a80;
	text-decoration: none;
}

a:hover {
	color: #5070b2;
	text-decoration: underline;
}

img {
	border: 0;
}

#container {
	margin: 0;
	padding-left: 10px;
	width: 264px;
	height: 100%;
	color: #58627c;
	font-size: 9px;
	font-family: verdana;
	background: #1b1d22 url('../gfx/news_rss/back_left.gif') repeat-y;
	border-right: 1px solid black;
}

#credit {
	margin-left: 10px;
	color: #4a4c50;
}

.def_tbl {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.links {
	font-size: 13px;
}

.newsitem {
	margin-bottom: 5px;
	margin-left: 10px;
	position: relative;
	top: 5px;
	width: 250px;
}

.newsitem_bg {
	width: 100%;
	background: url('../gfx/news_rss/news_item_corner.gif') no-repeat;
}

.newstitle {
	width: 100%;
	background: url('../gfx/news_rss/news_corner.gif') no-repeat;
}

a.rssitem {
	font-weight: normal;
	font-size: 9px;
	color: #777a80;
	text-decoration: none;
}

a.rssitem:hover {
	font-weight: normal;
	font-size: 9px;
	color: #5070b2;
	text-decoration: underline;
}

.rsstitle {
	margin-left: 10px;
	width: 100%;
	color: #506eaa;
	font-size: 11px;
	font-weight: bold;
	font-family: verdana;
	text-decoration: none
}

.title {
	margin-bottom: 3px;
	position: relative;
	top: 3px
}

.vert_spacer {
	height: 17px;
}

#view {
	padding-left: 44px;
	width: 100%;
	background: black url('../gfx/news_rss/back_right.gif') repeat-y;
}
