body {
	background: #fff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
}

#IE_hack {
	text-align: center;
	height: 100%;
}

#main-body {
	background: url("../images/menuBar.gif") #fff 0 0 repeat-y;
	margin: 0 auto;
	padding: .1px;
	text-align: left !important;
	width: 900px;
}

#footer {
	margin: 0 auto;
	clear: both;
	text-align: center;
	font-size: xx-small;
}

img {
	border: 0;
}

#header {
	background: url("../images/topBar.gif") #ccc 0 0 repeat-x;
	margin: 0;
	padding: 0;
	height: 89px;
	width: 900px;
	float: left;
}

.left {
	float: left;
	vertical-align: baseline;
}

.right {
	float: right;
}

#menu {
	height: 100%;
	margin: 0;
	padding: 12px 0 0 0;
	width: 133px;
	float: left;
	line-height: 75%;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0 19px 0 8px;
}

#menu ul li {
	width: 106px;
}

#menu ul li a {
	color: #fbbe3b;
	display: block;
	margin: 0;
	padding: 10px 0;
	text-decoration: none;
	font-size: x-small;
	font-weight: bold;
	width: 106px;
}

#menu ul li a:hover {
	background: url("../images/menuItemSelected.gif") right no-repeat;
	text-decoration: underline;
}

.content {
	padding: 0 5px 0 4px;
	width: 598px;
	float: left;
	font-size: 70%;
}

div.content div.story-header {
	background: url("../images/articleBoxTop.gif") #ccc 0 0 repeat-x;
	padding: 0;
	width: 598px;
	height: 23px;
	float: left;
	font-weight: bold;
	color: #fff;
	line-height: 210%;
}

div.content div.story-center {
	background: url("../images/articleBoxCenter.gif") #ccc 0 0 repeat-y;
	padding: 0;
	height: 100%;
	width: 598px;
	float: left;
}

div.content div.story-footer {
	background: url("../images/articleBoxBottom.gif") #ccc 0 0 repeat-x;
	padding: 0;
	width: 598px;
	height: 14px;
	float: left;
}

div.content div.story-text {
	padding: 0 17px 0 13px;
	width: 566px;
	float: left;
}

div.content div.story-text a {
	color: #8E3417;
}

.rss {
	padding: 0;
	width: 160px;
	float: right;
	font-size: 55%;
}

div.rss div.feed-header {
	background: url("../images/rssBoxTop.gif") #ccc 0 0 repeat-x;
	padding: 0;
	width: 160px;
	height: 26px;
	float: left;
	font-weight: bold;
	color: #fbbe3b;
	text-align: center;
	line-height: 190%;
	font-size: 150%;
}

div.rss div.feed-center {
	background: url("../images/rssBoxCenter.gif") #ccc 0 0 repeat-y;
	padding: 0;
	height: 100%;
	width: 160px;
	float: left;
}

div.rss div.feed-footer {
	background: url("../images/rssBoxBottom.gif") #ccc 0 0 repeat-x;
	padding: 0;
	width: 160px;
	height: 18px;
	float: left;
}

div.rss div.feed-text {
	padding: 0 20px 0 15px;
	height: 100%;
	width: 125px;
	float: left;
	color: #fbbe3b;
}

.feed-text a {
	color: #fbbe3b;
	font-weight: bold;
}

.feed-text a:hover {
	color: #fff;
}

pre
{
	border: 1px solid black;
}
