#weather {
}

#weather #w-curr{
	padding:10px;
	width:220px;
	float:left;
	margin-left:40px;
}

#weather #w-forecast {	width:550px;
	float:right;
}

#weather #w-forecast .f-block{	background-color:#F3F3F3;
	padding:7px;
	margin-top:5px;
}

.f-block {	height:155px;
	text-align:center;
}

.f-block h4 {	clear:both;
	border-bottom:1px solid #FFF;
	padding-bottom:7px;
	margin-bottom:7px;
}

.f-block .dd {	float:left;
	width:265px;

}

.f-block .nn {
	float:left;
	width:265px;

}

