/*	-------------------------------------------------------------
	THY
	Turkish Airlines
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:	2 col. styles for screen. Main col is wide.
	Filename:		2_col_main_wide_layout.css
	Author:			interajans.com
	Version:		1.1
	Date:			Dec 26, 2005
	-------------------------------------------------------------	*/


/*	-------------------------------------------------------------
	Main Layout Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#leftContent {
			display:none;
			}
		#wrapper{
	margin:0;
	padding:0;
			}
#middleContainer #wrapper #mainContent{
	margin:0;
	float:left;
	width: 720px;
			}
		#rightContent {
		display:none
			/*width:100px;
			margin:0;
			padding:0 32px 0 10px;
			float:right;*/
			}

