
/* Layout Stylesheet for the travel page */ 

body {
 margin:20px;
 background:#eeeeee;
 color: #333333;
 text-align:center;
 padding:0;
 font-family: verdana, helvetica, arial, sans;
 font-size: 10px;
 }

#outer {
 text-align:left;
/* border:1px solid #000000;*/
 width: 800px;
 margin:auto;
/* border: 1px solid red;*/
 }

#hdr {
 height:65px;
 background:#eeeeee;
 color: #333333;
 }

#bar {
 height:15px;
 background-image: url('../images/bg_searchbar.gif');
 color: #333333;
  border:solid #000000;	
 border-width:1px 0 1px 0;
 padding: 5px; 5px; 5px; 5px;
 }

 #horizspacer {
 height: 20px;
 }


#cont {
 width:790px;
 background-image: url('../images/backgroundTile2.jpg');
 color: #333333;
/* border:solid #000000;	*/
/* border-width:0 0 0 1px;*/
 text-align:left;
/* border: 3px dotted orange;*/
padding: 5px 5px 5px 5px;
 }

#ftr {
 height:25px;
 background:#c0c0c0;
 color: #333333;
border: 1px solid black;
/* border-width:1px 0 0 0;*/
 margin:0;
 font-size: 10px;
 }



 .timeTbox {
/*background: #FBEED0;*/
background: none;
border: none;
font-family: verdana, helvetica, arial, sans;
font-size: 10px;
font-weight: bold;
text-align: left;
}


#seperator {
position: relative;
top: -10px;
}



/* Presentation Stylesheet */ 

h3, p {
 margin:0;
 /*padding:15px;*/
 text-align: center;
 }

h4 {
 margin:0; 
 padding: 5px 0;
 }
 
.pageHeader { vertical-align: top; font-weight: bold; font-size: 20px; color: #772600; padding-left: 20px; }
