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