/*	-------------------------------------------------------------
	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{
			float:right;
			width:802px;
			margin:0;
			padding:0;
			}
		#mainContent {
			width:720px;
			margin:0;
			padding:0 10px 0 40px;
			float:left;
			}
		#rightContent {
		display:none
			/*width:100px;
			margin:0;
			padding:0 32px 0 10px;
			float:right;*/
			}