/*	-------------------------------------------------------------
	THY
	Turkish Airlines
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:	3 col. styles for screen.
	Filename:		3_col_layout.css
	Author:			interajans.com
	Version:		1.1
	Date:			Dec 26, 2005
	-------------------------------------------------------------	*/


/*	-------------------------------------------------------------
	Main Layout Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#leftContent {
			float:left;
			width:310px;
			padding:0 0 0 30px;
			
						}
		#wrapper{
			float:right;
			width:462px;
			}
		#mainContent {
			width:200px;
			padding:0 10px;
			float:left;
			}
		#rightContent {
			width:200px;
			padding:0 32px 0 10px;
			float:right;
			}
