/* this is the main 'box' bg properties */
.middleProperty{
	background-color:white;
}


.borderTop{
	background-image:url('images/border/borderTop.png');
	background-repeat:repeat-x;
}

.borderBottom{
	background-image:url('images/border/borderBottom.png');
	background-repeat:repeat-x;
}

.left{
	background-image:url('images/border/borderLeft.png');
	background-repeat:repeat-y;
}

.right{
	background-image:url('images/border/borderRight.png');
	background-repeat:repeat-y;
}

p{
	text-indent:30px;
	text-align:justify;
}
.text{
	text-decoration:none;
	color:black;
	text-transform:capitalize;
	border: 0
}

/* This is the properties for the table of tour records */
.MainDiv{
	min-width:760px;
	z-index:1; 
	position:absolute;
}

.displayImage{
	text-align:center; 
	min-width:500px;
	max-width:760px;
	background-color:white;
	border:5px solid #078334;
	position:relative;
	top:-230px;
	left:-225px;
}

