@charset "UTF-8";


/* This controls the divs that hold the backgrounds and the clicks for the images */

div.ImageHolder, div.holder01 {
	display:block;
	width:100%;
	margin:0;
	padding:0;
	border:0;	
}

/* This controls divs and img inside the holder divs stay inline centered correctly */

	div.ImageHolder img {
		margin:0;
		padding:0;
		display:inline;
		border:0;
	}
	
img {
	border:0;
	margin:0;
	padding:0;
}	
	

div.holder01 {
	background:url(images/ChicagoPicDay01.jpg) top left no-repeat;
}

img.Day01_01 {
	background:url(images/ChicagoPicDay01-02.jpg) top center no-repeat;
}

img.Day01_02 {
	background:url(images/ChicagoPicDay01-03.jpg) top center no-repeat;
}

img.Day01_03 {
	background:url(images/ChicagoPicDay01-05.jpg) top center no-repeat;
}

img.Day01_04 {
	background:url(images/ChicagoPicDay01-06.jpg) top center no-repeat;
}

img.Day01_05 {
	background:url(images/ChicagoPicDay01-07.jpg) top center no-repeat;
}

img.Day01_06 {
	background:url(images/ChicagoPicDay01-13.jpg) top center no-repeat;
}

img.Day01_07 {
	background:url(images/ChicagoPicDay01-14.jpg) top center no-repeat;
}

img.Day01_08 {
	background:url(images/ChicagoPicDay01-16.jpg) top center no-repeat;
}

img.Day01_09 {
	background:url(images/ChicagoPicDay01-17.jpg) top center no-repeat;
}

img.Day01_10 {
	background:url(images/ChicagoPicDay01-20.jpg) top center no-repeat;
}

img.Day01_11 {
	background:url(images/ChicagoPicDay01-21.jpg) top center no-repeat;
}

img.Day01_12 {
	background:url(images/ChicagoPicDay01-34.jpg) top center no-repeat;
}

div.holder02 {
	background:url(images/ChicagoPicDay02.jpg) top center no-repeat;
}

img.Day02_01 {
	background:url(images/ChicagoPicDay02-05.jpg) top center no-repeat;
}

img.Day02_02 {
	background:url(images/ChicagoPicDay02-06.jpg) top center no-repeat;
}

img.Day02_03 {
	background:url(images/ChicagoPicDay02-08.jpg) top center no-repeat;
}

img.Day02_04 {
	background:url(images/ChicagoPicDay02-18.jpg) top center no-repeat;
}

img.Day02_05 {
	background:url(images/ChicagoPicDay02-22.jpg) top center no-repeat;
}

img.Day02_06 {
	background:url(images/ChicagoPicDay02-38.jpg) top center no-repeat;
}

div.holder03 {
	background:url(images/ChicagoPicDay03.jpg) top center no-repeat;
}

img.Day03_01 {
	background:url(images/ChicagoPicDay03-03.jpg) top center no-repeat;
}

img.Day03_02 {
	background:url(images/ChicagoPicDay03-06.jpg) top center no-repeat;
}

img.Day03_03 {
	background:url(images/ChicagoPicDay03-12.jpg) top center no-repeat;
}

img.Day03_04 {
	background:url(images/ChicagoPicDay03-15.jpg) top center no-repeat;
}

img.Day03_05 {
	background:url(images/ChicagoPicDay03-16.jpg) top center no-repeat;
}

div.holder04 {
	background:url(images/ChicagoPicDay04.jpg) top center no-repeat;
}

img.Day04_01 {
	background:url(images/ChicagoPicDay04-02.jpg) top center no-repeat;
}

img.Day04_02 {
	background:url(images/ChicagoPicDay04-15.jpg) top center no-repeat;
}

img.Day04_03 {
	background:url(images/ChicagoPicDay04-18.jpg) top center no-repeat;
}

img.Day04_04 {
	background:url(images/ChicagoPicDay04-21.jpg) top center no-repeat;
}

img.Day04_05 {
	background:url(images/ChicagoPicDay04-27.jpg) top center no-repeat;
}

img.Day04_06 {
	background:url(images/ChicagoPicDay04-28.jpg) top center no-repeat;
}


/* For the bottom Nav */

div.OtherPages {
	display:block;
	width:100%;
	text-align:center;
	margin:10px auto;
	padding:1px;
}
	div.OtherPages a {
		display:inline;
		height:21px;
		font-size:12px;
		color:#6600CC; 
		padding:2px 20px 2px 2px;
		margin:0 35px 0 0;
		text-decoration:none;
		border:1px solid #857d84; 
	}
	
	div.OtherPages a:hover {
		background-color:#857d84;
		border:1px solid #DCD6E7;
		color:#ffffff;
		text-decoration:underline;
	}





























