* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: Helvetica, sans-serif;
	background: url(images/stripe.png) repeat;
}

#page-wrap {
	width: 782px;
	background: url(images/wrap-bg.jpg) repeat-y white;
	margin: 20px auto;
}

p {
	font-size: 1.5em;
	line-height: 1.5em;
	margin-bottom: 0.8em;
	}
	p strong {
		color: red;
	}

h1 { 
	font-weight: normal; 
	font-size: 2.2em; 
	border-bottom: 1px dashed #ccc;
	padding-bottom: 5px; margin-bottom: 10px;
}

.clear { clear: both; }

#main-content {
	padding: 10px 0px 20px 15px;
	}
	.header {
	
		width: 782px; height: 345px;
		
		/* DEFAULTS TO SUNNY */
		background: url(images/header-sunny.png) no-repeat center center black;
		}
		.header-rain, .header-drizzle,.header-light-rain,.header-light-rain-with-thunder, .header-showers,.header-light-drizzle, .header-heavy-rain, .header-thunder  {
			background: url(images/header-rain.png) no-repeat center center black;
		}
		.header-severe thunderstorms, .header-thunderstorms {
			background: url(images/header-lightening1.png) no-repeat center center black;
		}		
		.header-snow, .header-light-snow-showers, .header-light-snow, .header-snow-fog {
			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 {
			background: url(images/header-partlycloudy.png) no-repeat center center black;
		}
		.header-tornado, .header-tropical-storm, .header-hurricane {
			background: url(images/header-header-tornado.png) no-repeat center center black;
		}
		.header-cloudy, .header-mostly-cloudy  {
			background: url(images/header-cloudy2.png) no-repeat center center black;
		}
		.header-fog, .header-foggy, .header-haze {
			background: url(images/header-fog.png) no-repeat center center black;
		}
	#left-col {
		width: 540px;
		float: left;
	}
	#right-col {
		width: 177px;
		float: right;
		text-align: center;
		padding-bottom: 25px;
		}
	
