﻿/* CSS Document */

/* ........ BodyHolder........ */

#bodyHolder{
	width:1002px;
	height:auto;
	margin-top:9px;}

/* ........ Right Holder........ */

#rightHolder{
	float:right;
	width:192px;
	height:auto;
}

/* ........ Left Holder........ */

#leftHolder{
	float:left;
	width:185px;
	height:auto;
	background-color:#dfdfdf;
	}

/* ........ Main Holder........ */

#MainHolder{
	float:right;
	width:625px;
	height:auto;
}

/* ........ Main Content ........ */

#MainContent
{
	width:604px;
	height:auto;
}

#TopNewsHolder
{
	float:right;
	width:604px;
	height:150px;
	}
	
#Event
{
	float:left;
	width:187px;
	height:150px;
	background-color:#dfdfdf;
	}
	
#TopNews
{
	position:relative;
	float:right;
	width:410px;
	height:150px;
	overflow:hidden;
	}		

.TopNewsIconContinu
{
	position:absolute;
	left:0;
	top:130px;
	width:44px;
	height:18px;
}

#ImportantNews
{
	float:right;
	width:601px;
	height:104px;
	background-image:url(../images/Main/Avia_2TopNews.jpg);
	background-repeat:no-repeat;
	margin:10px 0;
	overflow:hidden;
	}

#ListNewsService
{
	float:right;
	width:601px;
	height:auto;
	}
	


