@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	font:60px "Gotham Black", Arial, sans-serif;
	color:#FFF;
	overflow-y:hidden;
}
body {
	background-color:#efe6db;
	overflow-y:hidden;	
}
img {
	height:auto;
	width:100%;
	display:none;
	display:inline;
	border:none;
}
.our_story {
	position:absolute;
	top:5%;
	left:60%;
	height:90%;
	overflow:scroll;
	overflow-x:hidden;
	width:35%;
}
.our_story h2, .our_story h3, .our_story p {
	margin-top:15px;
	line-height:23px;
	color:#404040;
	text-transform:uppercase;
	padding-left:8px;
}
.our_story p a, .our_story p strong, .our_story li {
	color:#404040;
}
.our_story p {
	width:90%;
}
.our_story h1 {
	display:block;
	width:252px;
	height:37px;
	background:url(/images/our_story/our_story_header.png) top left no-repeat;
	text-indent:-5000px;
	margin-left:3px;
	color:#404040;
}
.our_story h2 {
	display:block;
	width:373px;
	height:20px;
	background:url(/images/our_story/our_story_tiffany_ho_header.png) top left no-repeat;
	text-indent:-5000px;
	margin-left:4px;
	color:#404040;
}
.our_story h3 {
	display:block;
	width:302px;
	height:20px;
	background:url(/images/our_story/our_story_letter_from_the_designer.png) top left no-repeat;
	text-indent:-5000px;
	margin-left:5px;
	color:#404040;
}