
	
	#wrapper {
		width:1200px;
		margin:0 auto;
		float:left;
		text-align:center;
		padding-top:5px;
	}
	
	/* Index Card Styling */
	
	ul#index_cards {
		text-align:center;
	}
	
		ul#index_cards li {
			background:white;
			height:200px;
			width:200px;
			display:block;
			float:left;
			border:1px solid #666;
			padding:25px 10px;
			position:relative;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			-moz-box-shadow: 2px 2px 10px #000;
			-webkit-box-shadow: 2px 2px 10px #000;
			-moz-transition: all 0.5s ease-in-out;
			-webkit-transition: all 0.5s ease-in-out;
			margin-bottom:70px;
		}
	
	
	
	#card-1 {
		-webkit-transform: rotate(-20deg);
		-moz-transform: rotate(-20deg);
		z-index:1;
		left:150px;
		top:40px;
	}
	
	#card-2 {
		-webkit-transform: rotate(-10deg);
		-moz-transform: rotate(-10deg);
		z-index:2;
		left:70px;
		top:10px;
	}
	
	#card-3 {
		background-color:#69732B;
		z-index:3;
	}
	
	#card-4 {
		-webkit-transform: rotate(10deg);
		-moz-transform: rotate(10deg);
		z-index:2;
		right:70px;
		top:10px;
	}
	
	#card-5 {
		-webkit-transform: rotate(20deg);
		-moz-transform: rotate(20deg);
		z-index:1;
		right:150px;
		top:40px;
	}
	
	/* Hover States */
	
	ul#index_cards li:hover {
		z-index:4;
	}
	
	#card-1:hover {
		-moz-transform: scale(1.1) rotate(-18deg);
   	 	-webkit-transform: scale(1.1) rotate(-18deg); 
	}
		
	#card-2:hover {
		-moz-transform: scale(1.1) rotate(-8deg);
   	 	-webkit-transform: scale(1.1) rotate(-8deg); 
	}
	
	#card-3:hover {
		-moz-transform: scale(1.1) rotate(2deg);
   	 	-webkit-transform: scale(1.1) rotate(2deg); 
	}
	
	#card-4:hover {
		-moz-transform: scale(1.1) rotate(12deg);
   	 	-webkit-transform: scale(1.1) rotate(12deg); 
	}
	
	#card-5:hover {
		-moz-transform: scale(1.1) rotate(22deg);
   	 	-webkit-transform: scale(1.1) rotate(22deg); 
	}
	
	/* Content Styling */
	
			ul#index_cards li img.img1{
				margin-top:7px;
				width:800px;
				height:150px;
				padding-right:1.2cm;
				
			
			}
			ul#index_cards li img.img2{
				margin-top:7px;
				
				height:150px;
				padding-right:1cm;
				
			
			}
			ul#index_cards li img.img3{
				margin-top:7px;
				
				height:100px;
				width:220px;
				padding-right:1.2cm;
				
			
			}
			ul#index_cards li img.img4{
				margin-top:7px;
				
				height:150px;
				padding-right:1.4cm;
				
			
			}ul#index_cards li img.img5{
				margin-top:7px;
				
				height:130px;
				padding-right:1cm;
				
			
			}
			ul#index_cards li p {
				margin-top:4px;
				text-align:left;
				line-height:28px;	
			}
			
	#back {
		clear:both;
		text-decoration:none;
		color:#F90;
		font-size:1.3em;
	}
	
	#back:hover {
		text-decoration:none;
	}