/* CSS Document */

/* Basic Styles
=======================*/
* {	margin: 0; padding: 0; border: none; }

body {
	font: normal 10px arial, helvetica, sans-serif;
	background-color: #FFF;
	/* IE 5 Hack*/
	text-align: center;
}

/* Position Styles
=======================*/

#tn_financial_page {
	margin-left: auto;
  	margin-right: auto;
	width: 800px;
	padding-top: 10px;
}

#tn_financial_clear {
	clear: both;
}

#tn_financial_logo {
	height: 70px;
	background: #ccc url(../../art/financial_news_bg.jpg) repeat;
	border-bottom: 1px solid #9AB7C9;
	width: 800px;
}

#tn_financial_logo h1 {
	text-indent: -9000px;
	width: 800px;
	height: 70px;
	background: #ccc url(../../art/financial_news.jpg) no-repeat left;
}

#tn_financial_topleaderboard {
	padding: 10px;
	margin-bottom: 10px; 
	border-bottom: 1px solid #9AB7C9;
}
	
#tn_financial_main_content {
	width: 800px;
}

#tn_financial_info_frame {
	float: left;
	width: 600px;
}

#tn_financial_skyscraper {
	width: 160px;
	/*padding: 10px 20px 10px 10px;*/
	float: right;
}

#tn_financial_footer {
	height: 110px;
	background: #ccc url(../../art/financial_news_bg.jpg) repeat;
}

#tn_financial_bottomleaderboard {
	padding: 10px;
}