div#todays_weather, div#tomorrows_weather {
width: 340px;
float: left;
margin-bottom: 60px;
font-size: 13px;
font-family: arial;
line-height: 18px;
color: #333;
}
div#todays_weather {
padding-left: 20px;
}
div#tomorrows_weather {
float: right;
padding-right: 20px;
}
.div_clear {
clear: both;
}
img#todays_icon, img#tomorrows_icon {
position: absolute;
clip:rect(0px,200px,170px,0px);
}
div#todays_content, div#tomorrows_content {
float: right;
}
div#todays_weather h3, div#tomorrows_weather h3 {
	color: #ffffff;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	border-right-width-value: 1px;
	border-right-style-value: solid;
	border-right-color-value: #ffffff;
	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	background-color: #c75742;
	background-image: url("../images/bg-heading-dark.gif");
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left bottom;
}
