#travel img {
border: 1px solid black;
}
#travel .evenRow td {
/*background-color: #c9C9FF;*/
border-bottom: 1px dotted #c9C9FF;
padding-bottom: 10px;
padding-top: 10px;
padding-left:0px;

}
#travel .oddRow td{
/*background-color: #E9E9FF;*/
border-bottom: 1px dotted #c9C9FF;
padding-bottom: 10px;
padding-top: 10px;
padding-left:0px;
}

h1 {
font-size: 18px;
font-weight: bold;
padding: 10px 110px 34px px;
margin: 0;
}

#content {

background-image: url();
	background-repeat: no-repeat;
	background-position: top left;
  
	margin-top: 20px;
	margin-left: 140px;
	margin-bottom: 50px;
	width: 600px;
	min-height: 300px;
 }
form {
padding-left:90px;

}



