/* CSS Document */


body {
	margin: 0;
	padding:0;
	color: #EAEDE6;
	background:#e9e7eb url(bg.jpg) top left repeat;	
}

table { border-collapse:collapse; }

body, table {
	font:12px normal Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}

a {
color:#464622;
text-decoration:none;
}
a:hover{
color:#464622;
text-decoration:none;
}


.footer
{
color: #ffffff;
font-weight:normal;
}

a.footer{
color:#999999;
text-decoration:none;
}

a.footer:hover{
color:#666666;
text-decoration:none;
}

.stockquote {
	background:url(bg_stock_quote.jpg) top left no-repeat;
	color:#8b8723;
	font-weight:bold;
	padding-left:10px;
}


/* maincontent */
.maincontent {
	background:#e9e7eb url(bg_maintop.jpg) top left no-repeat;
	padding:10px;
}


/*  footer */
.credits {
	padding:20px 0px 10px 10px;
	background:url(bg_credits.jpg) top left no-repeat
}
.footernav {
	 background:url(bg_footer_right.jpg) top left no-repeat;
	 padding:37px 10px 10px 10px;
	 text-align:right;
}

.news_item {
	background:url(bg_news_item.jpg) top center no-repeat;
	width:270;
	padding:10px 17px;
}