/* CSS Document */

body {
  color:#414141;
  background:#DFDFCA;
  background-image:url(/pictures/kayak-page-bkg.jpg);
  background-repeat:repeat-x;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  line-height:1.6em;
 
  
  }
  
  /* paragraphs, lists, etc
--------------------------------------------------*/
pre,
code
  {background-color:#F8FAF2;}

kbr {color:#009193;}


/* links
--------------------------------------------------*/
a {color:#990000;}

a:hover {
background:#990000;
padding:2px 2px;
color:#FFFFFF;
}



  
  
  
  #navigation{
background-color:#FF0000;
background-image:url(/pictures/kayak-navbar-bkg.jpg)
background-repeat:x;
background-position:bottom;
height:30px;
width:100%;
}

h2{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
font-weight:bold;
}

h3{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
}

  
h1, h1 a,
h2, h2 a,
h3 a,
h4 a
  {color:#993300;}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover
  {color:#660000;}  
  
  
  
/* footer
--------------------------------------------------*/

#footer {
	background-color:#660000;
	background-image:url(../pictures/kayak-footer-bkg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height:30px;
}
