/**
Artist Impression of Monte Mayor
*/

.img_left {
			position: static;
			float: left;
			width: 400px;
			height: 290px;
			border: 0px solid black;
			text-align: center;
}

.text_right {
			position: static;
			float: right;
			width: 280px;
			height: 290px;
			border: 0px solid black;
			padding: 5px;
}

.elevation_left {
			position: static;
			float: left;
			width: 340px;
			height: 180px;
			border: 0px solid black;
			padding: 5px;
			text-align: center;
}

.elevation_right {
			position: static;
			float: right;
			width: 340px;
			height: 180px;
			border: 0px solid black;
			padding: 5px;
			text-align: center;
}

.golf_img {
			position: static;
			width: 170;
			height: 170px;
			text-indent: 10px;
			float: left;
			border: 0px solid black;
			text-align: center;
		}

.exp td {
			font-family: Arial, Serif;
			font-size: 90%;
	}
	
.exp input { 	font-family: Arial, Serif;
				font-size: 100%; }

.exp textarea { font-family: Arial, Serif;
				font-size: 100%; }

.exp {
			border: 1px solid black;
			}