#main {
	width: 1000px;
	height: 1360px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	min-height: 500px;
	background-color: #310026;
	background-image: url('../images/main_bg.gif');
	background-position: center;
	background-repeat: repeat-y;
}

#flash_background {
	position: absolute;
	z-index: 1 !important;
	margin-top: -42px;
}

#left_col {
	width: 200px;
	float: left;
}

#center {
	float: left;
	width: 530px;
	margin-left: 200px;
	padding: 0px 7px 0px 10px;
	text-align: justify;
	padding-bottom: 20px;
}

#right_col {
	position: absolute;
	width: 225px;
	float: left;
	margin-top: 280px;
	margin-left: 750px;
	z-index: 9999;
	padding: 0px 10px;
}

#left_content_widget {
	position: absolute;
	width: 200px;
	margin-top: 320px;
	z-index: 9999;
}

#video_box {
	position: relative;
	margin-top: 270px;
	width: 481px;
	height: 259px;
	background-image: url('../images/video_box_bg.gif');
	background-repeat: no-repeat;
	padding: 40px 27px;
}

#video_box h2 {
	text-align: center;
	z-index: 9999 !important;
	height: 25px;
	width: 480px;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	top: 10px;
}

#video_box video {
	z-index: 9999 !important;
	position: absolute;
}

/*  STYLES FOR AEROPLAN BOX  */

.highlights_box {
	color: #000000;
	height: 245px;
	width: 510px;
	background-color: #EDF6FF;
	border: 1px solid #3d0027;
	margin: 10px;
}