


	.header {
	
		width: 782px; height: 150px;
		
		/* DEFAULTS TO SUNNY */
		background: url(images/header-sunny.png) no-repeat center center black;
		}
		.header-rain {
			background: url(images/header-rain.png) no-repeat center center black;
		}
		.header-snow {
			background: url(images/header-snow.png) no-repeat center center black;
		}
		.header-sunny, .header-fair {
			background: url(images/header-sunny.png) no-repeat center center black;
		}
		.header-partly-cloudy, .header-cloudy, .header-mostly-cloudy {
			background: url(images/header-partlycloudy.png) no-repeat center center black;
		}
	
	
		.weather-box {
			width: 70px; height: 70px;
			
			/* DEFAULTS TO SUNNY */
			background: url(images/weather-sunny.png) no-repeat center;
			}
			.rainy, .light-drizzle, .light-rain-shower, .drizzle {
				background: url(images/weather-rain.png) no-repeat center ;
			}
			.sunny, .fair {
				background: url(images/weather-sunny.png) no-repeat c  ;
			}
			.partly-cloudy, .cloudy, .mostly-cloudy {
				background: url(images/weather-partlycloudy.png) no-repeat top ;
			}
			.snow {
				background: url(images/weather-snow.png) no-repeat center ;
			}
		#right-col p a {
			display: block;
			padding: 5px;
		}
	
