/*	-------------------------------------------------------------
	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;
				vertical-align: top;
				width: 290px; /*orjinal deger 310px*/
				margin-left: 3px; /*background:#eaeaea;	padding:0 0 0 5px;*/
			}
			#wrapper
			{
				float: right;
				width: 500px;
			}
			#mainContent1
			{
				width: 18px;
				float: left;
			}
			#mainContent
			{
				width: 465px;
				padding:2px 0 0 5px;
				float: left;
				background-color: #f1f1f1;
			}
			#rightContent
			{
				width: 1px;
				padding: 0 1px 0 0px;
				float: right;
			}

