#left {
	width: 300px;
	height: 800px;
}

#right {
	position: absolute;
	left: 410px;
	top: 0px;
}

#info {
	text-align: left;
}

#upper {
	position: absolute;
	left: 0px;
	top: 160px;
	width: 1300px;
	height: 250px;
	margin-top: 2px;
	margin-bottom: 2px;
}

#lower {
	position: absolute;
	left: 0px;
	width: 1500px;
	top: 370px;
}

#lower_no_gauges {
	position: absolute;
	left: 0px;
	width: 1500px;
	top: 180px;
}

#gaugeTemp {
	float: left; 
	width: 200px; 
	height: 200px;
}

#banner {
	text-align: center;
	width: 1100px;
	margin-bottom: 5px;
	overflow:auto;
}

#bannertemp {
	text-align: center;
	width: 2000px;
	margin-bottom: 5px;
}

.measurements {
	float: left;
	border-bottom:2px solid blue; 
	border-top:2px solid blue;	
}

.banner {
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
	width: 350px;
	text-align: center;
}

.bannertemp {
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
	width: 350px;
	text-align: center;
	align: center;
}

#windbanner {
	float: left;
	margin-left: 5px;
	margin-bottom: 3px;
	width: 340px;
	text-align: center;
}

#tempmoistpressbanner {
	background-color: lightblue;
}

#rainbanner {
	background-color: lightblue;
}

.windgoogletext {
	color: #FF0000;	
	text-align: left;
	width: 100px;
}

