/* CSS Document */

.travelNav {
	font-family: "Novarese Medium", Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
    color: #007B44;
	width: 250px;
	margin-right: 60px;
	padding: 3px;
	text-align: right;
	float: right;
}

.travelMain {
	font-size: 0.8em;
	margin-left: 30px;
	margin-bottom: 50px;
	clear: left;
}

.pictures {
	width: 350px;
	margin: 5px 3px 0 10px;
	padding: 3px;
	border: thin solid #007B44;
	float: right;
	clear: both;
	background-color:#00CC66;
}

.picturesTable {
	width: 340px;
	border: 0;
	border-collapse: collapse;
}

.picturesTable td {
	text-align:center;
	vertical-align:middle;
}

p {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}