/******* About page styling *******/

ul#aboutNav{
	width:934px;
	height:220px;
	display:block;
	background:url(../images/tapeStrip.png) left bottom no-repeat;
	margin:0 -5px;
}

	ul#aboutNav li{
		display:block;
		float:left;
		height:220px;
		/* IE6 fix */
		display:inline;
	}
	
	ul#aboutNav li.mpgmc{
		margin:0 15px 0 65px;	
	}
	
		ul#aboutNav li.mpgmc a{
			display:block;
			text-indent:-9999px;
			width:275px;
			height:220px;
			background:url(../images/aboutNav-MPGMC.png) left bottom no-repeat;
		}
		
		ul#aboutNav li.mc a{
			display:block;
			text-indent:-9999px;
			width:224px;
			height:220px;
			background:url(../images/aboutNav-MC.png) left bottom no-repeat;
		}
		
	ul#aboutNav li.mpgimc{
		margin-left:-20px;	
	}
		
		ul#aboutNav li.mpgimc a{
			display:block;
			text-indent:-9999px;
			width:257px;
			height:220px;
			background:url(../images/aboutNav-MPGIMC.png) left bottom no-repeat;
		}
		
#contentWrapper{
	
}
		
#contentWrapper.mouse{
	background:url(../images/illustrationMouse.png) 435px 190px no-repeat;	
}

#contentLeft{
	width:484px;
	float:left;
}

	.leftPaper{
		width:484px;
		float:left;
		margin:40px 0 0 0;
	}
	
		.leftPaper .top{
			width:484px;
			height:14px;
			background:url(../images/leftPaperTop.png) left top no-repeat;
		}
		
		.leftPaper .content{
			width:404px;
			background:url(../images/leftPaperRepeat.png) left top repeat-y;
			padding:10px 20px 10px 60px;
		}
		
			.leftPaper h2{
				font-size:55px;
			}
			
			.leftPaper h3{
				margin:20px 0 5px;	
				font-size:30px;
			}
			
			.leftPaper p{
				width:324px;	
			}
			
		
		.leftPaper .bottom{
			width:484px;
			height:20px;
			background:url(../images/leftPaperBase.png) left bottom no-repeat;
		}
		
	a#different{
		float:left;
		background:url(../images/about-WhyWereDifferent.png) left top no-repeat;
		width:312px;
		height:232px;
		text-indent:-9999px;
		margin:20px 0 0 70px;
	}
	
		
#contentRight{
	width:440px;
	float:right;
}

	.rightPaper{
		width:360px;
		height:282px;
		padding:192px 40px 70px 50px;
		margin-right:-10px;
		background:url(../images/rightPaperBG.png) left top no-repeat;
		float:right;
	}
	
		.rightPaper h2{
			margin:15px 0 -10px;
			font-size:50px;
		}
	
		.rightPaper h2.mpg{
			margin-top:0;
		}
		
		.rightPaper p{
			font-size:180%;	
			line-height:16px;
			margin-bottom:32px;
			-webkit-transform: rotate(1deg); 
			-moz-transform: rotate(1deg);		
			color:#1B3469;
		}
		
		.rightPaper p.cufon{
			font-size:300%;	
			margin-bottom:12px;
		}

#laptop{
	display: block;
	width:424px;
	height:284px;
	background:url(../images/about-laptop.png) left top no-repeat;
	margin-top:40px;
	float:left;
}

	#laptop img{
		margin:20px 0 0 84px;
		float:left;
	}
	
	#laptop p{
		float:left;
		width:265px;
		margin:30px 75px 0px 80px;
		font-size:16px;
		color:#353c5c;
		text-align:center;
		/* IE6 fix */
		display:inline;
	}
	
			
#mcLogo {
	left: 100px;
	margin-bottom: 30px;
	position: relative;
	top: 30px;
	-webkit-transform: rotate(28deg);
	-moz-transform: rotate(28deg);
	transform: rotate(28deg);
}