/*--------------------------------------------------*/
/* McCann Erickson History		                    */

	/*html,
	body,
	#wrapper {
		min-height: 940px;
	}*/

		#history {
			background: #192f5f url("../../img/theHistoryOfMcCannErickson/history.jpg") no-repeat 0 0;
			width: 638px;
			float: right;
			margin: 12px 0 0;
			padding: 10px;
			min-height: 241px;
		}
		
		/*--------------------------------------------------*/
		/* Timeline                                         */
		
			#timeline {
				float: left;
				width: 658px;
				margin: 20px 0;
			}
			
			.decade {
				width: 650px;
				float: left;
				background: url("../../img/theHistoryOfMcCannErickson/dotsVertical.gif") repeat-y 210px 0;
			}
			
				.decade .left {
					width: 200px;
					float: left;
					margin-right: 10px;
					min-height: 100px;
					height: auto !important;
					height: 10px;
				}
				
				.decade .right {
					width: 420px;
					float: left;
					margin-left: 11px;
				}
				
					.decade .right img {
						float: left;
						margin-right: 10px;
						margin-bottom: 20px;
					}
				
				/* The decade images */
					
				#decade1900 {
					background: url("../../img/theHistoryOfMcCannErickson/decade1900.gif") no-repeat 100% 0;
				}
				
				#decade1910 {
					background: url("../../img/theHistoryOfMcCannErickson/decade1910.gif") no-repeat 100% 0;
				}
				
				#decade1920 {
					background: url("../../img/theHistoryOfMcCannErickson/decade1920.gif") no-repeat 100% 0;
				}
				
				#decade1930 {
					background: url("../../img/theHistoryOfMcCannErickson/decade1930.gif") no-repeat 100% 0;
				}
				
				#decade1940 {
					background: url("../../img/theHistoryOfMcCannErickson/decade1940.gif") no-repeat 100% 0;
				}
				
				#decade1950 {
					background: url("../../img/theHistoryOfMcCannErickson/decade1950.gif") no-repeat 100% 0;
				}
				
				#decade1960 {
					background: url("../../img/theHistoryOfMcCannErickson/decade1960.gif") no-repeat 100% 0;
				}
				
				#decade1970 {
					background: url("../../img/theHistoryOfMcCannErickson/decade1970.gif") no-repeat 100% 0;
				}
				
				#decade1980 {
					background: url("../../img/theHistoryOfMcCannErickson/decade1980.gif") no-repeat 100% 0;
				}
				
				#decade1990 {
					background: url("../../img/theHistoryOfMcCannErickson/decade1990.gif") no-repeat 100% 0;
				}
				
				#decade2000 {
					background: url("../../img/theHistoryOfMcCannErickson/decade2000.gif") no-repeat 100% 0;
				}
				
				hr {
					border: none;
					margin: 10px 0;
					padding: 0;
					width: 650px;
					height: 1px;
					float: left;
					display: inline;
					background: url("../../img/theHistoryOfMcCannErickson/horizontalRule.gif") no-repeat 0 0;
				}