
		.header {
			width: 828px;
			height: 130px;
			background-repeat: no-repeat;
			background-position: 0 0;
			position: relative;
			margin-bottom: 5px;
		}
		.header div.tx {
			background-image: url(states/texas.gif);
			position: absolute;
			top:8px;
			left: 15px;
			height: 120px;
			width: 125px;
		}
		.header div.fl {
			background-image: url(states/florida.gif);
			position: absolute;
			top:8px;
			left: 15px;
			height: 120px;
			width: 125px;
		}
		.header div.ar {
			background-image: url(states/arkansas.gif);
			position: absolute;
			top:8px;
			left: 15px;
			height: 120px;
			width: 125px;
		}
		.header div.ga {
			background-image: url(states/georgia.gif);
			position: absolute;
			top:8px;
			left: 15px;
			height: 120px;
			width: 125px;
		}
		.header div.mo {
			background-image: url(states/missouri.gif);
			position: absolute;
			top:8px;
			left: 15px;
			height: 120px;
			width: 134px;
		}
		.header div.co {
			background-image: url(states/colorado.gif);
			position: absolute;
			top:8px;
			left: 15px;
			height: 120px;
			width: 167px;
		}
		.header div.az {
			background-image: url(states/arizona.gif);
			position: absolute;
			top:8px;
			left: 15px;
			height: 120px;
			width: 125px;
		}
		.header div.nc {
			background-image: url(states/northcarolina.gif);
			position: absolute;
			top:8px;
			left: 15px;
			height: 120px;
			width: 125px;
		}
		.header div.sc {
			background-image: url(states/southcarolina.gif);
			position: absolute;
			top:8px;
			left: 15px;
			height: 120px;
			width: 145px;
		}
		.header div.tn {
			background-image: url(states/tennessee.gif);
			position: absolute;
			top:8px;
			left: 15px;
			height: 120px;
			width: 125px;
		}
		.header div.generic {
			background-image: none;
		}
		.header .city-name {
			position: absolute;
			font-size: 28px;
			font-weight: bold;
			left: 200px;
			top: 10px;
			white-space: nowrap;
			letter-spacing: 0.1em;	
		}
		.header .city-name.generic {
			left: 50px;
		}
		.header div.tag-line {
			left: 0px;
			top: 102px;
			height: 26px;
			position: absolute;
			text-align: center;
		}
		.header div.tag-line h1 {
			font-size: 20px;
			font-weight: bold;
			white-space: nowrap;
			letter-spacing: 0.1em;			
		}
		.header h1 {
			margin:0;
		}
