/* Basic Elements */
html, body {
	margin: 0;
	font-family: sans-serif;
	color: #3a779d;
	background-color: #e5f6ff;
	font-size: 12px;
	}
#container {
	width: 775px;
	margin: 0 auto;
	background-color: #8ed7fd;
	border-left: 1px solid #426f9c;
	border-right: 1px solid #426f9c;
	}
#header {
	width: 775px;
	height: 165px;
	background: url("images/header.jpg");
	}
#horizontalnav {
	width: 775px;
	height: 27px;
	background: url("images/topbar.jpg");
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	padding-top: 8px;
	}
#wrapper {
	width: 775px;
	height: 100%;
	}
#content {
	width: 585px;
	float: left;
	background-color: #8ed7fd;
	margin-left: -10px;
	}
#left {
	float: left;
	width: 190px;
	background-color: #8ed7fd;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	}
#navbookmark {
	width: 178px;
	height: 38px;
	background: url("images/navbookmark.jpg") no-repeat;
	padding-top: 5px;
	padding-left: 3px;
	}
#navseperator {
	width: 181px;
	height: 23px;
	background: url("images/navseperator.jpg") no-repeat;
	}
#navtop {
	width: 181px;
	height: 25px;
	background: url("images/navtop.jpg") no-repeat;
	padding-top: 7px;
	}
#navtop2 {
	width: 181px;
	height: 25px;
	background: url("images/navtop.jpg") no-repeat;
	padding-top: 7px;
	}
#navmain {
	width: 181px;
	height: 23px;
	background: url("images/navmain.jpg") no-repeat;
	padding-top: 7px;
	}
#navbottom {
	width: 181px;
	height: 29px;
	background: url("images/navbottom.jpg") no-repeat;
	}
#contenttop {
	width: 595px;
	height: 26px;
	background: url("images/contenttop.jpg") no-repeat;
	}
#contentmiddle {
	width: 595px;
	height: 100%;
	background: url("images/contentmiddle.jpg") repeat-y;
	}
#contentwidth {
	width: 570px;
	padding-left: 14px;
	}
#contentbottom {
	width: 595px;
	height: 33px;
	background: url("images/contentbottom.jpg") no-repeat;
	}	
#footer {
	width: 775px;
	height: 100%;
	background-color: #3a779d;
	clear: both;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	}
h1 {
	font-size: 18px;
	text-decoration: underline;
	font-weight: bold;
	margin-top: 0px;
	}
h2 {
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
	margin-top: 0px;
	}
#infocontainer {
	width: 540px;
	height: 100%;
	border: 1px solid #000000;
	}
#infopicture {
	width: 230px;
	float: left;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	}
#infomain {
	width: 125px;
	float: left;
	font-size: 12px;
	padding-left: 5px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	height: 170px;
	}
#passengers {
	width: 85px;
	float: left;
	font-size: 12px;
	height: 50%;
	text-align: center;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	}
#luggagempg {
	width: 85px;
	font-size: 12px;
	height: 50%;
	float: left;
	text-align: center;
	border-right: 1px solid #000000;
	}
#buttonarea {
	width: 30px;
	float: left;
	font-size: 12px;
	text-align: center;
	}
#clear {
	width: 540px;
	height: 1;
	clear: both;
	}
ul {
	list-style-image: url("images/blue-dot.gif");
	margin-left: -20px;
	}
	
a, a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}
	
a:hover {
	color: #8ed7fd;
	text-decoration: underline;
	font-weight: bold;
	}
	
#horizontalnav a,#horizontalnav a:visited {
	color: #3a779d;
	text-decoration: none;
	font-weight: bold;
	}
	
#horizontalnav a:hover {
	color: #8ed7fd;
	text-decoration: underline;
	font-weight: bold;
	}
	
ul {
	list-style-image: url("images/blue-dot.gif");
	margin-left: -15px;
	}
	
#boldtext {
	font-weight: bold;
	}
	
#descarea {
	padding-left: 5px;
	}
	
#infolink a,#infolink a:visited {
	color: #3a779d;
	text-decoration: none;
	font-weight: bold;
	}
	
#infolink a:hover {
	color: #6699ff;
	text-decoration: underline;
	font-weight: bold;
	}


