/*	-------------------------------------------------------------
	THY
	Turkish Airlines
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:	2 col. styles for screen. Main col is normal.
	Filename:		2_col_main_normal_layout.css
	Author:			interajans.com
	Version:		1.1
	Date:			Dec 26, 2005
	-------------------------------------------------------------	*/


/*	-------------------------------------------------------------
	Main Layout Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#leftContent {
			display:none;
			}
		#wrapper{
			float:right;
			width:802px;
			}
		#mainContent {
	width:500px;
	margin:0;
	float:left;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 40px;
			}
		#rightContent {
			width:200px;
			padding:0 32px 0 10px;
			float:right;
			}

