.weatherOuter{
	float:left;
}
.weatherBox{
	background-color:#E2E2E1;
	border-width:1px;
	border-style:solid;
	border-color:#969EBF;
	height:320px;
	padding:2px;
	width:230px;
	text-align:left;
	margin:0px;
	margin-bottom:5px;
}
.weatherBox a{
	font-weight:100;
}
.weatherOuter img{
	border-style:none;
}
.weatherBox hr{
	height:1px;
	color:#aaa;
	background-color:#aaa;
}
