body#inside_page {
	background: url(images/bg_inside_page.jpg) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #333333;
}
strong {
	font-weight: bold;
	padding-left: 0;
}

	#container { width: 876px; 	}
	
		#header { height: 50px; padding: 20px; }
			#header h1 { font-size: 24px; font-weight: bold; margin-top: 15px; margin-left: 15px; }
		
		#main_content { padding: 0 14px 0 24px; height: 405px;
	overflow: auto; }
		
			tr {
				margin-bottom: 3px;
			}
			
			td {
	padding: 6px 11px;
	border-bottom: 1px solid #95bce2;
	vertical-align: top;
}
table#itinerary {
	height: 405px;
	overflow: auto;
}

th {
	font-weight: bold;
	padding-left: 10px;
	background: #bcd4ec;
}
td  {
	padding: 6px 11px;
}

tr.alt td {
	background: #ecf6fc;
}

tr.over td {
	background: #bcd4ec;
}
 
div#inside_page_logos {
	margin: 35px 0 0 165px;
}