@charset "windows-1252"; 

.header {
	position: relative;
	top: 0;
	width: 800px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	z-index: 2;
}

.content {
	width: 600;
	height: 280;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;	
}

.td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;	
}

.footer {
	position: relative;
	top: 0;
	width: 800px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	z-index: 2;
}

.date {
	position: relative;
	top: 4px;
	left: 10px;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
	font-size: 11px;
	color: #FFFFFF;	
}

.weather {
	position: relative;
	top: 10px;
	left: 10px;
	width: 120;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
	font-size: 11px;
	color: #000000;	
	z-index: 1;
}

.weather_image {
	position: relative;
	top: -20px;
	left: 110px;
	width: 80px;
	display: inline;	
	z-index: -1;
}

.footer_text {
	position: relative;
	top: -44px;
	left: 160px;
	width: 520px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
	font-size: 11px;
	color: #FFFFFF;	
	display: inline;		
}

.general_font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
