


div#weather {
	margin-bottom: 20px;
	border: 1px solid #dbe4d0;
	background: #fff;
}

	h2#weather_header {
		margin-top: 0;
		font: #fff;
	}
	
	p#weather_desc {
		margin-left: 50px;
		margin-top: -40px;
		font-size: 14px;
		font-family: Arial;
	}
