#printHeader {
	display: block;
	position: relative;
	visibility: visible;
	
}
#header, #sidebarLeft, #sidebarRight, #superDestination, #mainTextBoxBottom {
	display: none !important;
}
#destination {
	font-size: 18px;
}

#text {
	position: relative;
	font-size: 18px;
	float: left;
	width: 1000px;
	margin: 0px;
	padding: 0px;
}
#text p {
	font-size: 17px;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 20px;
	width: 1000px;
}

a:link {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	text-decoration: none;
}

#mainTextBox {
	position: relative;
	width: 1000px;
	font-size: 16px;
	display: block;
	left: 0px;
	top: 20px;
}
#text h1 {
	font-size: 20px;
	text-decoration: underline;
	margin-bottom: 10px;
}

/*These are the pictures*/

#picWhoWeAre1 {
	display: block;
	height: 250px;
	width: 550px;
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #000000;
	position: absolute;
}

