#weather ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#weather ul li{
	padding: 0px 0px 15px 0px;
	}

#weather .img{
	padding: 0px 15px 0px 0px;
	}

#weather .img, #weather .text{
	float: left;
	}

#weather .text{
	width: 200px;

	}

#weather .clear{
	clear: both;
	}

#weather h3{
	padding: 0px 0px 10px 0px;
	}

#weather .foot{
	text-align: right;
	}

.hweather{
	width: 350px;
	float: left;
	}

.clear{
	clear: both;
	}
