 body{
	margin:0;
	padding:100px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
 } 
ul li.float {
	float: left;
	margin-right:10px;
}

 div#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100px;
 }
 @media screen{

#nav {
	height : 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #1c211c;
	padding-left: 15px;
}
#nav a{
	color: #FFFFFF;
	text-decoration:none;
	}
#banner {
	height : 80px;
	background-color: #373125;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

  body>div#header{
   position:fixed;
  }
 }
 * html body{
  overflow:hidden;
 } 
 * html div#content{
	height:100%;
	overflow:auto;
	margin-left: 15px;
 }
.tripBox {
	width: 650px;
	margin-top: 20px;
	border: 3px solid #D3D5D4;
	padding: 3px;
	list-style-type: none;
}
.tripBox h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: normal;
	font-size: 18px;
	border-bottom: 1px solid #a02219;
	padding-bottom: 5px;
	margin: 5px 0px 5px 0px;
	color: #a02219;

}
.tripBox ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.highlight{
	color : #CC6699;
	font-weight:bold;
}
div#content {

	height:100%;
	overflow:auto;
	margin-left: 15px;
}
div#content #next {
	width: 650px;
	margin-top: 10px;
	padding: 3px;
	text-align: right;
	font-size: 12px;
}
#content .tripBox table {
	font-size: 12px;
}
