/* CSS Document */
/* general */
body {
	margin: 0;
	padding:0;
	color: #555;
	background:#505050 url(bg_repeat.jpg) top left repeat-x;	
}

table { border-collapse:collapse; }

body, table, p {
	font:12px normal Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}

/* backgrounds */
.bgleft {
	background:url(bg_left.jpg) top right no-repeat;
}


.bgright {
	background:url(bg_right.jpg) top left no-repeat;
}



/* links */
a {
	color:#976010;
	text-decoration:none;
}

a:hover {
	color:#976010;
	text-decoration:none;
}


.stockquote {
	padding-bottom:50px;
	color:#976010;
}

.quotes {
	color:#555;	
}


/* maincontent */
.maincontenttop {
	background:#fff url(bg_maincontent_top.jpg) top left no-repeat;
}

.maincontent {
	background:url(bg_maincontent.jpg) bottom right no-repeat;
	padding:20px 20px 10px 20px;
}

/*  news */
.newsWrapper {
	padding:0 10px;
}


/*  footer */
.footerNav {
	padding:0px 0 40px 20px;
	background:url(bg_footer_navlinks.jpg) top left no-repeat;

}

.footerNav a {
	color:#fff;
	text-decoration:none;
}

.credits {
	text-align:center;
	background:url(footer_credits.jpg) top left no-repeat;
}

.losorange {
	color:#976010;
}

.creditsbm {
	padding:5px 0 5px 20px;
}