@charset "utf-8";

@import url('reset.css');

body {
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	color:#0C47A0;
	background:#FFFFFF;
		
}

h1 { font-size:1.4em; font-weight:normal; color:#1D3963; }

h2 { font-size:1.2em; font-weight:normal; color:#1D3963; }

h3 { font-size:1.2em; }

h1, h2, h3 { text-transform:uppercase; margin-bottom:0.3em; }

p { font-size:1em; line-height:110%; margin-bottom:1em; }

a { text-decoration:none; }
a:hover { text-decoration:underline; }

.page { background:transparent url(../images/body_bg.gif) no-repeat center -40px; }

.navibar { width:980px; height:38px; margin:0 auto; margin-top:5px; }
.flags img { margin-left:4px; }

.container {

	width:976px;
	margin:0 auto;
	background:#0C47A0 url(../images/container_bg.gif) no-repeat 0 96px;
	border:2px solid #76A2D6;

}

.content {

	width:840px;
	margin:0 auto;
	margin-bottom:20px;
	background:#FFFFFF url(../images/content_bg.jpg) no-repeat 0 0;
	border:1px solid #76A2D6;
	overflow:hidden;

}

#flash_content { width:840px; height:367px; background:transparent url(../images/intro_backup.jpg) no-repeat 0 0; }

ul { list-style-type:disc; padding-left:20px; margin-bottom:1em; }

.columns { width:790px; margin:20px 20px 5px 20px; }
.columns td { vertical-align:top; text-align:left; }
.right { padding-left:20px; }
.left img { margin-bottom:1em; }

.booking, .copyright { width:842px; margin:0 auto; }

.booking-nfo { 

	width:380px; 
	height:45px; 
	padding:10px 10px 0 10px; 
	margin-bottom:10px; 
	border:1px solid #76A2D6; 
	background:transparent url(../images/booking_nfo_bg.jpg) no-repeat 0 0; 
	text-align:left;
	overflow:hidden;
	
}

.booking-nfo p { font-size:1.4em; }

.copyright { margin-bottom:5px; color:#FFFFFF; }