@charset "utf-8";
strong
{
	font-weight:bold;
}
/* Mr Excel.com General Styles */

/* ---------- Header ---------- */
#header{
	position:relative;
	float:left; 
	width:100%; 
	background:url(/images/logo.png) no-repeat left top;
	}

	#fauxLogo{position:absolute; left:20px; top:0;}
	
		#fauxLogo a{
			display:block;
			width:210px; height:125px;
			}
	
	#header p{
		position:absolute;
		left:15px; top:122px;
		margin:0;
		font:italic normal 500 18px arial;
		color:#374344;
		}
		
		

	#mvp{
		position:relative; 
		left:33%;
		float:left;
		margin:68px 0 0 0;
		}
	
	/* Safari 3 Hack */
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		#mvp {
			position:static;
			left:auto;
			margin-left:33%;
			}
	}

		
	#photos{float:right;}
	


