* {
	margin: 0;
	padding: 0;	
}

img {
	border: none;
}

body {
	background: url('../gfx/background.png') 50% 0 no-repeat #c6d2d9;	
	
}

#global_container {
	width: 960px;
	margin: 0 auto;	
	min-height: 800px;
}

#container {
	width: 900px;
	margin: 0 auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#top {
	
	height: 394px;
}

	#welcome {
		height: 96px; 
	}

	
	#welcome img {
		margin-top: 105px;
		margin-left: 155px;
	}

	#flash {
		width: 890px;
		margin: 0 auto;
		height: 300px;
	}

#content {
	margin: 0 auto;
	width: 900px;
}

#main {
	height: 45px;	
	margin: 0 auto;
	width: 900px;
}

	#main ul {
		margin-left: 215px;
		padding-top: 10px;
	}


	#main li {
		display: inline;
		padding-left: 17px;
		margin-right: 10px;
	}
	
	#main li.bullet  {
		background: url(../gfx/bullet.png) no-repeat scroll 0px 50% transparent;
		list-style:none outside none;
	}
	
	a{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color:#004990;
		text-decoration: none;
	}
	
	a:hover {
		text-decoration: underline;
	}

#bottom {
	height: 300px;
	padding-top: 21px;
        padding-bottom: 25px;
	border-bottom:1px dashed #000;
}

	#booking {
		width: 250px;
		height: 146px;
		float: left;
                margin-top: 60px;
	}
	
	#booking ul {
		margin-top: 10px;
	}
	
	#booking li {
		list-style: none;
	}
	
	#booking li.list {
		background-image: url(../gfx/arrow.png) 100% 100%  no-repeat;
	}
	
	#booking li.list  {
		background: url(../gfx/arrow.png) no-repeat scroll 220px 50% transparent;
		list-style:none outside none;
	}
	
	#booking li a{
		font-size: 18px;
		line-height: 24px;
		border-bottom:1px dotted #000;
		width: 215px;
		display:block;
	}
	
	#booking li.remove_border a{
		border: none;
	}
	
	.book {
		color:#004990;
		font-size:24px;
		line-height: 24px;
	}
	
	.book span{
		font-weight: bold;
	}
	
	#banner {
		background-image: url(../gfx/banner.png) no-repeat 0 0 transparent;
		width: 635px;
		height: 300px;
		float: right;
	}

#footer {
	margin: 0 auto;
	width: 900px;
}

#footer p{
	margin-left: 186px;
	margin-top: 25px;
	font-size: 11px;
}
	.footer span {
		color:#004990;
	}
	
	.footer a {
		font-size: 11px;
	}

	

