/* CSS Document */


/*  layout */
body {
	margin: 0;
	padding:0;
	background:#FFFFFF url(bg_body.jpg) top left repeat-x;	
}

table { border-collapse:collapse; }

body, table {
	font:12px normal Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}

.footer {
	background:#2F302B; 
	color:#FFFFFF; 
	padding: 0px 20px;
}


/*  links */
a 		{ color:#AA971F; text-decoration:none; }
a:hover { color:#333333; text-decoration:underline; }
.footer a 		{ color: #ffffff; }
.footer a:hover { color: #D6C027; }

/*  stockquote */
.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 */
.news_item {
	width:270px;
	padding:10px 17px;
}

.news_date {

}

.news_title {

}

.news_description {

}

.news_link {

}

/*  headers */
h1 {
	display:inline;
	font-size: 18px;
}

h2 {
	font-size: 16px;
	display:inline;
}


/* EMAIL SIGNUP */
#signup_load {
	display:none;
	text-align:center;
	padding:10px 0px;
}