charset "utf-8";
/* CSS Document */
*, div, img {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6e6d6c;
	background-color: #3f2a4f;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

.container {
	width: 100%;
	height: 100%;
}
.wrapper{
	width:943px;
	margin:0 auto 0 auto;
}
.header {
	color: #ffffff;
}
.header a {
	color: #ffffff;
}
.content {
	background-color: #ffffff;
	width: 926px;
	padding: 8px;
	float:left
}
.content-event {
	background-color: #ffffff;
	width: 926px;
	height: 584px;
	padding: 8px;
}

	.flash-header {
		background-color: #000000;
		width: 926px;
		height: 236px;
	}
	.destination {
		/*margin-top: 5px;*/
	}
	.left_column {
		width: 201px;
		float:left;
		margin-left: 7px;
	}
		.viewall, .booking_header {
			background-image: url('assets/purple_bar.gif');
			background-repeat:no-repeat;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-weight: bold;
			padding: 10px;
			width: 181px;
			height:12px;
			color: #ffffff;
		}
		.booking {
			font-size: 10px;
			color: #6e6d6c;
						margin-top: 6px;
			height: 212px;
			background-color: #dfd9df;
			width: 201px;
		}
		.booking_content {
			padding: 12px 9px;
		}
			.check {
				float: left;
				margin-top: 12px;
			}
	.right_column {
		width: 708px;
		margin-left: 10px;
		float: left;
		
		height: auto;
	}
		.result {
			margin-bottom: 3px;
			width: 708px;
			background-color: #f3f1f0;
			max-height: auto;
			min-height: 92px;
			float:left;
		}
		.result-event {
			height: 100%;
			margin-bottom: 3px;
			background-color: #f3f1f0;
			width: 708px;
		}
		.result .no {
			float: left;
			width: 105px;
			font-family: "Times New Roman", Times, serif;
			background-color: #e0d9e0;
			height:100%;
		}
		.todo {
			float: left;
			width: 566px;
			padding-top: 10px;
			padding-left: 10px;
			padding-bottom: 10px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			text-align:justify;
		}
		.result-event .todo {
			float: left;
			width: 650px;
			margin-top: 17px;
			margin-left: 17px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			text-align:justify;
		}
.footer {
	color: #e8e4da;
	font-size: 10px;
	float: left;
}
	.footer a {
		color: #e8e4da;
		text-decoration: none;
	}
	.footer-link {
		margin-top: 10px;
	}
	.brand {
		margin-top: 10px;
	}