body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin: 3px 0 0 0;
	padding: 0;
	background-color: #fff;
	
}

#container {
	min-width: 1450px;
	
}

#header {
	background:url(../grfx/backgrounds/header_bg.jpg) repeat-x #fff;
	height: 111px;
	

}

#flash {
	background-color: #fff;
	height: 250px;
}

	#flash2 {
		height: 508px;
		}

#content_header {
	background:url(../grfx/backgrounds/wrapper_bg.jpg) repeat-x #fff;
	height: 45px;
}

#content_wrapper {

	min-height: 360px;
	height: auto !important;
	height: 360px;
	float: left;
	line-height: 160%;
	padding: 0 0 30px 0;
	min-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	width: 1300px;
}




	#left_content {
		width: 440px;
		float: left;
		padding: 5px 15px 0 43px;
	}
	
		*:first-child+html #left_content {
			padding-top: 15px;
		}
	
		.arrow {
			
			padding: 2px 0px 0 2px;
		}
	
	#right_content {
		width: 760px;
		float: left;
		padding: 0 0 0 28px;
		
	}
	
	
	
		
	#latest_news_scroll {
		height: 200px;
		overflow: auto;
		width: 450px;
	}
		
	
/*_______________INTERNAL LAYOUT ONLY__________________*/
	
#internal_wrapper {

		
	min-height: 360px;
	height: auto !important;
	height: 360px;
	float: left;
	line-height: 160%;
	padding: 0 0 30px 0;
	width: 1100px;
	
}

* html #internal_wrapper {
	margin-top: -14px;
}

	.top_line {
		height: 3px;
		color: #000;
		background-color: #000;
		width: 100%;
	}
	

	
	#int_content {
		float: left;
		width: 800px;
		padding: 20px 0 0 20px;
	}
	
		
	
		#partners_table td {
			vertical-align: top;
			
		}
		
	#fastview_table {
		width: 800px;
	}
	
		#fastview_table td {
			vertical-align: top;
			text-align: center;
		}
	
/*___________________END_______________________*/
	
#footer {
	clear: both;
	height: 30px;
	background-color: #000;
	color: #ccc;
	font-size: 9px;
	padding: 10px 0 0 35px;

	
	
	
}

	#footer a {
		color: #ccc;
		text-decoration: none;
	}
	
	#footer a:hover {
		color: #3c7bc8;
	}
	
	#footer .ftlink a {
		font-weight: bold;
		padding: 0 8px 0 8px;
	}
	
	#footer .ftcopy {
		padding: 0 0 0 100px;
		
	}